removable 590 scsi/scsiconf.c int removable; removable 604 scsi/scsiconf.c removable = inqbuf->dev_qual2 & SID_REMOVABLE ? 1 : 0; removable 683 scsi/scsiconf.c removable ? "removable" : "fixed", qtype); removable 878 scsi/scsiconf.c int removable; removable 884 scsi/scsiconf.c removable = inqbuf->dev_qual2 & SID_REMOVABLE ? T_REMOV : T_FIXED; removable 892 scsi/scsiconf.c if (removable != match->removable) removable 910 scsi/scsiconf.c priority, match->type, match->removable, removable 189 scsi/scsiconf.h int removable;