Home
last modified time | relevance | path

Searched refs:_AIO_LISTIO_MAX (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsysconfig.c123 return (_AIO_LISTIO_MAX); in sysconfig()
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h470 #define _AIO_LISTIO_MAX (4096) macro
/illumos-gate/usr/src/uts/common/os/
H A Daio.c626 if (aiop == NULL || nent == 0 || nent > _AIO_LISTIO_MAX) in aiowaitn()
917 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX) in aiosuspend()
1227 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX) in alio()
1569 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX) in aliowait()
2923 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX) in alioLF()
3406 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX) in alio32()