Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/compat/
H A Dgetentropy_osx.c216 static pid_t lastpid; in getentropy_fallback() local
230 if (lastpid == pid) { in getentropy_fallback()
235 lastpid = pid; in getentropy_fallback()
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.c344 static pid_t lastpid; in getentropy_fallback() local
350 if (lastpid == pid) { in getentropy_fallback()
355 lastpid = pid; in getentropy_fallback()
/freebsd/sys/kern/
H A Dkern_fork.c192 int lastpid = 0; variable
193 SYSCTL_INT(_kern, OID_AUTO, lastpid, CTLFLAG_RD, &lastpid, 0,
267 trypid = lastpid + 1; in fork_findpid()
295 lastpid = result; in fork_findpid()
/freebsd/contrib/bmake/
H A Dmeta.c1127 int lastpid = 0; in meta_oodate() local
1224 if (pid > 0 && pid != lastpid) { in meta_oodate()
1227 if (lastpid > 0) { in meta_oodate()
1234 lastpid = pid; in meta_oodate()
1265 lastpid = 0; /* no need to save ldir_vname */ in meta_oodate()
/freebsd/usr.bin/top/
H A Dmachine.c102 static int lastpid; variable
468 GETSYSCTL("kern.lastpid", lastpid); in get_system_info()
578 if (lastpid > 0) { in get_system_info()
579 si->last_pid = lastpid; in get_system_info()
/freebsd/sys/sys/
H A Dproc.h1102 extern int lastpid;
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c915 lastpid /* the last pid */ in linprocfs_doloadavg()
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc845 kern.lastpid