HomeSort by: relevance | last modified time | path
    Searched defs:pidfd (Results 1 - 3 of 3) sorted by relevancy

  /src/dist/pf/usr.sbin/authpf/
authpf.c 79 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);
  /src/sys/compat/linux/common/
linux_sched.h 116 uint64_t pidfd; /* Where to store PID file descriptor (int *) */ member in struct:linux_user_clone3_args
  /src/external/mpl/dhcp/dist/client/
dhclient.c 724 FILE *pidfd; local
729 if ((pidfd = fopen(path_dhclient_pid, "r")) != NULL) {
730 e = fscanf(pidfd, "%ld\n", &temp);
750 fclose(pidfd);

Completed in 26 milliseconds