Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dpidfile.c50 int pf_fd; member
64 if (pfh == NULL || pfh->pf_fd == -1) in pidfile_verify()
69 if (fstat(pfh->pf_fd, &sb) == -1) in pidfile_verify()
205 pfh->pf_fd = fd; in pidfile_open()
238 fd = pfh->pf_fd; in pidfile_write()
272 if (close(pfh->pf_fd) == -1) in pidfile_close()
296 if (funlinkat(pfh->pf_dirfd, pfh->pf_filename, pfh->pf_fd, 0) == -1) { in _pidfile_remove()
301 if (close(pfh->pf_fd) == -1 && error == 0) in _pidfile_remove()
308 pfh->pf_fd = -1; in _pidfile_remove()
327 if (pfh == NULL || pfh->pf_fd == -1) { in pidfile_fileno()
[all …]