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

/freebsd-12-stable/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())
/freebsd-12-stable/contrib/blacklist/port/
H A Dpidfile.c55 static pid_t pidfile_pid; variable
63 if ((pidfile_path != NULL) && (pidfile_pid == getpid()))
130 * in the global variables pidfile_path and pidfile_pid so that any further
156 pidfile_pid = getpid();
158 (void) fprintf(f, "%d\n", pidfile_pid);

Completed in 77 milliseconds