Searched refs:aiocblist (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h256 * operations referenced by the aiocblist argument has completed, until a signal
259 * in the aiocblist correspond to completed asynchronous I/O operations (that is,
262 * thread. The aiocblist argument is an array of pointers to asynchronous I/O
268 int aio_suspend( const struct aiocb *const aiocblist[],
295 struct aiocb *const aiocblist[],
H A Dsocketvar.h161 TAILQ_HEAD(, aiocblist) so_aiojobq; /* AIO ops waiting on socket */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c225 static user_addr_t *aio_copy_in_list(proc_t procp, user_addr_t aiocblist, int nent);
1088 * IO operations referenced by uap->aiocblist has completed, until a signal
1163 aiocbpp = aio_copy_in_list(p, uap->aiocblist, uap->nent);
1263 aio_copy_in_list(proc_t procp, user_addr_t aiocblist, int nent) argument
1274 result = copyin( aiocblist, aiocbpp,
1508 aiocbpp = aio_copy_in_list(p, uap->aiocblist, uap->nent);

Completed in 41 milliseconds