Home
last modified time | relevance | path

Searched refs:SID_TYPE (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/scsi/
H A Dsafte.c116 if ((inq->device & SID_TYPE) == T_PROCESSOR && in safte_match()
120 if ((inq->device & SID_TYPE) != T_PROCESSOR || in safte_match()
H A Dses.c128 if ((inq->device & SID_TYPE) == T_ENCLOSURE && in ses_match()
133 if ((inq->device & SID_TYPE) == T_PROCESSOR && in ses_match()
H A Dscsiconf.c603 if (lun == 0 && (inqbuf->device & SID_TYPE) == T_NODEVICE) in scsi_probe_link()
608 if ((inqbuf->device & SID_TYPE) == T_NODEVICE) in scsi_probe_link()
1113 devicetypenames[(match->type & SID_TYPE)], in scsi_inqmatch()
H A Dscsi_all.h234 #define SID_TYPE 0x1f macro
H A Dscsi_base.c1256 switch (link->inqdata.device & SID_TYPE) { in scsi_parse_blkdesc()
1293 (link->inqdata.device & SID_TYPE) == T_SEQUENTIAL) { in scsi_do_mode_sense()
2877 printf("%s, ", devicetypenames[inqbuf->device & SID_TYPE]); in scsi_show_inquiry_header()
H A Dsd.c1124 if ((link->inqdata.device & SID_TYPE) == T_OPTICAL) in sdgetdisklabel()
1695 switch (link->inqdata.device & SID_TYPE) { in sd_get_parms()
/openbsd/sys/dev/pci/
H A Dips.c750 type = idev->params & SID_TYPE; in ips_attach()
1150 (dev->params & SID_TYPE) == T_DIRECT) in ips_ioctl_vol()
1194 (dev->params & SID_TYPE) == T_DIRECT) in ips_ioctl_disk()
1511 SID_TYPE; in ips_done_pt()
/openbsd/sys/dev/ic/
H A Dami.c1105 SID_TYPE; in ami_done_pt()
1678 if ((inq->device & SID_TYPE) != T_DIRECT) in ami_drv_inq()
1916 if ((inqbuf->device & SID_TYPE) != T_DIRECT) in ami_ioctl_inq()
H A Dmpi.c581 if ((link->inqdata.device & SID_TYPE) == T_PROCESSOR) in mpi_ppr()
/openbsd/sys/dev/pv/
H A Dhvs.c574 if ((inq->device & SID_TYPE) == T_NODEVICE) in is_inquiry_valid()