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);
|