Home
last modified time | relevance | path

Searched refs:pidfd (Results 1 – 4 of 4) sorted by relevance

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