Searched refs:mpid (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.bin/top/
H A Ddisplay.h19 void i_loadave(int mpid, double *avenrun);
35 void u_loadave(int mpid, double *avenrun);
H A Ddisplay.c238 i_loadave(int mpid, double avenrun[]) argument
245 /* mpid == -1 implies this system doesn't have an _mpid */
246 if (mpid != -1)
248 printf("last pid: %5d; ", mpid);
259 lmpid = mpid;
263 u_loadave(int mpid, double *avenrun) argument
267 if (mpid != -1)
270 if (mpid != lmpid)
273 printf("%5d", mpid);
274 lmpid = mpid;
[all...]
H A Dtop.c74 static void (*d_loadave)(int mpid, double *avenrun) = i_loadave;
/freebsd-current/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-current/usr.sbin/moused/
H A Dmoused.c998 pid_t mpid; local
1007 pfh = pidfile_open(pidfile, 0600, &mpid);
1010 logerrx(1, "moused already running, pid: %d", mpid);

Completed in 183 milliseconds