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

/osnet-11/usr/src/lib/libc/common/sys/
H A Dkaio.s33 /* intptr_t _kaio (); */
37 ENTRY(_kaio) function
41 SET_SIZE(_kaio)
/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c187 error = (int)_kaio(AIOLIO, mode, list, nent, sigevp);
291 (void) _kaio(AIOLIOWAIT, mode, list, nent, sigevp);
349 int kerr; /* error code from _kaio(AIOSUSPEND) */
425 * As long as this thread resides in the kernel (_kaio) further
435 * _kaio(AIOSUSPEND ...) return values :
438 * 1: no error : _aiodone awaked the _kaio(AIOSUSPEND,,)
439 * system call using _kaio(AIONOTIFY). It means, that some
448 kerr = (int)_kaio(largefile? AIOSUSPEND64 : AIOSUSPEND,
461 kerr = 1; /* simulation: _kaio detected AIONOTIFY */
568 kerr = (int)_kaio(largefil
[all...]
H A Daio.c262 (void) _kaio(AIOSTART);
292 else if ((error = (int)_kaio(AIOINIT)) == 0) {
403 kerr = (int)_kaio(((resultp->aio_return == AIO_INPROGRESS) ?
544 kresultp = (aio_result_t *)_kaio(AIOWAIT,
587 kresultp = (aio_result_t *)_kaio(AIOWAIT,
750 return ((int)_kaio(AIOCANCEL, fd, NULL));
1244 (void) _kaio(AIONOTIFY);
1425 * _kaio(AIONOTIFY) awakes the corresponding function
1431 (void) _kaio(AIONOTIFY);
1611 (void) _kaio(AIONOTIF
[all...]
/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h267 extern intptr_t _kaio(int, ...);

Completed in 21 milliseconds