| /freebsd-14.2/lib/libutil/tests/ |
| H A D | pidfile_test.c | 66 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 D | nfs.c | 179 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid); in nfs_commit_shares()
|
| /freebsd-14.2/usr.sbin/bluetooth/btpand/ |
| H A D | tap.c | 122 chan->pfh = pidfile_open(pidfile, 0600, NULL); in tap_init()
|
| /freebsd-14.2/lib/libutil/ |
| H A D | Makefile | 61 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 | 123 pidfile_open(const char *pathp, mode_t mode, pid_t *pidptr) in pidfile_open() function
|
| /freebsd-14.2/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-14.2/usr.sbin/daemon/ |
| H A D | daemon.c | 572 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 D | autounmountd.c | 303 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_autounmountd()
|
| H A D | automountd.c | 484 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main_automountd()
|
| /freebsd-14.2/cddl/usr.sbin/zfsd/ |
| H A D | zfsd.cc | 419 s_pidFH = pidfile_open(s_pidFilePath, 0600, &otherPID); in OpenPIDFile()
|
| /freebsd-14.2/contrib/openbsm/ |
| H A D | configure.ac | 41 AC_SEARCH_LIBS(pidfile_open, util)
|
| /freebsd-14.2/usr.sbin/cron/cron/ |
| H A D | cron.c | 79 pfh = pidfile_open(pidfile, 0600, &otherpid); in open_pidfile()
|
| /freebsd-14.2/usr.sbin/watchdogd/ |
| H A D | watchdogd.c | 145 pfh = pidfile_open(pidfile, 0600, &otherpid); in main()
|
| /freebsd-14.2/sbin/hastd/ |
| H A D | hastd.c | 544 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 D | rpc.tlsclntd.c | 138 rpctls_pfh = pidfile_open(_PATH_RPCTLSCDPID, 0600, &otherpid); in main()
|
| /freebsd-14.2/usr.sbin/powerd/ |
| H A D | powerd.c | 607 pfh = pidfile_open(pidfile, 0600, &otherpid);
|
| /freebsd-14.2/contrib/openbsm/bin/auditdistd/ |
| H A D | auditdistd.c | 727 pfh = pidfile_open(adcfg->adc_pidfile, 0600, &otherpid); in main()
|
| /freebsd-14.2/usr.sbin/iscsid/ |
| H A D | iscsid.c | 730 pidfh = pidfile_open(pidfile_path, 0600, &otherpid); in main()
|
| /freebsd-14.2/usr.sbin/nscd/ |
| H A D | nscd.c | 740 pidfile = pidfile_open(DEFAULT_PIDFILE_PATH, 0644, &pid); in main()
|
| /freebsd-14.2/usr.sbin/rtsold/ |
| H A D | rtsold.c | 217 pfh = pidfile_open(pidfilepath, 0644, NULL); in main()
|
| /freebsd-14.2/usr.sbin/rpc.tlsservd/ |
| H A D | rpc.tlsservd.c | 164 rpctls_pfh = pidfile_open(_PATH_RPCTLSSDPID, 0600, &otherpid); in main()
|
| /freebsd-14.2/usr.sbin/rarpd/ |
| H A D | rarpd.c | 203 pidfile_fh = pidfile_open(pidfile, 0600, NULL); in main()
|
| /freebsd-14.2/sbin/ggate/ggated/ |
| H A D | ggated.c | 1036 pfh = pidfile_open(ggated_pidfile, 0600, &otherpid); in main()
|
| /freebsd-14.2/sbin/devd/ |
| H A D | devd.cc | 537 pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid); in open_pidfile()
|