Lines Matching defs:aio
427 static int st_aread(dev_t dev, struct aio_req *aio, cred_t *cred_p);
428 static int st_awrite(dev_t dev, struct aio_req *aio, cred_t *cred_p);
508 static int st_arw(dev_t dev, struct aio_req *aio, int flag);
3806 st_aread(dev_t dev, struct aio_req *aio, cred_t *cred_p)
3812 return (st_arw(dev, aio, B_READ));
3818 st_awrite(dev_t dev, struct aio_req *aio, cred_t *cred_p)
3824 return (st_arw(dev, aio, B_WRITE));
4014 st_arw(dev_t dev, struct aio_req *aio, int flag)
4016 struct uio *uio = aio->aio_uio;
4068 aphysio(st_queued_strategy, anocancel, dev, flag, st_minphys, aio);