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

/illumos-gate/usr/src/ucbhead/sys/
H A Dresource.h65 * RLIMIT_RSS removed so RLIMIT_NOFILE takes the value of 5
73 #define RLIMIT_NOFILE 5 /* maximum descriptor index + 1 */ macro
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dulimit.h90 # ifndef RLIMIT_NOFILE
91 # define RLIMIT_NOFILE 0 macro
92 # endif /* !RLIMIT_NOFILE */
100 #if !defined(RLIMIT_NOFILE) && defined(RLIMIT_OFILE)
101 #define RLIMIT_NOFILE RLIMIT_OFILE macro
128 #ifndef RLIMIT_NOFILE
129 #define RLIMIT_NOFILE RLIMIT_UNKNOWN macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dresource.h79 #define RLIMIT_NOFILE 6 /* maximum descriptor index + 1 */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dresource.h75 #define RLIMIT_NOFILE 5 /* file descriptors */ macro

Completed in 45 milliseconds