HomeSort by: relevance | last modified time | path
    Searched refs:SID_TYPE (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/next68k/stand/boot/
sd.c 105 if ((inq.device & SID_TYPE) != T_DIRECT
106 && (inq.device & SID_TYPE) != T_CDROM)
  /src/sys/dev/scsipi/
atapiconf.c 315 dtype = scsipi_dtype(inqbuf->type & SID_TYPE);
scsipi_all.h 95 #define SID_TYPE 0x1f /* device type mask */
scsiconf.c 568 type = inqbuf->type & SID_TYPE;
947 periph->periph_type = inqbuf.device & SID_TYPE;
sd.c 264 sd->type = (sa->sa_inqbuf.type & SID_TYPE);
ses.c 573 if ((inqp->device & SID_TYPE) == T_ENCLOSURE) {
  /src/sys/arch/hp300/stand/common/
sd.c 114 ss->sc_type = inqbuf.type & SID_TYPE;
scsireg.h 277 #define SID_TYPE 0x1f
  /src/sys/arch/bebox/stand/boot/
sd.c 602 sd->sc_type = inqbuf->device & SID_TYPE;
siop.c 1069 device = inqbuf->device & SID_TYPE;
  /src/sys/dev/pci/
ips.c 796 dev_type = idev->params & SID_TYPE;
1137 (dev->params & SID_TYPE) == T_DIRECT)
1181 (dev->params & SID_TYPE) == T_DIRECT)
1456 SID_TYPE;
  /src/sys/arch/prep/stand/boot/
sd.c 602 sd->sc_type = inqbuf->device & SID_TYPE;
siop.c 1031 device = inqbuf->device & SID_TYPE;
  /src/sys/dev/hyperv/
hvs.c 729 if ((inq->device & SID_TYPE) == T_NODEVICE)
  /src/sys/dev/ieee1394/
sbp.c 1674 switch (inq->device & SID_TYPE) {
1681 if ((inq->device & SID_TYPE) == T_DIRECT)

Completed in 27 milliseconds