Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/compat/
H A Dgetentropy_solaris.c265 static pid_t lastpid; in getentropy_fallback() local
271 if (lastpid == pid) { in getentropy_fallback()
276 lastpid = pid; in getentropy_fallback()
H A Dgetentropy_linux.c363 static pid_t lastpid; in getentropy_fallback() local
369 if (lastpid == pid) { in getentropy_fallback()
374 lastpid = pid; in getentropy_fallback()
/freebsd/sys/kern/
H A Dkern_fork.c257 int lastpid = 0; variable
258 SYSCTL_INT(_kern, OID_AUTO, lastpid, CTLFLAG_RD, &lastpid, 0,
332 trypid = lastpid + 1; in fork_findpid()
360 lastpid = result; in fork_findpid()
/freebsd/contrib/bmake/
H A Dmeta.c1167 int lastpid = 0; in meta_oodate() local
1322 if (pid > 0 && pid != lastpid) { in meta_oodate()
1325 if (lastpid > 0) { in meta_oodate()
1332 lastpid = pid; in meta_oodate()
1364 lastpid = 0; /* no need to save ldir_vname */ in meta_oodate()
/freebsd/usr.bin/top/
H A Dmachine.c102 static int lastpid; variable
541 GETSYSCTL("kern.lastpid", lastpid); in get_system_info()
651 if (lastpid > 0) { in get_system_info()
652 si->last_pid = lastpid; in get_system_info()
/freebsd/sys/sys/
H A Dproc.h1108 extern int lastpid;
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c907 lastpid /* the last pid */ in linprocfs_doloadavg()
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc842 kern.lastpid