Searched defs:daemonize (Results 1 - 9 of 9) sorted by relevance

/external/qemu/
H A Dos-posix.c53 static int daemonize; variable
201 daemonize = 1;
242 if (daemonize) {
293 if (daemonize) {
317 if (daemonize) {
328 if (daemonize) {
331 perror("daemonize. Writing to pipe\n");
/external/wpa_supplicant_8/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.c1047 int daemonize = 0; local
1061 daemonize = 1;
1144 if (daemonize && os_daemonize(pid_file))
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_priv.c1144 int daemonize = 0; local
1159 daemonize++;
1197 if (daemonize && os_daemonize(pid_file))
H A Dwpa_cli.c1944 int daemonize = 0; local
1960 daemonize = 1;
2052 if (daemonize && os_daemonize(pid_file))
H A Dwpa_supplicant_i.h107 * daemonize - Run %wpa_supplicant in the background
109 int daemonize; member in struct:wpa_params
119 * If this and daemonize are set, process ID of the background process
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_priv.c958 int daemonize = 0; local
973 daemonize++;
1011 if (daemonize && os_daemonize(pid_file))
H A Dwpa_cli.c3402 int daemonize = 0; local
3418 daemonize = 1;
3496 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

Completed in 131 milliseconds