Searched refs:_kaio (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dkaio.s33 /* intptr_t _kaio (); */
37 ENTRY(_kaio) function
41 SET_SIZE(_kaio)
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c182 error = (int)_kaio(AIOLIO, mode, list, nent, sigevp);
286 (void) _kaio(AIOLIOWAIT, mode, list, nent, sigevp);
344 int kerr; /* error code from _kaio(AIOSUSPEND) */
420 * As long as this thread resides in the kernel (_kaio) further
430 * _kaio(AIOSUSPEND ...) return values :
433 * 1: no error : _aiodone awaked the _kaio(AIOSUSPEND,,)
434 * system call using _kaio(AIONOTIFY). It means, that some
443 kerr = (int)_kaio(largefile? AIOSUSPEND64 : AIOSUSPEND,
456 kerr = 1; /* simulation: _kaio detected AIONOTIFY */
563 kerr = (int)_kaio(largefil
[all...]
H A Daio.c266 (void) _kaio(AIOSTART);
296 else if ((error = (int)_kaio(AIOINIT)) == 0) {
407 kerr = (int)_kaio(((resultp->aio_return == AIO_INPROGRESS) ?
548 kresultp = (aio_result_t *)_kaio(AIOWAIT,
591 kresultp = (aio_result_t *)_kaio(AIOWAIT,
754 return ((int)_kaio(AIOCANCEL, fd, NULL));
1248 (void) _kaio(AIONOTIFY);
1432 * _kaio(AIONOTIFY) awakes the corresponding function
1438 (void) _kaio(AIONOTIFY);
1618 (void) _kaio(AIONOTIF
[all...]
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h267 extern intptr_t _kaio(int, ...);

Completed in 71 milliseconds