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

  /src/sys/arch/sun3/dev/
xd.c 240 void xdc_rqtopb(struct xd_iorq *, struct xd_iopb *, int, int);
1197 * xdc_rqtopb: load up an IOPB based on an iorq
1200 xdc_rqtopb(struct xd_iorq *iorq, struct xd_iopb *iopb, int cmd, int subfun) function in typeref:typename:void
1357 xdc_rqtopb(iorq, iopb, cmd, subfn);
1440 xdc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XDCMD_RD : XDCMD_WR, 0);
  /src/sys/dev/vme/
xd.c 222 void xdc_rqtopb(struct xd_iorq *, struct xd_iopb *, int, int);
1379 * xdc_rqtopb: load up an IOPB based on an iorq
1383 xdc_rqtopb(struct xd_iorq *iorq, struct xd_iopb *iopb, int cmd, int subfun) function in typeref:typename:void
1535 xdc_rqtopb(iorq, iopb, cmd, subfn);
1611 xdc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XDCMD_RD : XDCMD_WR, 0);

Completed in 14 milliseconds