Searched refs:daemonize (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/apr/threadproc/unix/
H A Dprocsup.c19 APR_DECLARE(apr_status_t) apr_proc_detach(int daemonize)
28 if (daemonize) {
48 if (setsid() == -1 && daemonize) {
/freebsd-10.0-release/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.c52 int daemonize = 1; variable
200 if (daemonize) {
398 daemonize = 0;
415 daemonize = 0;
440 if ((access(logfile,W_OK)) && daemonize) {
452 if (daemonize) printf("logfile: %s\n",logfile);
456 if (daemonize) {
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dmain.c432 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, argument
454 if (daemonize && os_daemonize(pid_file)) {
539 int c, debug = 0, daemonize = 0; local
572 daemonize++;
636 if (hostapd_global_run(&interfaces, daemonize, pid_file))
H A Dhostapd_cli.c1023 int daemonize = 0; local
1037 daemonize = 1;
1120 if (daemonize && os_daemonize(pid_file))
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dmain.c166 params.daemonize++;
H A Dwpa_priv.c958 int daemonize = 0; local
973 daemonize++;
1011 if (daemonize && os_daemonize(pid_file))
H A Dwpa_supplicant_i.h105 * daemonize - Run %wpa_supplicant in the background
107 int daemonize; member in struct:wpa_params
117 * If this and daemonize are set, process ID of the background process
H A Dwpa_cli.c3405 int daemonize = 0; local
3421 daemonize = 1;
3499 if (daemonize && os_daemonize(pid_file))
H A Dwpa_supplicant.c3228 global->params.daemonize = params->daemonize;
3308 if (global->params.daemonize &&
/freebsd-10.0-release/usr.sbin/apmd/
H A Dapmd.c640 int daemonize = 1; local
647 daemonize = 0;
664 if (daemonize)
671 if (!daemonize)
/freebsd-10.0-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c129 int anonymous_only, daemonize, id_count, ipv6_mode, loglevel, max_sessions, variable
339 if (daemonize)
579 if (daemonize)
610 daemonize = 1;
650 daemonize = 0;
761 if (daemonize) {
763 err(1, "cannot daemonize");
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dmain.c441 static int daemonize(osm_opensm_t * osm) function
959 daemonize(&osm);
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_thread_proc.h682 * @param daemonize set to non-zero if the process should daemonize
686 APR_DECLARE(apr_status_t) apr_proc_detach(int daemonize);
/freebsd-10.0-release/usr.sbin/uhsoctl/
H A Duhsoctl.c140 static void daemonize(struct ctx *);
982 daemonize(ctx);
1288 daemonize(struct ctx *ctx) function
1302 warn("Cannot daemonize");
1500 daemonize(&ctx);

Completed in 111 milliseconds