Home
last modified time | relevance | path

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

/f-stack/tools/libutil/tests/
H A Dpidfile_test.c68 pf = pidfile_open(fn, 0600, &other); in test_pidfile_uncontested()
95 pf1 = pidfile_open(fn, 0600, &other); in test_pidfile_self()
107 pf2 = pidfile_open(fn, 0600, &other); in test_pidfile_self()
142 pf = pidfile_open(fn, 0600, &other); in common_test_pidfile_child()
157 pf = pidfile_open(fn, 0600, &other); in common_test_pidfile_child()
203 pf = pidfile_open(fn, 0600, &other); in common_test_pidfile_child()
281 pfh = pidfile_open(path, 0600, NULL); in test_pidfile_relative()
/f-stack/tools/libutil/
H A DMakefile66 pidfile.3 pidfile_open.3 \
H A Dlibutil.h128 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
H A Dpidfile.c103 pidfile_open(const char *pathp, mode_t mode, pid_t *pidptr) in pidfile_open() function
/f-stack/freebsd/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c425 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in nfs_commit_shares()