Lines Matching defs:aio
1692 * The main catch is that the *aio struct which is passed to us may
1699 mdaread(dev_t dev, struct aio_req *aio, cred_t *credp)
1714 (dev, aio, credp));
1716 if ((error = md_chk_uio(aio->aio_uio)) != 0)
1719 return (aphysio(mdstrategy, anocancel, dev, B_READ, md_minphys, aio));
1760 * The main catch is that the *aio struct which is passed to us may
1768 mdawrite(dev_t dev, struct aio_req *aio, cred_t *credp)
1783 (dev, aio, credp));
1785 if ((error = md_chk_uio(aio->aio_uio)) != 0)
1788 return (aphysio(mdstrategy, anocancel, dev, B_WRITE, md_minphys, aio));