HomeSort by: relevance | last modified time | path
    Searched defs:mcd_send (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
mcd.c 182 int mcd_send(struct mcd_softc *, struct mcd_mbox *, int);
305 (void) mcd_send(sc, &mbx, 0);
806 if ((error = mcd_send(sc, &mbx, 1)) != 0)
862 if (mcd_send(sc, &mbx, 0) != 0)
869 if (mcd_send(sc, &mbx, 0) != 0)
900 * mcd_send() says the response looked OK but the
995 return mcd_send(sc, &mbx, 1);
1079 mcd_send(struct mcd_softc *sc, struct mcd_mbox *mbx, int diskin) function in typeref:typename:int
1086 printf("%s: mcd_send: %d %02x", device_xname(sc->sc_dev),
1351 return mcd_send(sc, &mbx, 0)
    [all...]
mcd.c 182 int mcd_send(struct mcd_softc *, struct mcd_mbox *, int);
305 (void) mcd_send(sc, &mbx, 0);
806 if ((error = mcd_send(sc, &mbx, 1)) != 0)
862 if (mcd_send(sc, &mbx, 0) != 0)
869 if (mcd_send(sc, &mbx, 0) != 0)
900 * mcd_send() says the response looked OK but the
995 return mcd_send(sc, &mbx, 1);
1079 mcd_send(struct mcd_softc *sc, struct mcd_mbox *mbx, int diskin) function in typeref:typename:int
1086 printf("%s: mcd_send: %d %02x", device_xname(sc->sc_dev),
1351 return mcd_send(sc, &mbx, 0)
    [all...]

Completed in 61 milliseconds