Home
last modified time | relevance | path

Searched refs:SID_QUAL_LU_CONNECTED (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.sbin/mptutil/
H A Dmpt_cam.c311 if (SID_QUAL(inq_data) != SID_QUAL_LU_CONNECTED) in format_scsi_inquiry()
/dragonfly/usr.sbin/mfiutil/
H A Dmfi_drive.c341 if (SID_QUAL(inq_data) != SID_QUAL_LU_CONNECTED) in mfi_pd_inq_string()
/dragonfly/share/examples/scsi_target/
H A Dscsi_cmds.c332 inq->device = T_DIRECT | (SID_QUAL_LU_CONNECTED << 5); in init_inquiry()
/dragonfly/sys/dev/raid/aac/
H A Daac_cam.c572 qual = SID_QUAL_LU_CONNECTED; in aac_cam_fix_inquiry()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_all.h659 #define SID_QUAL_LU_CONNECTED 0x00 /* macro
H A Dscsi_all.c3371 case SID_QUAL_LU_CONNECTED: in scsi_print_inquiry()
/dragonfly/sys/bus/cam/
H A Dcam_xpt.c6155 case SID_QUAL_LU_CONNECTED: in probedone()