Home
last modified time | relevance | path

Searched refs:mpid (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/top/
H A Ddisplay.c238 i_loadave(int mpid, double avenrun[]) in i_loadave() argument
246 if (mpid != -1) in i_loadave()
248 printf("last pid: %5d; ", mpid); in i_loadave()
259 lmpid = mpid; in i_loadave()
263 u_loadave(int mpid, double *avenrun) in u_loadave() argument
267 if (mpid != -1) in u_loadave()
270 if (mpid != lmpid) in u_loadave()
273 printf("%5d", mpid); in u_loadave()
274 lmpid = mpid; in u_loadave()
H A Ddisplay.h19 void i_loadave(int mpid, double *avenrun);
35 void u_loadave(int mpid, double *avenrun);
H A Dtop.c74 static void (*d_loadave)(int mpid, double *avenrun) = i_loadave;
/freebsd/tools/test/stress2/misc/
H A Dgraid1_6.sh67 tail -F -n 0 /var/log/messages > $mlog & mpid=$!
103 kill $mpid
H A Dgraid1_7.sh76 tail -F -n 0 /var/log/messages > $mlog & mpid=$!
124 kill $mpid
/freebsd/contrib/blocklist/diff/
H A Dproftpd.diff26 extern pid_t mpid;
/freebsd/usr.sbin/moused/
H A Dmoused.c998 pid_t mpid; in moused() local
1007 pfh = pidfile_open(pidfile, 0600, &mpid); in moused()
1010 logerrx(1, "moused already running, pid: %d", mpid); in moused()