Home | History | Annotate | Download | only in mainbus

Lines Matching defs:fdcresult

307 int fdcresult(struct fdc_softc *fdc);
471 n = fdcresult(fdc);
740 fdcresult(struct fdc_softc *fdc)
755 log(LOG_ERR, "fdcresult: overrun\n");
763 log(LOG_ERR, "fdcresult: timeout\n");
870 (void) fdcresult(fdc);
1110 if (fdcresult(fdc) != 2 || (st0 & 0xf8) != 0x20 ||
1136 if (fdcresult(fdc) != 7 || (st0 & 0xf8) != 0) {
1182 (void) fdcresult(fdc);
1204 if (fdcresult(fdc) != 2 || (st0 & 0xf8) != 0x20 || cyl != 0) {