Home
last modified time | relevance | path

Searched refs:host_no (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/mrsas/
HDmrsas_ioctl.h94 u_int16_t host_no; member
112 u_int16_t host_no; member
HDmrsas.c1276 sc = mrsas_mgmt_info.sc_ptr[user_ioc->host_no]; in mrsas_get_softc_instance()
1277 if ((user_ioc->host_no >= mrsas_mgmt_info.max_index) || (sc == NULL)) { in mrsas_get_softc_instance()
1280 "There is no Controller number %d .\n", user_ioc->host_no); in mrsas_get_softc_instance()
1283 "Invalid Controller number %d .\n", user_ioc->host_no); in mrsas_get_softc_instance()
/NextBSD/sys/cam/scsi/
HDscsi_sg.h108 int host_no; member
HDscsi_sg.c629 id->host_no = cam_sim_path(xpt_path_sim(periph->path)); in sgioctl()
/NextBSD/sys/dev/pms/freebsd/driver/common/
HDlxencrypt.c920 p_dek_map->dekMap[0].host = (bit32) pCard->pHost->host_no; in agtiapi_EncryptionIoctl()
1130 perr->ioerr.host = (unsigned int) cmd->device->host->host_no; in agtiapi_HandleEncryptedIOFailure()
/NextBSD/sys/compat/linux/
HDlinux_ioctl.c1668 ((id.channel & 0xff) << 16) + ((id.host_no & 0xff) << 24); in linux_ioctl_cdrom()
1669 idl.host_unique_id = id.host_no; in linux_ioctl_cdrom()