Home
last modified time | relevance | path

Searched refs:maxproc_size (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/tests/
H A Dproc_rlimit.c56 static size_t maxproc_size = sizeof(maxproc); variable
226 err = sysctlbyname("kern.maxproc", &maxproc, &maxproc_size, NULL, 0);
/xnu-10063.141.1/tests/vm/
H A Dmemorystatus_freeze_test.c1247 size_t maxproc_size = sizeof(maxproc); variable
1249 ret = sysctlbyname("kern.maxproc", &maxproc, &maxproc_size, NULL, 0);