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

1234567

/freebsd-10.0-release/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.
65 #include "daemon/daemon.h"
66 #include "daemon/worker.h"
67 #include "daemon/remote.h"
68 #include "daemon/acl_list.h"
179 struct daemon*
182 struct daemon* daemo local
249 daemon_open_shared_ports(struct daemon* daemon) argument
277 daemon_setup_modules(struct daemon* daemon) argument
296 daemon_get_shufport(struct daemon* daemon, int* shufport) argument
328 daemon_create_workers(struct daemon* daemon) argument
366 close_other_pipes(struct daemon* daemon, int thr) argument
411 daemon_start_others(struct daemon* daemon) argument
432 daemon_stop_others(struct daemon* daemon) argument
452 daemon_fork(struct daemon* daemon) argument
503 daemon_cleanup(struct daemon* daemon) argument
530 daemon_delete(struct daemon* daemon) argument
592 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.
66 struct daemon { struct
105 /** time when daemon started */
110 * Initialize daemon structure.
111 * @return: The daemon structure, or NULL on error.
113 struct daemon* daemon_init(void);
117 * The cfg member pointer must have been set for the daemon.
118 * @param daemon
[all...]
H A Dworker.h2 * daemon/worker.h - worker that handles a pending list of requests.
52 #include "daemon/stats.h"
57 struct daemon;
81 /** the thread number (in daemon array). First in struct for debug. */
83 /** global shared daemon structure */
84 struct daemon* daemon; member in struct:worker
124 * @param daemon: the daemon that this worker thread is part of.
130 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"
155 printf(" start unbound daemon DNS resolver.\n");
290 apply_settings(struct daemon* daemon, struct config_file* cfg, argument
295 daemon_apply_cfg(daemon, cf
426 perform_setup(struct daemon* daemon, struct config_file* cfg, int debug_mode, const char** cfgfile) argument
634 struct daemon* daemon = NULL; local
[all...]
/freebsd-10.0-release/usr.sbin/daemon/
H A DMakefile3 PROG= daemon
4 MAN= daemon.8
/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dhosts_ctl.c24 int hosts_ctl(daemon, name, addr, user)
25 char *daemon;
33 RQ_DAEMON, daemon,
H A Dinetcf.c170 char daemon[BUFSIZ]; local
218 * the daemon pathname.
235 sprintf(daemon, "%s/%s", REAL_DAEMON_DIR, arg0);
236 if (check_path(daemon, &st) < 0) {
240 tcpd_warn("%s: not executable", daemon);
251 sprintf(daemon, "%s/%s", REAL_DAEMON_DIR, arg0);
252 if (STR_EQ(path, daemon)) {
258 } else if (check_path(daemon, &st) >= 0) {
263 tcpd_warn("%s: file lookup: %m", daemon);
H A Deval.c128 char *daemon = eval_daemon(request); local
131 sprintf(both, "%s@%s", daemon, host);
134 return (daemon);
H A Dtcpdmatch.c4 * usage: tcpdmatch [-d] [-i inet_conf] daemon[@host] [user@]host
11 * that would normally be reported via the syslog daemon.
72 char *daemon; local
121 * Default is to specify a daemon process name. When daemon@host is
127 daemon = strrchr(argv[optind], '/') + 1;
128 tcpd_warn("%s: daemon name normalized to: %s", argv[optind], daemon);
130 daemon = argv[optind];
154 switch (inet_get(daemon)) {
[all...]
/freebsd-10.0-release/sys/modules/syscons/daemon/
H A DMakefile3 .PATH: ${.CURDIR}/../../../dev/syscons/daemon
/freebsd-10.0-release/usr.sbin/unbound/
H A DMakefile3 SUBDIR= daemon anchor checkconf control
/freebsd-10.0-release/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-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dservices45 sshd "Secure shell daemon" ${sshd_enable:-off} \
54 for daemon in $DAEMONS; do
55 if [ "$daemon" == "dumpdev" ]; then
62 echo ${daemon}_enable=\"YES\" >> $BSDINSTALL_TMPETC/rc.conf.services
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddaemon.h9 * $Id: daemon.h,v 8.3 2006/07/13 22:57:03 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 */
H A Daliases30 daemon: root
/freebsd-10.0-release/usr.sbin/lpr/lpq/
H A DMakefile8 BINGRP= daemon
/freebsd-10.0-release/usr.sbin/lpr/lpr/
H A DMakefile11 BINGRP= daemon
/freebsd-10.0-release/usr.sbin/lpr/lprm/
H A DMakefile10 BINGRP= daemon
/freebsd-10.0-release/usr.sbin/unbound/daemon/
H A DMakefile7 .PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/daemon ${UNBOUNDDIR}/doc
10 SRCS= acl_list.c cachedump.c daemon.c remote.c stats.c unbound.c worker.c
/freebsd-10.0-release/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-10.0-release/etc/rc.d/
H A Dbgfsck38 logger -p daemon.notice -t fsck &
/freebsd-10.0-release/usr.sbin/lpr/lpc/
H A DMakefile9 BINGRP= daemon
/freebsd-10.0-release/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-10.0-release/sys/modules/syscons/
H A DMakefile24 _daemon= daemon
/freebsd-10.0-release/tools/regression/usr.bin/pkill/
H A Dpgrep-LF.t12 daemon -p $pidfile $sleep 5

Completed in 209 milliseconds

1234567