Home
last modified time | relevance | path

Searched refs:T_NODEVICE (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/mfi/
H A Dmfi_cam.c428 (csio->data_ptr[0] & 0xe0) | T_NODEVICE; in mfip_done()
/freebsd/sys/cam/scsi/
H A Dscsi_targ_bh.c109 T_NODEVICE | (SID_QUAL_BAD_LU << 5), 0,
H A Dscsi_all.c683 if (pd_type == T_NODEVICE) in scsi_op_desc()
5531 case T_NODEVICE: in scsi_print_inquiry_sbuf()
H A Dscsi_all.h2193 #define T_NODEVICE 0x1f macro
/freebsd/sys/dev/aac/
H A Daac_cam.c562 ccb->csio.data_ptr[0] = (qual << 5) | T_NODEVICE; in aac_cam_fix_inquiry()
/freebsd/sys/dev/aacraid/
H A Daacraid_cam.c1220 ((device & 0xe0) | T_NODEVICE); in aac_cam_complete()
/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c2101 if (type == T_NODEVICE) in is_scsi_valid()
/freebsd/usr.sbin/camdd/
H A Dcamdd.c1464 int scsi_dev_type = T_NODEVICE; in camdd_probe_pass()
/freebsd/sys/dev/ciss/
H A Dciss.c3438 inq->device = (inq->device & 0xe0) | T_NODEVICE; in ciss_cam_complete_fixup()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c2619 iq->device |= T_NODEVICE; in mpt_scsi_reply_handler()
/freebsd/sys/cam/ctl/
H A Dctl.c10188 inq_ptr->device = (SID_QUAL_BAD_LU << 5) | T_NODEVICE; in ctl_inquiry_std()