Home
last modified time | relevance | path

Searched refs:req_args (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c434 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()
2215 ap = &reqp->req_args; in _aio_rw()
2328 ap = &reqp->req_args; in _aio_rw64()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h140 aio_args_t req_args; /* arglist */ member