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