Searched refs:jump_pid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c279 * jump_pid - if set, this value is where pid numbers should start
285 pid_t jump_pid = DEFAULT_JUMPPID; variable
733 if (jump_pid < 0 || jump_pid >= pidmax) {
734 jump_pid = 0;
735 cmn_err(CE_WARN, "jump_pid < 0 or >= pidmax; ignored");
/illumos-gate/usr/src/uts/common/os/
H A Dpid.c118 if (jump_pid && jump_pid > mpid)
119 minpid = mpid = jump_pid;
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h335 extern pid_t jump_pid;

Completed in 47 milliseconds