SID_REMOVABLE     985 dev/ic/gdt_common.c 		    (gdt->sc_hdr[target].hd_devtype & 1) ? SID_REMOVABLE : 0;
SID_REMOVABLE     834 dev/ic/twe.c   		    (sc->sc_hdr[target].hd_devtype & 1) ? SID_REMOVABLE : 0;
SID_REMOVABLE     604 scsi/scsiconf.c 	removable = inqbuf->dev_qual2 & SID_REMOVABLE ? 1 : 0;
SID_REMOVABLE     818 scsi/scsiconf.c 	if ((inqbuf.dev_qual2 & SID_REMOVABLE) != 0)
SID_REMOVABLE     884 scsi/scsiconf.c 	removable = inqbuf->dev_qual2 & SID_REMOVABLE ? T_REMOV : T_FIXED;