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

  /src/sys/arch/sun3/dev/
xy.c 173 void xyc_rqtopb(struct xy_iorq *, struct xy_iopb *, int, int);
1140 * xyc_rqtopb: load up an IOPB based on an iorq
1144 xyc_rqtopb(struct xy_iorq *iorq, struct xy_iopb *iopb, int cmd, int subfun) function in typeref:typename:void
1238 xyc_rqtopb(iorq, iopb, cmd, subfn);
1313 xyc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XYCMD_RD : XYCMD_WR, 0);
  /src/sys/dev/vme/
xy.c 164 void xyc_rqtopb(struct xy_iorq *, struct xy_iopb *, int, int);
1288 * xyc_rqtopb: load up an IOPB based on an iorq
1292 xyc_rqtopb(struct xy_iorq *iorq, struct xy_iopb *iopb, int cmd, int subfun) function in typeref:typename:void
1385 xyc_rqtopb(iorq, iopb, cmd, subfn);
1454 xyc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XYCMD_RD : XYCMD_WR, 0);

Completed in 112 milliseconds