| /freebsd-11-stable/lib/libutil/tests/ |
| HD | pidfile_test.c | 68 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/ |
| HD | daemon.c | 401 *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/ |
| HD | tap.c | 123 chan->pfh = pidfile_open(pidfile, 0600, NULL); in tap_init()
|
| /freebsd-11-stable/lib/libutil/ |
| HD | Makefile | 59 pidfile.3 pidfile_open.3 \
|
| HD | pidfile.c | 97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) in pidfile_open() function
|
| HD | libutil.h | 119 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
|
| /freebsd-11-stable/cddl/compat/opensolaris/misc/ |
| HD | fsshare.c | 53 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in restart_mountd()
|
| /freebsd-11-stable/contrib/openbsm/compat/ |
| HD | pidfile.h | 97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) in pidfile_open() function
|
| /freebsd-11-stable/cddl/usr.sbin/zfsd/ |
| HD | zfsd.cc | 420 s_pidFH = pidfile_open(s_pidFilePath, 0600, &otherPID); in OpenPIDFile()
|
| /freebsd-11-stable/usr.sbin/autofs/ |
| HD | autounmountd.c | 305 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_autounmountd()
|
| HD | automountd.c | 487 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_automountd()
|
| /freebsd-11-stable/contrib/openbsm/ |
| HD | configure.ac | 41 AC_SEARCH_LIBS(pidfile_open, util)
|
| /freebsd-11-stable/usr.sbin/iscsid/ |
| HD | iscsid.c | 531 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main()
|
| /freebsd-11-stable/usr.sbin/watchdogd/ |
| HD | watchdogd.c | 155 pfh = pidfile_open(pidfile, 0600, &otherpid); in main()
|
| /freebsd-11-stable/usr.sbin/cron/cron/ |
| HD | cron.c | 85 pfh = pidfile_open(pidfile, 0600, &otherpid); in open_pidfile()
|
| /freebsd-11-stable/sbin/hastd/ |
| HD | hastd.c | 546 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/ |
| HD | auditdistd.c | 727 pfh = pidfile_open(adcfg->adc_pidfile, 0600, &otherpid); in main()
|
| /freebsd-11-stable/usr.sbin/powerd/ |
| HD | powerd.c | 596 pfh = pidfile_open(pidfile, 0600, &otherpid);
|
| /freebsd-11-stable/contrib/wpa/src/utils/ |
| HD | os_unix.c | 236 pfh = pidfile_open(pid_file, 0600, &otherpid); in os_daemonize()
|
| /freebsd-11-stable/usr.sbin/nscd/ |
| HD | nscd.c | 736 pidfile = pidfile_open(DEFAULT_PIDFILE_PATH, 0644, &pid); in main()
|
| /freebsd-11-stable/sbin/mount/ |
| HD | mount.c | 228 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in restart_mountd()
|
| /freebsd-11-stable/usr.sbin/rarpd/ |
| HD | rarpd.c | 205 pidfile_fh = pidfile_open(pidfile, 0600, NULL); in main()
|
| /freebsd-11-stable/libexec/tftpd/tests/ |
| HD | functional.c | 309 pfh = pidfile_open(pidfile, 0644, NULL); in setup()
|
| /freebsd-11-stable/sbin/devd/ |
| HD | devd.cc | 510 pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid); in open_pidfile()
|
| /freebsd-11-stable/sbin/ggate/ggated/ |
| HD | ggated.c | 1012 pfh = pidfile_open(ggated_pidfile, 0600, &otherpid); in main()
|