Searched refs:RLIM_NLIMITS (Results 1 – 10 of 10) sorted by relevance
70 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()
55 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()
79 #define RLIM_NLIMITS 7 /* number of resource limits */ macro161 #define RLIM_NSAVED RLIM_NLIMITS /* size of u_saved_rlimits[] */
298 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()
75 #define RLIM_NLIMITS 7 /* number of resource limits */ macro
47 rctl_hndl_t rctlproc_legacy[RLIM_NLIMITS];48 uint_t rctlproc_flags[RLIM_NLIMITS] = {57 int rctlproc_signals[RLIM_NLIMITS] = {
859 default_gp = rctl_rlimit_set_prealloc(RLIM_NLIMITS); in newproc()
376 for (i = 0; i < RLIM_NLIMITS; i++) { in exec_common()
40 int rlim_res[RLIM_NLIMITS] = {0, 1, 2, 3, 4, -1, 5};
81 #define RLIM_NLIMITS 7 /* number of resource limits */ macro