| /freebsd-13.1/contrib/apr/threadproc/unix/ |
| H A D | procsup.c | 19 APR_DECLARE(apr_status_t) apr_proc_detach(int daemonize) in apr_proc_detach() argument 28 if (daemonize) { in apr_proc_detach() 48 if (setsid() == -1 && daemonize) { in apr_proc_detach()
|
| /freebsd-13.1/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-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/mkbusy/ |
| H A D | mkbusy.c | 48 daemonize(void) in daemonize() function 172 daemonize(); in main()
|
| /freebsd-13.1/usr.sbin/apmd/ |
| H A D | apmd.c | 642 int daemonize = 1; in main() local 649 daemonize = 0; in main() 666 if (daemonize) in main() 673 if (!daemonize) in main()
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | main.c | 411 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, in hostapd_global_run() argument 433 if (daemonize) { in hostapd_global_run() 642 int c, debug = 0, daemonize = 0; in main() local 700 daemonize++; in main() 892 if (hostapd_global_run(&interfaces, daemonize, pid_file)) { in main()
|
| H A D | hostapd_cli.c | 2070 int daemonize = 0; in main() local 2085 daemonize = 1; in main() 2167 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue()) in main()
|
| H A D | ChangeLog | 1182 * removed 'daemonize' configuration file option since it has not really
|
| /freebsd-13.1/contrib/pf/ftp-proxy/ |
| H A D | ftp-proxy.c | 129 int anonymous_only, daemonize, id_count, ipv6_mode, loglevel, max_sessions, variable 339 if (daemonize) in exit_daemon() 579 if (daemonize) in logmsg() 610 daemonize = 1; in main() 650 daemonize = 0; in main() 761 if (daemonize) { in main()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | main.c | 211 params.daemonize++; in main()
|
| H A D | wpa_priv.c | 1210 int daemonize = 0; in main() local 1229 daemonize++; in main() 1267 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue()) in main() 1286 if (daemonize) in main()
|
| H A D | wpa_cli.c | 4958 int daemonize = 0; in main() local 4973 daemonize = 1; in main() 5062 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue()) in main()
|
| H A D | wpa_supplicant_i.h | 145 int daemonize; member
|
| H A D | wpa_supplicant.c | 7347 global->params.daemonize = params->daemonize; in wpa_supplicant_init() 7450 if (global->params.daemonize && in wpa_supplicant_run()
|
| /freebsd-13.1/usr.sbin/uhsoctl/ |
| H A D | uhsoctl.c | 141 static void daemonize(struct ctx *); 984 daemonize(ctx); in at_async_owandata() 1290 daemonize(struct ctx *ctx) in daemonize() function 1502 daemonize(&ctx); in main()
|
| /freebsd-13.1/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-13.1/contrib/apr/include/ |
| H A D | apr_thread_proc.h | 701 APR_DECLARE(apr_status_t) apr_proc_detach(int daemonize);
|
| /freebsd-13.1/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-13.1/contrib/unbound/util/ |
| H A D | configlexer.lex | 271 do-daemonize{COLON} { YDVAR(1, VAR_DO_DAEMONIZE) }
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | example.conf.in | 258 # do-daemonize: yes
|
| H A D | Changelog | 7084 - Fix daemonize on Solaris 10, it did not detach from terminal. 9022 - do-daemonize config file option. 10589 - will daemonize by default now. Use -d to stay in the foreground.
|