Home
last modified time | relevance | path

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

/freebsd/sys/dev/mrsas/
H A Dmrsas_ioctl.h88 u_int16_t host_no; member
106 u_int16_t host_no; member
H A Dmrsas.c1424 sc = mrsas_mgmt_info.sc_ptr[user_ioc->host_no]; in mrsas_get_softc_instance()
1427 user_ioc->host_no); in mrsas_get_softc_instance()
1428 else if (user_ioc->host_no >= mrsas_mgmt_info.max_index) in mrsas_get_softc_instance()
1430 "Invalid Controller number %d\n", user_ioc->host_no); in mrsas_get_softc_instance()
/freebsd/sys/cam/scsi/
H A Dscsi_sg.h106 int host_no; member
H A Dscsi_sg.c619 id->host_no = cam_sim_path(xpt_path_sim(periph->path)); in sgioctl()
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c919 p_dek_map->dekMap[0].host = (bit32) pCard->pHost->host_no; in agtiapi_EncryptionIoctl()
1129 perr->ioerr.host = (unsigned int) cmd->device->host->host_no; in agtiapi_HandleEncryptedIOFailure()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1657 ((id.channel & 0xff) << 16) + ((id.host_no & 0xff) << 24); in linux_ioctl_cdrom()
1658 idl.host_unique_id = id.host_no; in linux_ioctl_cdrom()