Home
last modified time | relevance | path

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

/netbsd/src/dist/pf/usr.sbin/authpf/
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/
Ddhcpcd.h114 extern int pidfd;
/netbsd/src/sys/compat/linux/common/
Dlinux_sched.h116 uint64_t pidfd; /* Where to store PID file descriptor (int *) */ member
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git64927 kill from util-linux 2.38.1 (with: sigqueue, pidfd)