SDEV_UMASS        103 dev/usb/umass_scsi.c 	scbus->sc_link.flags |= SDEV_UMASS;
SDEV_UMASS        347 scsi/scsi_ioctl.c 		if ((sc_link->flags & (SDEV_ATAPI | SDEV_UMASS)) == 0)
SDEV_UMASS        304 scsi/scsiconf.c 	if ((link->flags & (SDEV_UMASS | SDEV_ATAPI)) == 0 &&
SDEV_UMASS        777 scsi/scsiconf.c 	else if (sc_link->flags & SDEV_UMASS)
SDEV_UMASS        838 scsi/scsiconf.c 	if (lun == 0 && (sc_link->flags & SDEV_UMASS) &&
SDEV_UMASS        208 scsi/sd.c      	if ((sd->sc_link->flags & SDEV_UMASS) == 0)
SDEV_UMASS        347 scsi/sd.c      		if ((sd->sc_link->flags & SDEV_UMASS) == 0)
SDEV_UMASS       1326 scsi/sd.c      	if ((sd->sc_link->flags & SDEV_UMASS) && (dp->disksize > 0))