Home | History | Annotate | Download | only in mca

Lines Matching defs:drv_flags

157 	int drv_flags;
167 if (ed_get_params(ed, &drv_flags)) {
181 (drv_flags & (1 << 0)) ? "NoRetries" : "Retries",
182 (drv_flags & (1 << 1)) ? "Removable" : "Fixed",
183 (drv_flags & (1 << 2)) ? "SkewedFormat" : "NoSkew",
184 (drv_flags & (1 << 3)) ? "ZeroDefect" : "Defects",
185 (drv_flags & (1 << 4)) ? "InvalidSecondary" : "SecondaryOK");
676 ed_get_params(struct ed_softc *ed, int *drv_flags)
690 if (drv_flags)
691 *drv_flags = ed->sense_data[1] & 0x1f;