Home
last modified time | relevance | path

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

/mirbsd/src/sys/scsi/
Dscsiconf.c493 type = inqbuf->device & SID_TYPE;
656 if ((inqbuf.device & SID_TYPE) == T_NODEVICE) {
Dscsi_all.h205 #define SID_TYPE 0x1F macro
Dsd.c987 if ((sd->sc_link->inqdata.device & SID_TYPE) == T_OPTICAL)
1340 switch (sd->sc_link->inqdata.device & SID_TYPE) {
Dscsi_base.c528 switch (sc_link->inqdata.device & SID_TYPE) {
/mirbsd/src/sbin/bioctl/
Dbioctl.c969 switch (SID_TYPE & inq[0]) { in print_inquiry()