Searched refs:aio (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/man/man4/
H A DMakefile10 aio.4 \
/darwin-on-arm/xnu/bsd/sys/
H A Daio_kern.h36 #include <sys/aio.h>
46 TAILQ_ENTRY( aio_workq_entry ) aio_proc_link; /* Proteced by proc's aio lock */
H A DMakefile19 appleapiopts.h acct.h aio.h attr.h \
/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c403 struct iovec aio; local
404 aio.iov_base = &len;
405 aio.iov_len = sizeof(u_int32_t);
407 msg.msg_iov = &aio;
414 if (!error && readlen < aio.iov_len) {
H A Dnfs_socket.c2662 struct iovec aio; local
2673 aio.iov_base = ((char*)&nrrsp->nrrs_fragleft +
2675 aio.iov_len = nrrsp->nrrs_markerleft;
2677 msg.msg_iov = &aio;
3197 struct iovec aio; local
3210 aio.iov_base = &dummy;
3211 aio.iov_len = 0;
3214 msg.msg_iov = &aio;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.h25 #include <sys/aio.h>

Completed in 94 milliseconds