Searched refs:yp_pid (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_extern.h71 extern pid_t yp_pid;
H A Dyp_main.c129 pid_t yp_pid; variable
143 yp_pid = getpid();
165 if (getpid() == yp_pid)
169 if (getpid() == yp_pid) {
177 if (yp_pid != getpid())
H A Dyp_server.c60 if (yp_pid != getpid()) {

Completed in 105 milliseconds