/freebsd/lib/libutil/tests/ |
H A D | pidfile_test.c | 65 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 D | nfs.c | 209 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in nfs_commit_shares()
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | tap.c | 122 chan->pfh = pidfile_open(pidfile, 0600, NULL); in tap_init()
|
/freebsd/lib/libutil/ |
H A D | Makefile | 59 pidfile.3 pidfile_open.3 \
|
H A D | libutil.h | 125 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
|
H A D | pidfile.c | 122 pidfile_open(const char *pathp, mode_t mode, pid_t *pidptr) in pidfile_open() function
|
/freebsd/contrib/openbsm/compat/ |
H A D | pidfile.h | 97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) in pidfile_open() function
|
/freebsd/usr.sbin/daemon/ |
H A D | daemon.c | 612 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 D | autounmountd.c | 302 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_autounmountd()
|
H A D | automountd.c | 483 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_automountd()
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | zfsd.cc | 419 s_pidFH = pidfile_open(s_pidFilePath, 0600, &otherPID); in OpenPIDFile()
|
/freebsd/contrib/openbsm/ |
H A D | configure.ac | 41 AC_SEARCH_LIBS(pidfile_open, util)
|
/freebsd/usr.sbin/cron/cron/ |
H A D | cron.c | 79 pfh = pidfile_open(pidfile, 0600, &otherpid); in open_pidfile()
|
/freebsd/usr.sbin/watchdogd/ |
H A D | watchdogd.c | 145 pfh = pidfile_open(pidfile, 0600, &otherpid); in main()
|
/freebsd/sbin/hastd/ |
H A D | hastd.c | 543 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 D | rpc.tlsclntd.c | 137 rpctls_pfh = pidfile_open(_PATH_RPCTLSCDPID, 0600, &otherpid); in main()
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | auditdistd.c | 727 pfh = pidfile_open(adcfg->adc_pidfile, 0600, &otherpid); in main()
|
/freebsd/usr.sbin/iscsid/ |
H A D | iscsid.c | 729 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main()
|
/freebsd/usr.sbin/nscd/ |
H A D | nscd.c | 739 pidfile = pidfile_open(DEFAULT_PIDFILE_PATH, 0644, &pid); in main()
|
/freebsd/usr.sbin/rtsold/ |
H A D | rtsold.c | 217 pfh = pidfile_open(pidfilepath, 0644, NULL); in main()
|
/freebsd/usr.sbin/powerd/ |
H A D | powerd.c | 702 pfh = pidfile_open(pidfile, 0600, &otherpid);
|
/freebsd/usr.sbin/rarpd/ |
H A D | rarpd.c | 195 pidfile_fh = pidfile_open(pidfile, 0600, NULL); in main()
|
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlsservd.c | 163 rpctls_pfh = pidfile_open(_PATH_RPCTLSSDPID, 0600, &otherpid); in main()
|
/freebsd/sbin/devd/ |
H A D | devd.cc | 536 pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid); in open_pidfile()
|
/freebsd/sbin/ggate/ggated/ |
H A D | ggated.c | 1094 pfh = pidfile_open(ggated_pidfile, 0600, &otherpid); in main()
|