| /src/external/bsd/unbound/dist/daemon/ |
| daemon.c | 2 * 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" 99 #include <systemd/sd-daemon.h> 202 struct daemon* 205 struct daemon* daemon = (struct daemon*)calloc(1, local [all...] |
| daemon.h | 2 * daemon/daemon.h - collection of workers that handles requests. 39 * The daemon consists of global settings and a number of workers. 80 struct daemon { struct 140 /** time when daemon started */ 175 * Initialize daemon structure. 176 * @return: The daemon structure, or NULL on error. 178 struct daemon* daemon_init(void); 182 * The cfg member pointer must have been set for the daemon. 183 * @param daemon: the daemon [all...] |
| worker.h | 2 * daemon/worker.h - worker that handles a pending list of requests. 52 #include "daemon/stats.h" 58 struct daemon; 89 /** the thread number (in daemon array). First in struct for debug. */ 91 /** global shared daemon structure */ 92 struct daemon* daemon; member in struct:worker 147 * @param daemon: the daemon that this worker thread is part of. 153 struct worker* worker_create(struct daemon* daemon, int id, int* ports, int n) [all...] |
| unbound.c | 2 * 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"); 301 apply_settings(struct daemon* daemon, struct config_file* cfg, 311 daemon_apply_cfg(daemon, cfg) 728 struct daemon* daemon = NULL; local [all...] |
| /src/external/bsd/unbound/dist/util/shm_side/ |
| shm_main.h | 44 struct daemon; 64 int shm_main_init(struct daemon* daemon); 65 void shm_main_shutdown(struct daemon* daemon);
|
| shm_main.c | 54 #include "daemon/daemon.h" 55 #include "daemon/worker.h" 56 #include "daemon/stats.h" 83 int shm_main_init(struct daemon* daemon) 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->num + 1)) [all...] |
| /src/usr.sbin/lpr/lpq/ |
| Makefile | 6 BINGRP= daemon
|
| /src/usr.sbin/lpr/lpr/ |
| Makefile | 6 BINGRP= daemon
|
| /src/usr.sbin/lpr/lprm/ |
| Makefile | 6 BINGRP= daemon
|
| /src/lib/libwrap/ |
| hosts_ctl.c | 32 hosts_ctl(char *daemon, char *name, char *addr, char *user) 37 RQ_DAEMON, daemon,
|
| eval.c | 135 char *daemon = eval_daemon(request); local 138 (void)snprintf(both, sizeof both, "%s@%s", daemon, host); 141 return (daemon);
|
| update.c | 69 ptr = request->daemon; 108 (void)strlcpy(request->daemon, unknown, sizeof(request->daemon));
|
| /src/external/bsd/openresolv/dist/ |
| avahi-daemon.in | 5 # avahi-daemon notifier for resolvconf libc subscriber 29 : ${avahi_daemon_pidfile:=/var/run/avahi-daemon/pid}
|
| /src/usr.sbin/bootp/bootpd/ |
| syslog.conf | 17 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
|
| /src/lib/libc/gen/ |
| daemon.c | 1 /* $NetBSD: daemon.c,v 1.10 2012/06/25 22:32:43 abs Exp $ */ 35 static char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: daemon.c,v 1.10 2012/06/25 22:32:43 abs Exp $"); 48 __weak_alias(daemon,_daemon) 52 daemon(int nochdir, int noclose)
|
| /src/usr.sbin/lpr/lpc/ |
| Makefile | 7 BINGRP= daemon
|
| /src/external/bsd/nsd/dist/contrib/ |
| nsd.openrc.in | 2 supervisor=supervise-daemon 4 description="The NLnet Labs Name Server Daemon (NSD)" 11 # instances of the same daemon from one service script using symlinks. 17 # Run the daemon in the foreground and allow OpenRC to background it 50 # usable before we try to start the daemon. Without this, the 61 # isn't busted before we stop the running daemon. If it's a 71 supervise-daemon "${RC_SVCNAME}" -s SIGHUP
|
| /src/external/bsd/unbound/dist/winrc/ |
| win_svc.c | 49 #include "daemon/daemon.h" 50 #include "daemon/worker.h" 51 #include "daemon/remote.h" 299 * @param d: daemon returned here. 304 service_init(int r, struct daemon** d, struct config_file** c) 307 struct daemon* daemon = NULL; local 316 /* create daemon */ 317 if(r) daemon = *d 438 struct daemon* daemon = NULL; local [all...] |
| /src/external/ibm-public/postfix/dist/conf/ |
| aliases | 15 MAILER-DAEMON: postmaster 20 daemon: root 58 # remote, and which is implemented by the cleanup(8) daemon.
|
| /src/external/ibm-public/postfix/dist/proto/ |
| aliases0 | 15 MAILER-DAEMON: postmaster 20 daemon: root
|
| /src/external/bsd/libbind/dist/bsd/ |
| daemon.c | 1 /* $NetBSD: daemon.c,v 1.1.1.2 2012/09/09 16:07:42 christos Exp $ */ 4 static const char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93"; 5 static const char rcsid[] = "Id: daemon.c,v 1.2 2005/04/27 04:56:10 sra Exp "; 54 daemon(int nochdir, int noclose) { function
|
| /src/external/bsd/openresolv/libexec/libc.d/ |
| Makefile | 7 FILES= avahi-daemon mdnsd
|
| /src/usr.sbin/tcpdchk/ |
| inetcf.c | 196 char daemon[BUFSIZ]; local 244 * the daemon pathname. 261 snprintf(daemon, sizeof(daemon), "%s/%s", REAL_DAEMON_DIR, arg0); 262 if (check_path(daemon, &st) < 0) { 266 tcpd_warn("%s: not executable", daemon); 277 snprintf(daemon, sizeof(daemon), "%s/%s", REAL_DAEMON_DIR, arg0); 278 if (STR_EQ(path, daemon)) { 280 } else if (check_path(daemon, &st) >= 0) [all...] |
| /src/etc/rc.d/ |
| ipnat | 27 logger -s -p daemon.warning -t ipnat \
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| daemon.c | 1 /* $NetBSD: daemon.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 33 static char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93"; 53 daemon(int nochdir, int noclose) function
|