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

/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c68 int pidfd = -1; variable
238 if ((pidfd = open(pidfile, O_RDWR|O_CREAT, 0644)) == -1 ||
239 (pidfp = fdopen(pidfd, "r+")) == NULL) {
240 if (pidfd != -1)
241 close(pidfd);
282 pidfd = -1;
293 pidfd = -1;
951 if (pidfile[0] && pidfd != -1)
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c2474 iarg[0] = p->pidfd; /* l_int */
H A Dlinux_proto.h1229 char pidfd_l_[PADL_(l_int)]; l_int pidfd; char pidfd_r_[PADR_(l_int)]; member in struct:linux_pidfd_send_signal_args
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c2934 iarg[0] = p->pidfd; /* l_int */
H A Dlinux32_proto.h1496 char pidfd_l_[PADL_(l_int)]; l_int pidfd; char pidfd_r_[PADR_(l_int)]; member in struct:linux_pidfd_send_signal_args
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_systrace_args.c3010 iarg[0] = p->pidfd; /* l_int */
H A Dlinux_proto.h1514 char pidfd_l_[PADL_(l_int)]; l_int pidfd; char pidfd_r_[PADR_(l_int)]; member in struct:linux_pidfd_send_signal_args

Completed in 366 milliseconds