Searched refs:hard_maxproc (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/conf/
H A Dparam.c90 /*__private_extern__*/ int hard_maxproc = HNPROC; /* hardcoded limit */ variable
/xnu-2422.115.4/bsd/dev/
H A Dunix_startup.c323 hard_maxproc = maxproc;
/xnu-2422.115.4/bsd/kern/
H A Dkern_proc.c1450 if (count > hard_maxproc)
1451 count = hard_maxproc;
2128 if (count > hard_maxproc)
2129 count = hard_maxproc;
2319 if (count > hard_maxproc)
2320 count = hard_maxproc;
2398 if (count > hard_maxproc)
2399 count = hard_maxproc;
H A Dkern_sysctl.c2189 if (new_value <= hard_maxproc && new_value > 0)
/xnu-2422.115.4/bsd/sys/
H A Dproc_internal.h630 extern int hard_maxproc; /* hard limit */

Completed in 38 milliseconds