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...] |