Home
last modified time | relevance | path

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

12

/freebsd-14.2/lib/libutil/tests/
H A Dpidfile_test.c66 pf = pidfile_open(fn, 0600, &other); in test_pidfile_uncontested()
93 pf1 = pidfile_open(fn, 0600, &other); in test_pidfile_self()
105 pf2 = pidfile_open(fn, 0600, &other); in test_pidfile_self()
140 pf = pidfile_open(fn, 0600, &other); in common_test_pidfile_child()
155 pf = pidfile_open(fn, 0600, &other); in common_test_pidfile_child()
201 pf = pidfile_open(fn, 0600, &other); in common_test_pidfile_child()
279 pfh = pidfile_open(path, 0600, NULL); in test_pidfile_relative()
/freebsd-14.2/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c179 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in nfs_commit_shares()
/freebsd-14.2/usr.sbin/bluetooth/btpand/
H A Dtap.c122 chan->pfh = pidfile_open(pidfile, 0600, NULL); in tap_init()
/freebsd-14.2/lib/libutil/
H A DMakefile61 pidfile.3 pidfile_open.3 \
H A Dlibutil.h125 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
H A Dpidfile.c123 pidfile_open(const char *pathp, mode_t mode, pid_t *pidptr) in pidfile_open() function
/freebsd-14.2/contrib/openbsm/compat/
H A Dpidfile.h97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) in pidfile_open() function
/freebsd-14.2/usr.sbin/daemon/
H A Ddaemon.c572 state->child_pidfh = pidfile_open(state->child_pidfile, 0600, &fpid); in open_pid_files()
583 state->parent_pidfh= pidfile_open(state->parent_pidfile, 0600, &fpid); in open_pid_files()
/freebsd-14.2/usr.sbin/autofs/
H A Dautounmountd.c303 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_autounmountd()
H A Dautomountd.c484 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_automountd()
/freebsd-14.2/cddl/usr.sbin/zfsd/
H A Dzfsd.cc419 s_pidFH = pidfile_open(s_pidFilePath, 0600, &otherPID); in OpenPIDFile()
/freebsd-14.2/contrib/openbsm/
H A Dconfigure.ac41 AC_SEARCH_LIBS(pidfile_open, util)
/freebsd-14.2/usr.sbin/cron/cron/
H A Dcron.c79 pfh = pidfile_open(pidfile, 0600, &otherpid); in open_pidfile()
/freebsd-14.2/usr.sbin/watchdogd/
H A Dwatchdogd.c145 pfh = pidfile_open(pidfile, 0600, &otherpid); in main()
/freebsd-14.2/sbin/hastd/
H A Dhastd.c544 newpfh = pidfile_open(newcfg->hc_pidfile, 0600, &otherpid); in hastd_reload()
1253 pfh = pidfile_open(cfg->hc_pidfile, 0600, &otherpid); in main()
/freebsd-14.2/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c138 rpctls_pfh = pidfile_open(_PATH_RPCTLSCDPID, 0600, &otherpid); in main()
/freebsd-14.2/usr.sbin/powerd/
H A Dpowerd.c607 pfh = pidfile_open(pidfile, 0600, &otherpid);
/freebsd-14.2/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c727 pfh = pidfile_open(adcfg->adc_pidfile, 0600, &otherpid); in main()
/freebsd-14.2/usr.sbin/iscsid/
H A Discsid.c730 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main()
/freebsd-14.2/usr.sbin/nscd/
H A Dnscd.c740 pidfile = pidfile_open(DEFAULT_PIDFILE_PATH, 0644, &pid); in main()
/freebsd-14.2/usr.sbin/rtsold/
H A Drtsold.c217 pfh = pidfile_open(pidfilepath, 0644, NULL); in main()
/freebsd-14.2/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c164 rpctls_pfh = pidfile_open(_PATH_RPCTLSSDPID, 0600, &otherpid); in main()
/freebsd-14.2/usr.sbin/rarpd/
H A Drarpd.c203 pidfile_fh = pidfile_open(pidfile, 0600, NULL); in main()
/freebsd-14.2/sbin/ggate/ggated/
H A Dggated.c1036 pfh = pidfile_open(ggated_pidfile, 0600, &otherpid); in main()
/freebsd-14.2/sbin/devd/
H A Ddevd.cc537 pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid); in open_pidfile()

12