Searched defs:mpid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c95 static pid_t mpid = FAMOUS_PIDS; /* one more than the last famous pid */ variable
118 if (jump_pid && jump_pid > mpid)
119 minpid = mpid = jump_pid;
121 minpid = mpid;
178 VERIFY3P(pid, <, mpid);
185 ASSERT(minpid <= mpid && mpid < maxpid);
187 startpid = mpid;
189 newpid = mpid;
190 if (++mpid
[all...]

Completed in 44 milliseconds