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

  /src/sys/arch/sun3/dev/
xd.c 243 int xdc_submit_iorq(struct xdc_softc *, int, int);
1360 xdc_submit_iorq(xdcsc, rqno, fullmode); /* error code will be in iorq */
1445 /* now submit [note that xdc_submit_iorq can never fail on NORM reqs] */
1447 xdc_submit_iorq(xdcsc, rqno, XD_SUB_NORM);
1453 * xdc_submit_iorq: submit an iorq for processing. returns XD_ERR_AOK
1483 xdc_submit_iorq(struct xdc_softc *xdcsc, int iorqno, int type) function in typeref:typename:int
1489 printf("xdc_submit_iorq(%s, no=%d, type=%d)\n",
1767 if (xdc_submit_iorq(xdcsc, rqno, XD_SUB_NOQ) != XD_ERR_AOK)
  /src/sys/dev/vme/
xd.c 225 int xdc_submit_iorq(struct xdc_softc *, int, int);
1539 xdc_submit_iorq(xdcsc, rqno, fullmode); /* error code will be in iorq */
1616 /* now submit [note that xdc_submit_iorq can never fail on NORM reqs] */
1618 xdc_submit_iorq(xdcsc, rqno, XD_SUB_NORM);
1624 * xdc_submit_iorq: submit an iorq for processing. returns XD_ERR_AOK
1655 xdc_submit_iorq(struct xdc_softc *xdcsc, int iorqno, int type) function in typeref:typename:int
1661 printf("xdc_submit_iorq(%s, no=%d, type=%d)\n", device_xname(xdcsc->sc_dev),
1668 printf("xdc_submit_iorq: XDC not ready (ADDING)\n");
1684 panic("xdc_submit_iorq adding");
1716 panic("xdc_submit_iorq wrap up")
    [all...]

Completed in 14 milliseconds