HomeSort by relevance Sort by last modified time
    Searched defs:daemonize (Results 1 - 11 of 11) sorted by null

  /external/qemu/
os-posix.c 53 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/
main.c 423 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
445 if (daemonize && os_daemonize(pid_file)) {
506 int c, debug = 0, daemonize = 0; local
528 daemonize++;
585 if (hostapd_global_run(&interfaces, daemonize, pid_file))
hostapd_cli.c 933 int daemonize = 0; local
947 daemonize = 1;
1031 if (daemonize && os_daemonize(pid_file))
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 964 int daemonize = 0; local
979 daemonize++;
1017 if (daemonize && os_daemonize(pid_file))
wpa_cli.c 3257 int daemonize = 0; local
    [all...]
wpa_supplicant_i.h 110 * daemonize - Run %wpa_supplicant in the background
112 int daemonize; member in struct:wpa_params
122 * If this and daemonize are set, process ID of the background process
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_priv.c 1144 int daemonize = 0; local
1159 daemonize++;
1197 if (daemonize && os_daemonize(pid_file))
wpa_cli.c 1944 int daemonize = 0; local
    [all...]
wpa_supplicant_i.h 107 * 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/
wpa_cli.c 1606 int daemonize = 0; local
    [all...]
wpa_supplicant_i.h 101 * daemonize - Run %wpa_supplicant in the background
103 int daemonize; member in struct:wpa_params
124 * If this and daemonize are set, process ID of the background process

Completed in 362 milliseconds