Searched refs:lastpid (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c265 static pid_t lastpid; local
271 if (lastpid == pid) {
276 lastpid = pid;
H A Dgetentropy_linux.c344 static pid_t lastpid; local
350 if (lastpid == pid) {
355 lastpid = pid;
H A Dgetentropy_osx.c216 static pid_t lastpid; local
230 if (lastpid == pid) {
235 lastpid = pid;
/freebsd-13-stable/sys/kern/
H A Dkern_fork.c195 int lastpid = 0; variable
196 SYSCTL_INT(_kern, OID_AUTO, lastpid, CTLFLAG_RD, &lastpid, 0,
200 * Random component to lastpid generation. We mix in a random factor to make
270 trypid = lastpid + 1;
295 * RFHIGHPID does not mess with the lastpid counter during boot.
298 lastpid = result;
/freebsd-13-stable/contrib/bmake/
H A Dmeta.c1133 int lastpid = 0; local
1222 * variable qualified by 'lastpid', and
1228 if (pid > 0 && pid != lastpid) {
1231 if (lastpid > 0) {
1238 lastpid = pid;
1269 lastpid = 0; /* no need to save ldir_vname */
/freebsd-13-stable/usr.bin/top/
H A Dmachine.c103 static int lastpid; variable
460 GETSYSCTL("kern.lastpid", lastpid);
570 if (lastpid > 0) {
571 si->last_pid = lastpid;
/freebsd-13-stable/sys/sys/
H A Dproc.h1026 extern int lastpid;
/freebsd-13-stable/sys/compat/linprocfs/
H A Dlinprocfs.c878 lastpid /* the last pid */

Completed in 194 milliseconds