HomeSort by: relevance | last modified time | path
    Searched refs:daemonize (Results 1 - 25 of 25) sorted by relevancy

  /src/external/bsd/unbound/dist/pythonmod/
test-resip.conf 5 do-daemonize: no
test-calc.conf 5 do-daemonize: no
test-dict.conf 5 do-daemonize: no
test-edns.conf 5 do-daemonize: no
test-inplace_callbacks.conf 5 do-daemonize: no
test-log.conf 5 do-daemonize: no
test-resgen.conf 5 do-daemonize: no
test-resmod.conf 5 do-daemonize: no
  /src/etc/unbound/
unbound.conf 23 # Daemonize for running under rc(8).
24 do-daemonize: yes
  /src/usr.sbin/altq/altqd/
libaltq2.c 54 int daemonize = 1; variable
65 if (!daemonize) {
altqd.c 135 daemonize = 0;
138 daemonize = 0;
153 if (daemonize)
157 if (daemonize)
188 if (daemonize) {
321 if (daemonize) {
  /src/tests/net/if_vlan/
bpfopen.c 69 static bool daemonize = false; variable
98 daemonize = true;
124 if (daemonize) {
139 if (daemonize)
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
clogd.c 47 static void daemonize(void);
53 daemonize();
180 * daemonize
184 static void daemonize(void) function
  /src/external/bsd/unbound/dist/contrib/
unbound.init_yocto 64 daemonize $exec
  /src/external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/
redis.conf 21 daemonize no
34 # output for logging but daemonize, logs will be sent to /dev/null
  /src/external/bsd/unbound/dist/testdata/redis_replica.tdir/
redis.conf 21 daemonize no
34 # output for logging but daemonize, logs will be sent to /dev/null
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 129 int anonymous_only, daemonize, id_count, ipv6_mode, loglevel, max_sessions, variable
344 if (daemonize)
586 if (daemonize)
621 daemonize = 1;
666 daemonize = 0;
789 if (daemonize) {
791 err(1, "cannot daemonize");
  /src/external/bsd/wpa/dist/hostapd/
main.c 512 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
534 if (daemonize) {
767 int c, debug = 0, daemonize = 0; local
825 daemonize++;
1019 if (hostapd_global_run(&interfaces, daemonize, pid_file)) {
hostapd_cli.c 2213 int daemonize = 0; local
2228 daemonize = 1;
2312 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
  /src/usr.sbin/altq/libaltq/
altq_qop.h 245 extern int daemonize; /* log_write uses stderr if daemonize is 0 */
  /src/external/bsd/wpa/dist/wpa_supplicant/
main.c 213 params.daemonize++;
wpa_priv.c 1215 int daemonize = 0; local
1234 daemonize++;
1272 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
1291 if (daemonize)
wpa_supplicant_i.h 145 * daemonize - Run %wpa_supplicant in the background
147 int daemonize; member in struct:wpa_params
157 * If this and daemonize are set, process ID of the background process
wpa_cli.c 5093 int daemonize = 0; local
5108 daemonize = 1;
5197 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
wpa_supplicant.c 5976 wpa_printf(MSG_DEBUG, "Daemonize..");
8026 global->params.daemonize = params->daemonize;
8172 if (global->params.daemonize &&

Completed in 45 milliseconds