Home
last modified time | relevance | path

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

12

/freebsd-11-stable/lib/libutil/tests/
HDpidfile_test.c68 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()
/freebsd-11-stable/usr.sbin/daemon/
HDdaemon.c401 *pfh = pidfile_open(pidfile, 0600, &fpid); in open_pid_files()
412 *ppfh = pidfile_open(ppidfile, 0600, &fpid); in open_pid_files()
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
HDtap.c123 chan->pfh = pidfile_open(pidfile, 0600, NULL); in tap_init()
/freebsd-11-stable/lib/libutil/
HDMakefile59 pidfile.3 pidfile_open.3 \
HDpidfile.c97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) in pidfile_open() function
HDlibutil.h119 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
/freebsd-11-stable/cddl/compat/opensolaris/misc/
HDfsshare.c53 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in restart_mountd()
/freebsd-11-stable/contrib/openbsm/compat/
HDpidfile.h97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) in pidfile_open() function
/freebsd-11-stable/cddl/usr.sbin/zfsd/
HDzfsd.cc420 s_pidFH = pidfile_open(s_pidFilePath, 0600, &otherPID); in OpenPIDFile()
/freebsd-11-stable/usr.sbin/autofs/
HDautounmountd.c305 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_autounmountd()
HDautomountd.c487 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_automountd()
/freebsd-11-stable/contrib/openbsm/
HDconfigure.ac41 AC_SEARCH_LIBS(pidfile_open, util)
/freebsd-11-stable/usr.sbin/iscsid/
HDiscsid.c531 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main()
/freebsd-11-stable/usr.sbin/watchdogd/
HDwatchdogd.c155 pfh = pidfile_open(pidfile, 0600, &otherpid); in main()
/freebsd-11-stable/usr.sbin/cron/cron/
HDcron.c85 pfh = pidfile_open(pidfile, 0600, &otherpid); in open_pidfile()
/freebsd-11-stable/sbin/hastd/
HDhastd.c546 newpfh = pidfile_open(newcfg->hc_pidfile, 0600, &otherpid); in hastd_reload()
1255 pfh = pidfile_open(cfg->hc_pidfile, 0600, &otherpid); in main()
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
HDauditdistd.c727 pfh = pidfile_open(adcfg->adc_pidfile, 0600, &otherpid); in main()
/freebsd-11-stable/usr.sbin/powerd/
HDpowerd.c596 pfh = pidfile_open(pidfile, 0600, &otherpid);
/freebsd-11-stable/contrib/wpa/src/utils/
HDos_unix.c236 pfh = pidfile_open(pid_file, 0600, &otherpid); in os_daemonize()
/freebsd-11-stable/usr.sbin/nscd/
HDnscd.c736 pidfile = pidfile_open(DEFAULT_PIDFILE_PATH, 0644, &pid); in main()
/freebsd-11-stable/sbin/mount/
HDmount.c228 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in restart_mountd()
/freebsd-11-stable/usr.sbin/rarpd/
HDrarpd.c205 pidfile_fh = pidfile_open(pidfile, 0600, NULL); in main()
/freebsd-11-stable/libexec/tftpd/tests/
HDfunctional.c309 pfh = pidfile_open(pidfile, 0644, NULL); in setup()
/freebsd-11-stable/sbin/devd/
HDdevd.cc510 pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid); in open_pidfile()
/freebsd-11-stable/sbin/ggate/ggated/
HDggated.c1012 pfh = pidfile_open(ggated_pidfile, 0600, &otherpid); in main()

12