Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dlimits.c44 "locks", "number of file locks", RLIMIT_LOCKS, 0, 'x', LIM_COUNT,
47 "nice", "scheduling priority", RLIMIT_NICE, 0, 'e', LIM_COUNT,
48 "nofile", "number of open files", RLIMIT_NOFILE, "OPEN_MAX", 'n', LIM_COUNT,
49 "nproc", "number of processes", RLIMIT_NPROC, "CHILD_MAX", 'u', LIM_COUNT,
52 "rtprio", "max real time priority",RLIMIT_RTPRIO, 0, 'r', LIM_COUNT,
54 "sigpend", "signal queue size", RLIMIT_SIGPENDING,"SIGQUEUE_MAX",'i', LIM_COUNT,
57 "threads", "number of threads", RLIMIT_PTHREAD, "THREADS_MAX", 'T', LIM_COUNT,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dulimit.c58 if(tp->type != LIM_COUNT) in infof()
193 if(tp->type != LIM_COUNT) in b_ulimit()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dulimit.h152 #define LIM_COUNT 0 macro