Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dsysconfig.c118 return (_AIO_LISTIO_MAX); in sysconfig()
/titanic_50/usr/src/uts/common/sys/
H A Dparam.h458 #define _AIO_LISTIO_MAX (4096) macro
/titanic_50/usr/src/uts/common/os/
H A Daio.c625 if (aiop == NULL || nent == 0 || nent > _AIO_LISTIO_MAX) in aiowaitn()
921 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX) in aiosuspend()
1231 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX) in alio()
1573 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX) in aliowait()
2936 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX) in alioLF()
3419 if (aiop == NULL || nent <= 0 || nent > _AIO_LISTIO_MAX) in alio32()