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

/netbsd-current/usr.bin/rump_dhcpclient/
H A Ddhcpcd.h114 extern int pidfd;
/netbsd-current/dist/pf/usr.sbin/authpf/
H A Dauthpf.c79 int lockcnt = 0, n, pidfd; local
201 if ((pidfd = open(pidfile, O_RDWR|O_CREAT, 0644)) == -1 ||
202 (pidfp = fdopen(pidfd, "r+")) == NULL) {
203 if (pidfd != -1)
204 close(pidfd);
/netbsd-current/external/mpl/dhcp/dist/client/
H A Ddhclient.c724 FILE *pidfd; local
729 if ((pidfd = fopen(path_dhclient_pid, "r")) != NULL) {
730 e = fscanf(pidfd, "%ld\n", &temp);
750 fclose(pidfd);

Completed in 90 milliseconds