Home
last modified time | relevance | path

Searched refs:RLIM_NLIMITS (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/sh/
H A Dulimit.c70 char resources[RLIM_NLIMITS]; in sysulimit()
72 for (res = 0; res < RLIM_NLIMITS; res++) { in sysulimit()
96 for (res = 0; res < RLIM_NLIMITS; res++) { in sysulimit()
99 cnt = RLIM_NLIMITS; in sysulimit()
143 for (res = 0; res < RLIM_NLIMITS; res++) { in sysulimit()
/titanic_44/usr/src/cmd/plimit/
H A Dplimit.c55 static char set_current[RLIM_NLIMITS];
56 static char set_maximum[RLIM_NLIMITS];
57 static struct rlimit64 rlimit[RLIM_NLIMITS];
397 for (resource = 0; resource < RLIM_NLIMITS; resource++) { in show_limits()
594 for (which = 0; which < RLIM_NLIMITS; which++) { in set_limits()
/titanic_44/usr/src/uts/common/sys/
H A Dresource.h79 #define RLIM_NLIMITS 7 /* number of resource limits */ macro
161 #define RLIM_NSAVED RLIM_NLIMITS /* size of u_saved_rlimits[] */
/titanic_44/usr/src/uts/common/syscall/
H A Drlimit.c298 if (resource < 0 || resource >= RLIM_NLIMITS) in getrlimit32()
376 if (resource < 0 || resource >= RLIM_NLIMITS) in setrlimit32()
447 if (resource < 0 || resource >= RLIM_NLIMITS) in getrlimit64()
467 if (resource < 0 || resource >= RLIM_NLIMITS) in setrlimit64()
/titanic_44/usr/src/ucbhead/sys/
H A Dresource.h75 #define RLIM_NLIMITS 7 /* number of resource limits */ macro
/titanic_44/usr/src/uts/common/os/
H A Drctl_proc.c47 rctl_hndl_t rctlproc_legacy[RLIM_NLIMITS];
48 uint_t rctlproc_flags[RLIM_NLIMITS] = {
57 int rctlproc_signals[RLIM_NLIMITS] = {
H A Dfork.c859 default_gp = rctl_rlimit_set_prealloc(RLIM_NLIMITS); in newproc()
H A Dexec.c376 for (i = 0; i < RLIM_NLIMITS; i++) { in exec_common()
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Drlimit.c40 int rlim_res[RLIM_NLIMITS] = {0, 1, 2, 3, 4, -1, 5};
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dresource.h81 #define RLIM_NLIMITS 7 /* number of resource limits */ macro