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

/illumos-gate/usr/src/uts/common/os/
H A Daio.c899 int run_mode)
990 if (run_mode != AIO_LARGEFILE)
1001 if (run_mode == AIO_32) {
1008 } else if (run_mode == AIO_LARGEFILE) {
1556 int run_mode)
1617 if (run_mode != AIO_LARGEFILE)
1634 if (run_mode == AIO_LARGEFILE) {
1641 } else if (run_mode == AIO_32) {
1667 alio_cleanup(aiop, (aiocb_t **)cbplist, nent, run_mode);
1729 alio_cleanup(aio_t *aiop, aiocb_t **cbp, int nent, int run_mode) argument
893 aiosuspend( void *aiocb, int nent, struct timespec *timout, int flag, long *rval, int run_mode) argument
1551 aliowait( int mode, void *aiocb, int nent, void *sigev, int run_mode) argument
1789 aioerror(void *cb, int run_mode) argument
1847 aio_cancel( int fildes, void *cb, long *rval, int run_mode) argument
2038 aiorw( int opcode, void *aiocb_arg, int mode, int run_mode) argument
[all...]

Completed in 63 milliseconds