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

/freebsd-10.3-release/contrib/pf/pflogd/
H A Dpidfile.c51 static pid_t pidfile_pid; variable
95 pidfile_pid = pid;
101 pidfile_pid = 0;
113 if (pidfile_path != NULL && pidfile_pid == getpid())

Completed in 88 milliseconds