Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dresource.h118 #define RLIM_NLIMITS 15 /* number of resource limits */ macro
129 static const char *rlimit_ident[RLIM_NLIMITS] = {
H A Dresourcevar.h79 struct rlimit pl_rlimit[RLIM_NLIMITS];
/f-stack/freebsd/sys/
H A Dresource.h121 #define RLIM_NLIMITS 15 /* number of resource limits */ macro
132 static const char *rlimit_ident[RLIM_NLIMITS] = {
H A Dresourcevar.h81 struct rlimit pl_rlimit[RLIM_NLIMITS];
/f-stack/freebsd/kern/
H A Dkern_resource.c574 if (uap->which >= RLIM_NLIMITS) in ogetrlimit()
663 if (which >= RLIM_NLIMITS) in kern_proc_setrlimit()
794 if (uap->which >= RLIM_NLIMITS) in sys_getrlimit()
1314 KASSERT(which >= 0 && which < RLIM_NLIMITS, in lim_rlimit()
1326 KASSERT(which >= 0 && which < RLIM_NLIMITS, in lim_rlimit_proc()
H A Dkern_acct.c284 for (i = 0; i < RLIM_NLIMITS; i++) in sys_acct()
H A Dinit_main.c565 for (i = 0; i < RLIM_NLIMITS; i++) in proc0_init()
H A Dimgact_elf.c2534 struct rlimit rlim[RLIM_NLIMITS]; in note_procstat_rlimit()
2545 for (i = 0; i < RLIM_NLIMITS; i++) in note_procstat_rlimit()
H A Dkern_proc.c2825 if (which >= RLIM_NLIMITS) in sysctl_kern_proc_rlimit()
/f-stack/lib/
H A Dff_glue.c788 KASSERT(which >= 0 && which < RLIM_NLIMITS, in lim_rlimit()
799 KASSERT(which >= 0 && which < RLIM_NLIMITS, in lim_rlimit_proc()
H A Dff_init_main.c472 for (i = 0; i < RLIM_NLIMITS; i++) in proc0_init()