xdc_rqtopb
xdc_rqtopb(iorq, iopb, cmd, subfn);
xdc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XDCMD_RD : XDCMD_WR, 0);
void xdc_rqtopb(struct xd_iorq *, struct xd_iopb *, int, int);
xdc_rqtopb(iorq, iopb, cmd, subfn);
xdc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XDCMD_RD : XDCMD_WR, 0);
void xdc_rqtopb(struct xd_iorq *, struct xd_iopb *, int, int);