Searched refs:req_args (Results 1 – 2 of 2) sorted by relevance
434 ap = &reqp->req_args; in _aiorw()721 if (cancelall || reqp->req_args.fd == fd) { in aiocancel_all()772 if (fd < 0 || reqp->req_args.fd == fd) { in _aio_cancel_work()790 (fd < 0 || reqp->req_args.fd == fd)) in _aio_cancel_work()1067 arg = &reqp->req_args; in _aio_do_request()2219 ap = &reqp->req_args; in _aio_rw()2332 ap = &reqp->req_args; in _aio_rw64()
140 aio_args_t req_args; /* arglist */ member