Searched refs:pidfile_open (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/libexec/lukemftpd/
H A Dnbsd_pidfile.h16 pfh = pidfile_open(basename, 0644, &otherpid);
/freebsd-9.3-release/tools/regression/lib/libutil/
H A Dtest-pidfile.c56 * Test that pidfile_open() can create a pidfile and that pidfile_write()
67 pf = pidfile_open(fn, 0600, &other);
83 * Test that pidfile_open() locks against self.
94 pf1 = pidfile_open(fn, 0600, &other);
106 pf2 = pidfile_open(fn, 0600, &other);
139 pf = pidfile_open(fn, 0600, &other);
154 pf = pidfile_open(fn, 0600, &other);
190 pf = pidfile_open(fn, 0600, &other);
227 * Test that pidfile_open() fails when attempting to open a pidfile that
/freebsd-9.3-release/usr.sbin/daemon/
H A Ddaemon.c101 pfh = pidfile_open(pidfile, 0600, &otherpid);
112 ppfh = pidfile_open(ppidfile, 0600, &otherpid);
/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dfsshare.c53 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid);
/freebsd-9.3-release/lib/libutil/
H A DMakefile57 MLINKS+=pidfile.3 pidfile_open.3 \
H A Dpidfile.c97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) function
H A Dlibutil.h117 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
/freebsd-9.3-release/usr.sbin/bluetooth/btpand/
H A Dtap.c120 chan->pfh = pidfile_open(pidfile, 0600, NULL);
/freebsd-9.3-release/usr.sbin/watchdogd/
H A Dwatchdogd.c100 pfh = pidfile_open(pidfile, 0600, &otherpid);
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dpidfile.h98 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) function
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dcron.c76 pfh = pidfile_open(pidfile, 0600, &otherpid);
/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c544 newpfh = pidfile_open(newcfg->hc_pidfile, 0600, &otherpid);
1252 pfh = pidfile_open(cfg->hc_pidfile, 0600, &otherpid);
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c729 pfh = pidfile_open(adcfg->adc_pidfile, 0600, &otherpid);
/freebsd-9.3-release/sbin/mount/
H A Dmount.c226 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid);
/freebsd-9.3-release/usr.sbin/nscd/
H A Dnscd.c736 pidfile = pidfile_open(DEFAULT_PIDFILE_PATH, 0644, &pid);
/freebsd-9.3-release/usr.sbin/powerd/
H A Dpowerd.c557 pfh = pidfile_open(pidfile, 0600, &otherpid);
/freebsd-9.3-release/sbin/devd/
H A Ddevd.cc479 pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid);
/freebsd-9.3-release/usr.sbin/rarpd/
H A Drarpd.c204 pidfile_fh = pidfile_open(pidfile, 0600, NULL);
/freebsd-9.3-release/usr.sbin/uhsoctl/
H A Duhsoctl.c1295 pfh = pidfile_open(ctx->pidfile, 0600, &opid);
/freebsd-9.3-release/usr.sbin/inetd/
H A Dinetd.c471 pfh = pidfile_open(pid_file, 0600, &otherpid);
478 syslog(LOG_WARNING, "pidfile_open() failed: %m");
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Drtadvd.c254 pfh = pidfile_open(pidfilename, 0600, &otherpid);
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c433 if ((pfh = pidfile_open(pid_file, 0600, &pid)) == NULL) {
439 syslog(LOG_WARNING, "pidfile_open: %m");
/freebsd-9.3-release/sbin/dhclient/
H A Ddhclient.c390 pidfile = pidfile_open(path_dhclient_pidfile, 0600, &otherpid);
/freebsd-9.3-release/usr.sbin/mountd/
H A Dmountd.c302 pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &otherpid);
/freebsd-9.3-release/usr.sbin/moused/
H A Dmoused.c1030 pfh = pidfile_open(pidfile, 0600, &mpid);

Completed in 214 milliseconds

12