HomeSort by: relevance | last modified time | path
    Searched defs:oldpid (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/
nsd.c 861 pid_t oldpid; local
1423 if ((oldpid = readpid(nsd.pidfile)) == -1) {
1429 if (kill(oldpid, 0) == 0 || errno == EPERM) {
1432 argv0, (unsigned) oldpid);
1436 (unsigned) oldpid);
  /src/external/bsd/top/dist/machine/
m_irix5.c 203 pid_t oldpid; member in struct:oldproc
262 op->oldpid = -1;
689 if (op->oldpid == -1) /* not there */
691 if (op->oldpid == currproc->pr_pid)
708 if (op->oldpid == -1)
740 op->oldpid = -1;
749 if (op->oldpid == -1)
755 op->oldpid = currproc->pr_pid;
m_irixsgi.c 103 pid_t oldpid; member in struct:oldproc
384 op->oldpid = -1;
1022 if (op->oldpid == -1) /* not there */
1024 if (op->oldpid == currproc->pr_pid) {
1043 if (op->oldpid == -1) {
1090 op->oldpid = -1;
1097 if (op->oldpid == -1)
1103 op->oldpid = currproc->pr_pid;
  /src/external/mpl/dhcp/dist/client/
dhclient.c 725 pid_t oldpid; local
731 oldpid = (pid_t)temp;
733 if (e != 0 && e != EOF && oldpid) {
734 if (kill(oldpid, SIGTERM) == 0) {

Completed in 34 milliseconds