Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c284 int pidmax = DEFAULT_MAXPID; variable
591 if (pidmax < reserved_procs || pidmax > MAX_MAXPID) in param_calc()
594 maxpid = pidmax; in param_calc()
712 if (jump_pid < 0 || jump_pid >= pidmax) { in param_check()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h318 extern int pidmax;