Searched refs:masterpid (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/amd/hlfsd/
H A Dhlfsd.c85 int masterpid = 0; variable
472 "%s:(pid%d)", hostname, masterpid);
526 "%s:%d", am_get_progname(), masterpid);
622 printf("%d\n", masterpid);
663 masterpid = child;
677 masterpid = serverpid = am_set_mypid(); /* for logging routines */
786 if (getpid() != masterpid)
820 serverpid = masterpid;
838 if (getpid() != masterpid)
842 masterpid
[all...]
/freebsd-12-stable/usr.sbin/nfsd/
H A Dnfsd.c94 static pid_t masterpid; /* PID of master/parent */ variable
480 masterpid = getpid();
1058 if (masterpid != 0 && master == 0)
1059 kill(masterpid, SIGUSR1);

Completed in 59 milliseconds