Searched refs:rlimits (Results 1 – 2 of 2) sorted by relevance
2159 struct rlimit* rlimits; in procstat_getrlimit_core() local2166 rlimits = procstat_core_get(core, PSC_TYPE_RLIMIT, NULL, &len); in procstat_getrlimit_core()2167 if (rlimits == NULL) in procstat_getrlimit_core()2170 free(rlimits); in procstat_getrlimit_core()2173 *rlimit = rlimits[which]; in procstat_getrlimit_core()
31910 defaults to account for rlimits.