HomeSort by: relevance | last modified time | path
    Searched refs:iop_msg_alloc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/i2o/
iopvar.h 179 struct iop_msg *iop_msg_alloc(struct iop_softc *, int);
iop.c 674 im = iop_msg_alloc(sc, IM_WAIT);
1075 im = iop_msg_alloc(sc, IM_WAIT);
1134 im = iop_msg_alloc(sc, IM_WAIT);
1205 im = iop_msg_alloc(sc, IM_WAIT | IM_NOSTATUS);
1244 im = iop_msg_alloc(sc, (ii == NULL ? IM_WAIT : 0) | IM_NOSTATUS);
1303 im = iop_msg_alloc(sc, IM_WAIT);
1344 im = iop_msg_alloc(sc, IM_WAIT);
1387 im = iop_msg_alloc(sc, IM_WAIT);
1430 im = iop_msg_alloc(sc, fl);
1456 im = iop_msg_alloc(sc, IM_WAIT)
1798 iop_msg_alloc(struct iop_softc *sc, int flags) function in typeref:struct:iop_msg *
    [all...]
iopsp.c 358 im = iop_msg_alloc(iop, IM_WAIT);
431 im = iop_msg_alloc(iop, IM_POLL_INTR |
511 im = iop_msg_alloc(iop, IM_POLL);
ld_iop.c 357 im = iop_msg_alloc(iop, 0);
418 im = iop_msg_alloc(iop, IM_POLL);
452 im = iop_msg_alloc(iop, poll ? IM_POLL : IM_WAIT);
dpti.c 676 im = iop_msg_alloc(iop, IM_WAIT | IM_NOSTATUS);

Completed in 48 milliseconds