Searched refs:daemon (Results 1 - 25 of 182) sorted by relevance

12345678

/freebsd-11-stable/contrib/unbound/daemon/
H A Ddaemon.c2 * daemon/daemon.c - collection of workers that handles requests.
39 * The daemon consists of global settings and a number of workers.
69 #include "daemon/daemon.h"
70 #include "daemon/worker.h"
71 #include "daemon/remote.h"
72 #include "daemon/acl_list.h"
97 #include <systemd/sd-daemon.h>
194 struct daemon*
197 struct daemon* daemon = (struct daemon*)calloc(1, local
307 daemon_open_shared_ports(struct daemon* daemon) argument
391 daemon_setup_modules(struct daemon* daemon) argument
411 daemon_get_shufport(struct daemon* daemon, int* shufport) argument
443 daemon_create_workers(struct daemon* daemon) argument
496 close_other_pipes(struct daemon* daemon, int thr) argument
549 daemon_start_others(struct daemon* daemon) argument
570 daemon_stop_others(struct daemon* daemon) argument
590 daemon_fork(struct daemon* daemon) argument
719 daemon_cleanup(struct daemon* daemon) argument
760 daemon_delete(struct daemon* daemon) argument
840 daemon_apply_cfg(struct daemon* daemon, struct config_file* cfg) argument
[all...]
H A Ddaemon.h2 * daemon/daemon.h - collection of workers that handles requests.
39 * The daemon consists of global settings and a number of workers.
76 struct daemon { struct
122 /** time when daemon started */
144 * Initialize daemon structure.
145 * @return: The daemon structure, or NULL on error.
147 struct daemon* daemon_init(void);
151 * The cfg member pointer must have been set for the daemon.
152 * @param daemon
[all...]
H A Dworker.h2 * daemon/worker.h - worker that handles a pending list of requests.
52 #include "daemon/stats.h"
58 struct daemon;
83 /** the thread number (in daemon array). First in struct for debug. */
85 /** global shared daemon structure */
86 struct daemon* daemon; member in struct:worker
135 * @param daemon: the daemon that this worker thread is part of.
141 struct worker* worker_create(struct daemon* daemo
[all...]
H A Dunbound.c2 * daemon/unbound.c - main program for unbound DNS resolver daemon.
40 * Main program to start the DNS resolver daemon.
49 #include "daemon/daemon.h"
50 #include "daemon/remote.h"
146 printf(" start unbound daemon DNS resolver.\n");
272 apply_settings(struct daemon* daemon, struct config_file* cfg, argument
282 daemon_apply_cfg(daemon, cf
441 perform_setup(struct daemon* daemon, struct config_file* cfg, int debug_mode, const char** cfgfile, int need_pidfile) argument
670 struct daemon* daemon = NULL; local
[all...]
/freebsd-11-stable/usr.sbin/daemon/
H A DMakefile3 PROG= daemon
4 MAN= daemon.8
/freebsd-11-stable/contrib/unbound/util/shm_side/
H A Dshm_main.h44 struct daemon;
64 int shm_main_init(struct daemon* daemon);
65 void shm_main_shutdown(struct daemon* daemon);
H A Dshm_main.c54 #include "daemon/daemon.h"
55 #include "daemon/worker.h"
56 #include "daemon/stats.h"
83 int shm_main_init(struct daemon* daemon) argument
90 if(!daemon)
92 if(!daemon->cfg->shm_enable)
94 if(daemon->cfg->stat_interval == 0)
98 shm_size = (sizeof(struct ub_stats_info) * (daemon
190 shm_main_shutdown(struct daemon* daemon) argument
[all...]
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dhosts_ctl.c24 int hosts_ctl(daemon, name, addr, user)
25 char *daemon;
33 RQ_DAEMON, daemon,
H A Deval.c128 char *daemon = eval_daemon(request); local
131 sprintf(both, "%s@%s", daemon, host);
134 return (daemon);
/freebsd-11-stable/usr.sbin/unbound/
H A DMakefile3 SUBDIR= daemon anchor checkconf control
/freebsd-11-stable/sys/modules/syscons/daemon/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/syscons/daemon/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/syscons/daemon
/freebsd-11-stable/libexec/bootpd/
H A Dsyslog.conf17 daemon,syslog,lpr,news,uucp,cron.err /dev/console
19 #*.err;kern.debug;daemon,auth.notice;mail.crit;user.none /var/adm/messages
21 daemon.notice;syslog,news,uucp,cron.err /var/adm/messages
25 *.alert;kern.err;daemon.err;user.none operator
43 # by the local syslog daemon. only the "loghost" machine needs the following
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dservices47 sshd "Secure shell daemon" ${sshd_enable:-off} \
57 for daemon in $DAEMONS; do
58 [ "$daemon" = "dumpdev" ] && havedump=1 continue
59 echo ${daemon}_enable=\"YES\" >> $BSDINSTALL_TMPETC/rc.conf.services
/freebsd-11-stable/contrib/sendmail/src/
H A Ddaemon.h9 * $Id: daemon.h,v 8.4 2013-11-22 20:51:55 ca Exp $
21 /* structure to describe a daemon or a client */
22 struct daemon struct
52 typedef struct daemon DAEMON_T;
56 #define DPO_NOTSET (-1) /* daemon option (int) not set */
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A DMakefile11 BINGRP= daemon
/freebsd-11-stable/usr.sbin/lpr/lprm/
H A DMakefile10 BINGRP= daemon
/freebsd-11-stable/usr.sbin/lpr/lpq/
H A DMakefile8 BINGRP= daemon
/freebsd-11-stable/usr.sbin/unbound/daemon/
H A DMakefile1 # $FreeBSD: stable/11/usr.sbin/unbound/daemon/Makefile 356914 2020-01-20 13:46:09Z cy $
7 .PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/daemon ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/shm_side ${UNBOUNDDIR}/doc
10 SRCS= acl_list.c cachedump.c daemon.c remote.c shm_main.c stats.c \
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Ddaemon.c1 /* $OpenBSD: daemon.c,v 1.6 2005/08/08 08:05:33 espie Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/gen/daemon.c */
52 daemon(int nochdir, int noclose) function
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A DMakefile9 BINGRP= daemon
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Ddaemon.c31 static char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93";
51 daemon(int nochdir, int noclose) function
/freebsd-11-stable/etc/rc.d/
H A Dbgfsck46 logger -p daemon.notice -t fsck &
/freebsd-11-stable/sys/modules/syscons/
H A DMakefile25 _daemon= daemon
/freebsd-11-stable/bin/pkill/tests/
H A Dpgrep-LF_test.sh12 daemon -p $pidfile $sleep 5
H A Dpkill-LF_test.sh12 daemon -p $pidfile $sleep 5

Completed in 138 milliseconds

12345678