Searched refs:daemon (Results 101 - 125 of 182) sorted by relevance

12345678

/freebsd-11-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c239 "local SDP daemon. %s (%d)",
287 /* Became daemon if required */
288 if (background && daemon(0, 0) < 0)
289 err(1, "Could not daemon()");
/freebsd-11-stable/usr.sbin/autofs/
H A Dautomountd.c490 log_errx(1, "daemon already running, pid: %jd.",
510 if (daemon(0, 0) == -1) {
/freebsd-11-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c134 if (detach && daemon(0, 0) < 0)
135 err(1, "Could not daemon()ize");
/freebsd-11-stable/usr.sbin/daemon/
H A Ddaemon.c30 * From BSDI: daemon.c,v 1.2 1996/08/15 01:11:09 jch Exp
34 __FBSDID("$FreeBSD: stable/11/usr.sbin/daemon/daemon.c 332943 2018-04-24 17:13:31Z ian $");
97 logtag = "daemon";
181 * Try to open the pidfile before calling daemon(3),
185 if (daemon(nochdir, noclose) == -1) {
186 warn("daemon");
192 * If the pidfile or restart option is specified the daemon
195 * we don't want the monitoring daemon to be terminated
380 exit(1); /* If daemon(
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_internal.c100 if (daemon(0, 0)) {
101 wpa_printf(MSG_ERROR, "daemon: %s", strerror(errno));
/freebsd-11-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c155 if (bg && daemon(0, 0) < 0)
156 err(EX_OSERR, "daemon");
/freebsd-11-stable/usr.sbin/rrenumd/
H A Drrenumd.c617 daemon(0, 0);
/freebsd-11-stable/contrib/dma/
H A Ddma.c250 if (daemonize && daemon(0, 0) != 0) {
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistd.c543 if (daemon(0, 0) == -1)
544 err(EXIT_FAILURE, "daemon failed");
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_log.c444 if (p_log->daemon) {
/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c33 * Software watchdog daemon.
165 if (debugging == 0 && daemon(0, 0) == -1) {
168 err(EX_OSERR, "daemon");
700 * if we end with a 'd' aka 'watchdogd' then we are the daemon program,
/freebsd-11-stable/usr.sbin/iscsid/
H A Discsid.c534 log_errx(1, "daemon already running, pid: %jd.",
553 if (daemon(0, 0) == -1) {
/freebsd-11-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c173 if (daemon(0, 0) < 0)
174 err(1, "daemon()");
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.c133 /* if there are no debug flags turned on, fork as a daemon should.
142 if (daemon(1, 0) == -1) {
144 log_it("CRON",getpid(),"DEATH","can't become daemon");
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c34 /* main() function for status monitor daemon. Some of the code in this */
292 if ((foreground == 0) && daemon(0, 0) < 0) {
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_main.c516 if (daemon(0,0)) {
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_63 System with unbound daemon.
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c135 daemon(0, 0);
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec100 - Added flag to configure daemon with TCP Wrappers support
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc57 * DEVD control daemon.
1002 devdlog(LOG_DEBUG, "Calling daemon\n");
1005 daemon(0, 0);
1272 daemon(0, 0);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c774 if (!launchd && daemon(0, 0) == -1) {
/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c706 if (daemon(0, 0)) {
707 logmsg(LOG_WARNING, "Failed to become daemon: %s",
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c611 if (!optF && daemon(1, 0) == -1) {
612 perror("daemon()");
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c470 if(daemon(0,0)) {
/freebsd-11-stable/sbin/routed/
H A Dmain.c298 if (background && daemon(0, 1) < 0)
299 BADERR(0,"daemon()");
551 /* Historically, SIGALRM would cause the daemon to check for

Completed in 984 milliseconds

12345678