Home
last modified time | relevance | path

Searched refs:pidfile_open (Results 1 – 25 of 36) 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/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.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/lib/libutil/
H A DMakefile59 pidfile.3 pidfile_open.3 \
H A Dlibutil.h125 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
H A Dpidfile.c122 pidfile_open(const char *pathp, mode_t mode, pid_t *pidptr) in pidfile_open() function
/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.c612 state->child_pidfh = pidfile_open(state->child_pidfile, 0600, &fpid); in open_pid_files()
623 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/contrib/openbsm/
H A Dconfigure.ac41 AC_SEARCH_LIBS(pidfile_open, util)
/freebsd/usr.sbin/cron/cron/
H A Dcron.c79 pfh = pidfile_open(pidfile, 0600, &otherpid); in open_pidfile()
/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c145 pfh = pidfile_open(pidfile, 0600, &otherpid); in main()
/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/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c137 rpctls_pfh = pidfile_open(_PATH_RPCTLSCDPID, 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/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/rtsold/
H A Drtsold.c217 pfh = pidfile_open(pidfilepath, 0644, NULL); in main()
/freebsd/usr.sbin/powerd/
H A Dpowerd.c702 pfh = pidfile_open(pidfile, 0600, &otherpid);
/freebsd/usr.sbin/rarpd/
H A Drarpd.c195 pidfile_fh = pidfile_open(pidfile, 0600, NULL); in main()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c163 rpctls_pfh = pidfile_open(_PATH_RPCTLSSDPID, 0600, &otherpid); in main()
/freebsd/sbin/devd/
H A Ddevd.cc536 pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid); in open_pidfile()
/freebsd/sbin/ggate/ggated/
H A Dggated.c1094 pfh = pidfile_open(ggated_pidfile, 0600, &otherpid); in main()

12