Home
last modified time | relevance | path

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

12

/freebsd/lib/libutil/tests/
H A Dpidfile_test.c65 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 Dpidfile_test.cc18 struct pidfh *pfh = pidfile_open("test_pidfile", 0600, &other); in ATF_TEST_CASE_BODY()
/freebsd/lib/libutil/
H A DSymbol.map77 pidfile_open;
H A Dlibutil.h132 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
H A DMakefile102 MLINKS+=pidfile.3 pidfile_open.3
H A Dpidfile.c122 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 Dlibzfs_share_nfs.c209 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in nfs_commit_shares()
/freebsd/usr.sbin/bluetooth/btpand/
H A Dtap.c122 chan->pfh = pidfile_open(pidfile, 0600, NULL); in tap_init()
/freebsd/tools/tools/nvmf/nvmfd/
H A Dnvmfd.c241 pfh = pidfile_open(NULL, 0600, &pid); in main()
/freebsd/contrib/openbsm/compat/
H A Dpidfile.h97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) in pidfile_open() function
/freebsd/usr.sbin/daemon/
H A Ddaemon.c626 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 Dautounmountd.c302 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_autounmountd()
H A Dautomountd.c483 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_automountd()
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.cc419 s_pidFH = pidfile_open(s_pidFilePath, 0600, &otherPID); in OpenPIDFile()
/freebsd/tools/tools/net80211/wlanwds/
H A Dwlanwds.c155 pfh = pidfile_open(pidfile, 0600, &otherpid); in main()
/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c145 pfh = pidfile_open(pidfile, 0600, &otherpid); in main()
/freebsd/contrib/openbsm/
H A Dconfigure.ac41 AC_SEARCH_LIBS(pidfile_open, util)
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c123 rpctls_pfh = pidfile_open(_PATH_RPCTLSCDPID, 0600, &otherpid); in main()
/freebsd/usr.sbin/cron/cron/
H A Dcron.c79 pfh = pidfile_open(pidfile, 0600, &otherpid); in open_pidfile()
/freebsd/sbin/hastd/
H A Dhastd.c543 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 Dauditdistd.c727 pfh = pidfile_open(adcfg->adc_pidfile, 0600, &otherpid); in main()
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c177 pidfh = pidfile_open(pidfile_path, 0600, NULL); in main()
/freebsd/usr.sbin/iscsid/
H A Discsid.c729 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main()
/freebsd/usr.sbin/nscd/
H A Dnscd.c739 pidfile = pidfile_open(DEFAULT_PIDFILE_PATH, 0644, &pid); in main()
/freebsd/usr.sbin/powerd/
H A Dpowerd.c694 pfh = pidfile_open(pidfile, 0600, &otherpid);

12