Searched refs:pidmax (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c273 * pidmax -- highest pid value assigned by the system
276 int pidmax = DEFAULT_MAXPID; variable
607 * the setting of maxusers and pidmax propagate to the other
612 if (pidmax < reserved_procs || pidmax > MAX_MAXPID)
615 maxpid = pidmax;
733 if (jump_pid < 0 || jump_pid >= pidmax) {
735 cmn_err(CE_WARN, "jump_pid < 0 or >= pidmax; ignored");
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h312 extern int pidmax;

Completed in 46 milliseconds