Searched refs:RLIM_NLIMITS (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dresourcevar.h116 struct rlimit pl_rlimit[RLIM_NLIMITS];
H A Dresource.h393 #define RLIM_NLIMITS 9 /* total number of resource limits */ macro
/macosx-10.10/zsh-61/zsh/Src/Builtins/
H A Drlimits.awk65 /^[\t ]*#[\t ]*define[\t _]*RLIM_NLIMITS[\t ]*[0-9][0-9]*/ {
72 /^[\t ]*RLIM_NLIMITS[\t ]*=[\t ]*RLIMIT_NLIMITS/ {
H A Drlimits.c686 for (limnum = 0; limnum != RLIM_NLIMITS; limnum++) {
787 resmask = (1 << RLIM_NLIMITS) - 1;
788 nres = RLIM_NLIMITS;
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h496 # define RLIM_NLIMITS 7 macro
H A Dinit.c1017 for (i = 0; i != RLIM_NLIMITS; i++) {
H A Dexec.c241 mod_export struct rlimit current_limits[RLIM_NLIMITS], limits[RLIM_NLIMITS];
266 for (limnum = 0; limnum < RLIM_NLIMITS; limnum++)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c916 if (which >= RLIM_NLIMITS)
1163 if (uap->which >= RLIM_NLIMITS)
1422 sizeof(struct rlimit) * RLIM_NLIMITS);

Completed in 212 milliseconds