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

/freebsd-9.3-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-9.3-release/contrib/wpa/hostapd/
H A Dmain.c412 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, argument
434 if (daemonize && os_daemonize(pid_file)) {
482 int c, debug = 0, daemonize = 0; local
502 daemonize++;
548 if (hostapd_global_run(&interfaces, daemonize, pid_file))
H A Dhostapd_cli.c793 int daemonize = 0; local
807 daemonize = 1;
891 if (daemonize && os_daemonize(pid_file))
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmain.c154 params.daemonize++;
H A Dwpa_supplicant_i.h108 * daemonize - Run %wpa_supplicant in the background
110 int daemonize; member in struct:wpa_params
120 * If this and daemonize are set, process ID of the background process
H A Dwpa_priv.c964 int daemonize = 0; local
979 daemonize++;
1017 if (daemonize && os_daemonize(pid_file))
H A Dwpa_cli.c2272 int daemonize = 0; local
2288 daemonize = 1;
2385 if (daemonize && os_daemonize(pid_file))
H A Dwpa_supplicant.c2264 global->params.daemonize = params->daemonize;
2343 if (global->params.daemonize &&
/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmd.c640 int daemonize = 1; local
647 daemonize = 0;
664 if (daemonize)
671 if (!daemonize)
/freebsd-9.3-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-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dmain.c441 static int daemonize(osm_opensm_t * osm) function
959 daemonize(&osm);
/freebsd-9.3-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 144 milliseconds