Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_fork.c184 int lastpid = 0; variable
185 SYSCTL_INT(_kern, OID_AUTO, lastpid, CTLFLAG_RD, &lastpid, 0,
246 trypid = lastpid + 1; in fork_findpid()
322 lastpid = trypid; in fork_findpid()
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDpidpersec_example.txt32 The value for lastpid confirms the rates printed.
/trueos/contrib/bmake/
HDmeta.c914 int lastpid = 0; in meta_oodate() local
1009 if (pid > 0 && pid != lastpid) { in meta_oodate()
1013 if (lastpid > 0) { in meta_oodate()
1018 lastpid = pid; in meta_oodate()
1043 lastpid = 0; /* no need to save ldir_vname */ in meta_oodate()
/trueos/release/picobsd/tinyware/msh/
HDsh3.c503 waitfor(lastpid, canintr) in waitfor() argument
504 register int lastpid; in waitfor()
522 if (pid != lastpid) {
529 if (pid != lastpid) {
543 } while (pid != lastpid);
HDsh.h207 _PROTOTYPE(int waitfor , (int lastpid , int canintr ));
/trueos/usr.bin/top/
HDmachine.c150 static int lastpid; variable
454 GETSYSCTL("kern.lastpid", lastpid); in get_system_info()
552 if (lastpid > 0) { in get_system_info()
553 si->last_pid = lastpid; in get_system_info()
/trueos/sys/sys/
HDproc.h843 extern int lastpid;
/trueos/sys/compat/linprocfs/
HDlinprocfs.c631 lastpid /* the last pid */ in linprocfs_doloadavg()
/trueos/tools/tools/sysdoc/
HDtunables.mdoc856 kern.lastpid