Symbol: pidfile_open
cddl/usr.sbin/zfsd/zfsd.cc
419
s_pidFH = pidfile_open(s_pidFilePath, 0600, &otherPID);
lib/libutil++/tests/pidfile_test.cc
18
struct pidfh *pfh = pidfile_open("test_pidfile", 0600, &other);
lib/libutil/libutil.h
132
pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
lib/libutil/tests/pidfile_test.c
104
pf2 = pidfile_open(fn, 0600, &other);
lib/libutil/tests/pidfile_test.c
139
pf = pidfile_open(fn, 0600, &other);
lib/libutil/tests/pidfile_test.c
154
pf = pidfile_open(fn, 0600, &other);
lib/libutil/tests/pidfile_test.c
200
pf = pidfile_open(fn, 0600, &other);
lib/libutil/tests/pidfile_test.c
278
pfh = pidfile_open(path, 0600, NULL);
lib/libutil/tests/pidfile_test.c
65
pf = pidfile_open(fn, 0600, &other);
lib/libutil/tests/pidfile_test.c
92
pf1 = pidfile_open(fn, 0600, &other);
libexec/tftpd/tests/functional.c
377
pfh = pidfile_open(pidfile, 0644, NULL);
sbin/devd/devd.cc
538
pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid);
sbin/dhclient/dhclient.c
431
pidfile = pidfile_open(path_dhclient_pidfile, 0644, &otherpid);
sbin/ggate/ggated/ggated.c
1094
pfh = pidfile_open(ggated_pidfile, 0600, &otherpid);
sbin/hastd/hastd.c
1252
pfh = pidfile_open(cfg->hc_pidfile, 0600, &otherpid);
sbin/hastd/hastd.c
543
newpfh = pidfile_open(newcfg->hc_pidfile, 0600, &otherpid);
tools/tools/net80211/wlanwds/wlanwds.c
155
pfh = pidfile_open(pidfile, 0600, &otherpid);
tools/tools/nvmf/nvmfd/nvmfd.c
241
pfh = pidfile_open(NULL, 0600, &pid);
usr.sbin/autofs/automountd.c
483
pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
usr.sbin/autofs/autounmountd.c
302
pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
usr.sbin/bluetooth/btpand/tap.c
122
chan->pfh = pidfile_open(pidfile, 0600, NULL);
usr.sbin/cron/cron/cron.c
79
pfh = pidfile_open(pidfile, 0600, &otherpid);
usr.sbin/ctld/ctld.cc
137
conf_pidfile = pidfile_open(path, 0600, &otherpid);
usr.sbin/daemon/daemon.c
625
state->child_pidfh = pidfile_open(state->child_pidfile, 0600, &fpid);
usr.sbin/daemon/daemon.c
636
state->parent_pidfh= pidfile_open(state->parent_pidfile, 0600, &fpid);
usr.sbin/inetd/inetd.c
466
pfh = pidfile_open(pid_file, 0600, &otherpid);
usr.sbin/iscsid/iscsid.c
729
pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
usr.sbin/mountd/mountd.c
440
pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &otherpid);
usr.sbin/moused/moused/moused.c
823
pfh = pidfile_open(pidfile, 0600, &mpid);
usr.sbin/moused/msconvd/msconvd.c
656
pfh = pidfile_open(pidfile, 0600, &mpid);
usr.sbin/nfsd/nfsd.c
427
masterpidfh = pidfile_open(pidfile_path, 0600, &otherpid);
usr.sbin/nscd/nscd.c
739
pidfile = pidfile_open(DEFAULT_PIDFILE_PATH, 0644, &pid);
usr.sbin/powerd/powerd.c
694
pfh = pidfile_open(pidfile, 0600, &otherpid);
usr.sbin/rarpd/rarpd.c
195
pidfile_fh = pidfile_open(pidfile, 0600, NULL);
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
123
rpctls_pfh = pidfile_open(_PATH_RPCTLSCDPID, 0600, &otherpid);
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
149
rpctls_pfh = pidfile_open(_PATH_RPCTLSSDPID, 0600, &otherpid);
usr.sbin/rpcbind/rpcbind.c
177
pidfh = pidfile_open(pidfile_path, 0600, NULL);
usr.sbin/rtadvd/rtadvd.c
247
pfh = pidfile_open(pidfilename, 0600, &otherpid);
usr.sbin/rtsold/rtsold.c
217
pfh = pidfile_open(pidfilepath, 0644, NULL);
usr.sbin/syslogd/syslogd.c
660
pfh = pidfile_open(PidFile, 0600, &spid);
usr.sbin/uhsoctl/uhsoctl.c
1293
pfh = pidfile_open(ctx->pidfile, 0600, &opid);
usr.sbin/watchdogd/watchdogd.c
145
pfh = pidfile_open(pidfile, 0600, &otherpid);