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

/freebsd-13-stable/lib/libutil/
H A Dpidfile.c49 int pf_dirfd; member in struct:pidfh
204 pfh->pf_dirfd = dirfd;
274 if (close(pfh->pf_dirfd) == -1 && error == 0)
296 if (funlinkat(pfh->pf_dirfd, pfh->pf_filename, pfh->pf_fd, 0) == -1) {
303 if (close(pfh->pf_dirfd) == -1 && error == 0)

Completed in 113 milliseconds