Home
last modified time | relevance | path

Searched refs:daemonize (Results 1 – 21 of 21) sorted by relevance

/freebsd-src/usr.sbin/nvmfd/
H A Dnvmfd.c157 bool daemonize; in main()
164 daemonize = true; in main()
171 daemonize = false; in main()
240 if (daemonize) { in main()
154 bool daemonize; main() local
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkbusy.c49 daemonize(void) in daemonize() function
159 daemonize(); in main()
/freebsd-src/contrib/dma/
H A Ddma.c74 static int daemonize = 1; variable
250 if (daemonize && daemon(0, 0) != 0) { in go_background()
254 daemonize = 0; in go_background()
498 daemonize = 0; in main()
/freebsd-src/usr.sbin/apmd/
H A Dapmd.c637 int daemonize = 1; in main() local
644 daemonize = 0; in main()
661 if (daemonize) in main()
668 if (!daemonize) in main()
/freebsd-src/contrib/wpa/hostapd/
H A Dmain.c512 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, in hostapd_get_global_ctrl_iface()
534 if (daemonize) { in hostapd_get_global_ctrl_iface()
767 int c, debug = 0, daemonize = 0; in main()
825 daemonize++; in main()
1019 if (hostapd_global_run(&interfaces, daemonize, pid_file)) {
411 hostapd_global_run(struct hapd_interfaces * ifaces,int daemonize,const char * pid_file) hostapd_global_run() argument
642 int c, debug = 0, daemonize = 0; main() local
H A Dhostapd_cli.c2213 int daemonize = 0;
2228 daemonize = 1;
2312 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
2070 int daemonize = 0; main() local
H A DChangeLog1219 * removed 'daemonize' configuration file option since it has not really
/freebsd-src/contrib/pf/ftp-proxy/
H A Dftp-proxy.c126 int anonymous_only, daemonize, id_count, ipv6_mode, loglevel, max_sessions, variable
336 if (daemonize) in exit_daemon()
576 if (daemonize) in logmsg()
607 daemonize = 1; in main()
647 daemonize = 0; in main()
758 if (daemonize) { in main()
/freebsd-src/contrib/unbound/contrib/
H A Dunbound.init_yocto64 daemonize $exec
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dmain.c212 params.daemonize++; in main()
H A Dwpa_priv.c1215 int daemonize = 0; in main()
1234 daemonize++; in main()
1272 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue()) in main()
1291 if (daemonize) in main()
1210 int daemonize = 0; main() local
H A Dwpa_cli.c5072 int daemonize = 0; in main()
5087 daemonize = 1;
5176 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
4958 int daemonize = 0; main() local
H A Dwpa_supplicant_i.h145 * daemonize - Run %wpa_supplicant in the background member
147 int daemonize;
157 * If this and daemonize are set, process ID of the background process
H A Dwpa_supplicant.c8019 global->params.daemonize = params->daemonize; in wpas_is_p2p_prioritized()
8165 if (global->params.daemonize &&
/freebsd-src/usr.sbin/uhsoctl/
H A Duhsoctl.c139 static void daemonize(struct ctx *);
983 daemonize(ctx); in at_async_owandata()
1286 daemonize(struct ctx *ctx)
1300 warn("Cannot daemonize"); in daemonize()
1498 daemonize(&ctx); in main()
1288 daemonize(struct ctx *ctx) daemonize() function
/freebsd-src/contrib/ofed/opensm/opensm/
H A Dmain.c515 static int daemonize(osm_opensm_t * osm) in daemonize() function
1182 daemonize(&osm); in main()
/freebsd-src/contrib/ntp/ntpd/
H A Dntpdbase-opts.def285 will not daemonize and will exit after the clock is first
413 daemonize. Instead of exiting with status 0 immediately after
H A Dinvoke-ntpd.texi485 will not daemonize and will exit after the clock is first
595 daemonize. Instead of exiting with status 0 immediately after
/freebsd-src/contrib/unbound/util/
H A Dconfiglexer.lex276 do-daemonize{COLON} { YDVAR(1, VAR_DO_DAEMONIZE) }
/freebsd-src/contrib/unbound/doc/
H A Dexample.conf.in328 # do-daemonize: yes
H A DChangelog8731 - Fix daemonize on Solaris 10, it did not detach from terminal.
10669 - do-daemonize config file option.
12236 - will daemonize by default now. Use -d to stay in the foreground.