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

  /src/sys/arch/sun3/dev/
xd.c 151 * XDC_RQALLOC: allocate an iorq off the free list (assume nfree > 0).
153 #define XDC_RQALLOC(XDCSC) (XDCSC)->freereq[--((XDCSC)->nfree)]
1346 rqno = XDC_RQALLOC(xdcsc);
1380 rqno = XDC_RQALLOC(xdcsc);
  /src/sys/dev/vme/
xd.c 135 * XDC_RQALLOC: allocate an iorq off the free list (assume nfree > 0).
137 #define XDC_RQALLOC(XDCSC) (XDCSC)->freereq[--((XDCSC)->nfree)]
1522 rqno = XDC_RQALLOC(xdcsc);
1560 rqno = XDC_RQALLOC(xdcsc);

Completed in 63 milliseconds