/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | mkbusy.c | 49 daemonize(void) in daemonize() function 159 daemonize(); in main()
|
/freebsd/contrib/dma/ |
H A D | dma.c | 74 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/usr.sbin/apmd/ |
H A D | apmd.c | 637 int daemonize = 1; in main() local 644 daemonize = 0; in main() 661 if (daemonize) in main() 668 if (!daemonize) in main()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | main.c | 512 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, in hostapd_global_run() argument 534 if (daemonize) { in hostapd_global_run() 767 int c, debug = 0, daemonize = 0; in main() local 825 daemonize++; in main() 1019 if (hostapd_global_run(&interfaces, daemonize, pid_file)) { in main()
|
H A D | hostapd_cli.c | 2213 int daemonize = 0; in main() local 2228 daemonize = 1; in main() 2312 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue()) in main()
|
H A D | ChangeLog | 1219 * removed 'daemonize' configuration file option since it has not really
|
/freebsd/contrib/pf/ftp-proxy/ |
H A D | ftp-proxy.c | 126 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/contrib/unbound/contrib/ |
H A D | unbound.init_yocto | 64 daemonize $exec
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-1-setup.sh | 12 sudo apt-get install -y axel cloud-image-utils daemonize guestfs-tools \
|
H A D | qemu-6-tests.sh | 50 daemonize -c /var/tmp -p vm${i}.pid -o vm${i}log.txt -- \
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | main.c | 212 params.daemonize++; in main()
|
H A D | wpa_priv.c | 1215 int daemonize = 0; in main() local 1234 daemonize++; in main() 1272 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue()) in main() 1291 if (daemonize) in main()
|
H A D | wpa_cli.c | 5072 int daemonize = 0; in main() local 5087 daemonize = 1; in main() 5176 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue()) in main()
|
H A D | wpa_supplicant_i.h | 147 int daemonize; member
|
H A D | wpa_supplicant.c | 8019 global->params.daemonize = params->daemonize; in wpa_supplicant_init() 8165 if (global->params.daemonize && in wpa_supplicant_run()
|
/freebsd/usr.sbin/uhsoctl/ |
H A D | uhsoctl.c | 139 static void daemonize(struct ctx *); 983 daemonize(ctx); in at_async_owandata() 1286 daemonize(struct ctx *ctx) in daemonize() function 1498 daemonize(&ctx); in main()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | main.c | 515 static int daemonize(osm_opensm_t * osm) in daemonize() function 1182 daemonize(&osm); in main()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpdbase-opts.def | 285 will not daemonize and will exit after the clock is first 413 daemonize. Instead of exiting with status 0 immediately after
|
H A D | invoke-ntpd.texi | 485 will not daemonize and will exit after the clock is first 595 daemonize. Instead of exiting with status 0 immediately after
|
/freebsd/usr.sbin/ctld/ |
H A D | ctld.c | 2491 bool daemonize = true; in main() local 2498 daemonize = false; in main() 2562 if (daemonize) { in main() 2592 main_loop(!daemonize); in main()
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.lex | 276 do-daemonize{COLON} { YDVAR(1, VAR_DO_DAEMONIZE) }
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 328 # do-daemonize: yes
|
H A D | Changelog | 8731 - 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.
|