Lines Matching defs:iocrdwrp
1710 scsb_ioc_rdwr_t *iocrdwrp;
1718 iocp->ioc_error = miocpullup(mp, sizeof (*iocrdwrp));
1720 iocrdwrp =
1724 if (iocrdwrp->ioc_rlen > 0) {
1729 if (iocrdwrp->ioc_wlen > 0) {
2065 scsb_ioc_rdwr_t *iocrdwrp;
2071 iocrdwrp = (scsb_ioc_rdwr_t *)mp->b_cont->b_rptr;
2073 len = iocrdwrp->ioc_wlen;
2074 uc = iocrdwrp->ioc_wbuf;
2076 len = iocrdwrp->ioc_rlen;
2077 uc = iocrdwrp->ioc_rbuf;
2082 reg = iocrdwrp->ioc_regindex;