| /freebsd/lib/libutil/tests/ |
| H A D | pidfile_test.c | 65 pf = pidfile_open(fn, 0600, &other); in test_pidfile_uncontested() 92 pf1 = pidfile_open(fn, 0600, &other); in test_pidfile_self() 104 pf2 = pidfile_open(fn, 0600, &other); in test_pidfile_self() 139 pf = pidfile_open(fn, 0600, &other); in common_test_pidfile_child() 154 pf = pidfile_open(fn, 0600, &other); in common_test_pidfile_child() 200 pf = pidfile_open(fn, 0600, &other); in common_test_pidfile_child() 278 pfh = pidfile_open(path, 0600, NULL); in test_pidfile_relative()
|
| /freebsd/lib/libutil++/tests/ |
| H A D | pidfile_test.cc | 18 struct pidfh *pfh = pidfile_open("test_pidfile", 0600, &other); in ATF_TEST_CASE_BODY()
|
| /freebsd/lib/libutil/ |
| H A D | Symbol.map | 77 pidfile_open;
|
| H A D | libutil.h | 132 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
|
| H A D | Makefile | 102 MLINKS+=pidfile.3 pidfile_open.3
|
| H A D | pidfile.c | 122 pidfile_open(const char *pathp, mode_t mode, pid_t *pidptr) in pidfile_open() function
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_share_nfs.c | 209 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in nfs_commit_shares()
|
| /freebsd/usr.sbin/bluetooth/btpand/ |
| H A D | tap.c | 122 chan->pfh = pidfile_open(pidfile, 0600, NULL); in tap_init()
|
| /freebsd/tools/tools/nvmf/nvmfd/ |
| H A D | nvmfd.c | 241 pfh = pidfile_open(NULL, 0600, &pid); in main()
|
| /freebsd/contrib/openbsm/compat/ |
| H A D | pidfile.h | 97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) in pidfile_open() function
|
| /freebsd/usr.sbin/daemon/ |
| H A D | daemon.c | 626 state->child_pidfh = pidfile_open(state->child_pidfile, 0600, &fpid); in open_pid_files() 637 state->parent_pidfh= pidfile_open(state->parent_pidfile, 0600, &fpid); in open_pid_files()
|
| /freebsd/usr.sbin/autofs/ |
| H A D | autounmountd.c | 302 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_autounmountd()
|
| H A D | automountd.c | 483 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_automountd()
|
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | zfsd.cc | 419 s_pidFH = pidfile_open(s_pidFilePath, 0600, &otherPID); in OpenPIDFile()
|
| /freebsd/tools/tools/net80211/wlanwds/ |
| H A D | wlanwds.c | 155 pfh = pidfile_open(pidfile, 0600, &otherpid); in main()
|
| /freebsd/usr.sbin/watchdogd/ |
| H A D | watchdogd.c | 145 pfh = pidfile_open(pidfile, 0600, &otherpid); in main()
|
| /freebsd/contrib/openbsm/ |
| H A D | configure.ac | 41 AC_SEARCH_LIBS(pidfile_open, util)
|
| /freebsd/usr.sbin/rpc.tlsclntd/ |
| H A D | rpc.tlsclntd.c | 123 rpctls_pfh = pidfile_open(_PATH_RPCTLSCDPID, 0600, &otherpid); in main()
|
| /freebsd/usr.sbin/cron/cron/ |
| H A D | cron.c | 79 pfh = pidfile_open(pidfile, 0600, &otherpid); in open_pidfile()
|
| /freebsd/sbin/hastd/ |
| H A D | hastd.c | 543 newpfh = pidfile_open(newcfg->hc_pidfile, 0600, &otherpid); in hastd_reload() 1252 pfh = pidfile_open(cfg->hc_pidfile, 0600, &otherpid); in main()
|
| /freebsd/contrib/openbsm/bin/auditdistd/ |
| H A D | auditdistd.c | 727 pfh = pidfile_open(adcfg->adc_pidfile, 0600, &otherpid); in main()
|
| /freebsd/usr.sbin/rpcbind/ |
| H A D | rpcbind.c | 177 pidfh = pidfile_open(pidfile_path, 0600, NULL); in main()
|
| /freebsd/usr.sbin/iscsid/ |
| H A D | iscsid.c | 729 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main()
|
| /freebsd/usr.sbin/nscd/ |
| H A D | nscd.c | 739 pidfile = pidfile_open(DEFAULT_PIDFILE_PATH, 0644, &pid); in main()
|
| /freebsd/usr.sbin/powerd/ |
| H A D | powerd.c | 694 pfh = pidfile_open(pidfile, 0600, &otherpid);
|