iop.c | 229 static void iop_msg_wait(struct iop_softc *, struct iop_msg *, int); 2140 iop_msg_wait(sc, im, timo); 2212 iop_msg_wait(struct iop_softc *sc, struct iop_msg *im, int timo) function in typeref:typename:void 2226 printf("iop_msg_wait: tsleep() == %d\n", rv);
|