Searched defs:aio_return (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Daio.h54 #pragma redefine_extname aio_return aio_return64
66 #define aio_return aio_return64 macro
84 #pragma redefine_extname aio_return64 aio_return
96 #define aio_return64 aio_return
113 extern ssize_t aio_return(aiocb_t *);
/illumos-gate/usr/src/uts/common/sys/
H A Daio.h37 ssize_t aio_return; /* return value of read or write */ member in struct:aio_result_t
43 int aio_return; /* return value of read or write */ member in struct:aio_result32_t
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c33 * aio_return
246 aiocbp->aio_resultp.aio_return = -1;
671 aio_return(aiocb_t *aiocbp) function
679 * The _aiodone() function stores resultp->aio_return before
686 retval = resultp->aio_return;
690 * aio_return() has been called before or should
700 * calls to aio_return() will return the fact that the result has
705 if (resultp->aio_return == -1 && resultp->aio_errno == EINVAL) {
710 resultp->aio_return = -1;
1443 aiocbp->aio_resultp.aio_return
[all...]

Completed in 68 milliseconds