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

/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A Dparam.c91 /*__private_extern__*/ int hard_maxproc = HNPROC; /* hardcoded limit */ variable
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c1289 if (count > hard_maxproc)
1290 count = hard_maxproc;
1785 if (count > hard_maxproc)
1786 count = hard_maxproc;
1973 if (count > hard_maxproc)
1974 count = hard_maxproc;
2052 if (count > hard_maxproc)
2053 count = hard_maxproc;
H A Dkern_sysctl.c1970 if (new_value <= hard_maxproc && new_value > 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_internal.h478 __private_extern__ int hard_maxproc; /* hard limit */ variable

Completed in 42 milliseconds