SID_REMOVABLE
(inqbuf->dev_qual2 & SID_REMOVABLE) ? FLAGS_REMOVABLE : 0;
inqbuf->dev_qual2 = SID_REMOVABLE;
(inqbuf->dev_qual2 & SID_REMOVABLE) ? FLAGS_REMOVABLE : 0;
inq.dev_qual2 = SID_REMOVABLE;
sa.sa_inqbuf.removable = inqbuf.dev_qual2 & SID_REMOVABLE ?
sa.sa_inqbuf.removable = inqbuf.dev_qual2 & SID_REMOVABLE ?
if (inqbuf.dev_qual2 & SID_REMOVABLE)
inqbuf->dev_qual2 = SID_REMOVABLE;
sa.sa_inqbuf.removable = inqbuf.dev_qual2 & SID_REMOVABLE ?
inqbuf->dev_qual2 = SID_REMOVABLE;