Searched refs:pidfile_open (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/libutil/tests/ |
| H A D | pidfile_test.c | 68 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 D | Makefile | 66 pidfile.3 pidfile_open.3 \
|
| H A D | libutil.h | 128 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
|
| H A D | pidfile.c | 103 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 D | nfs.c | 425 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in nfs_commit_shares()
|