HomeSort by relevance Sort by last modified time
    Searched defs:daemonize (Results 1 - 6 of 6) 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 436 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
458 if (daemonize && os_daemonize(pid_file)) {
563 int c, debug = 0, daemonize = 0; local
596 daemonize++;
664 if (hostapd_global_run(&interfaces, daemonize, pid_file))
hostapd_cli.c 1052 int daemonize = 0; local
1066 daemonize = 1;
1149 if (daemonize && os_daemonize(pid_file))
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 958 int daemonize = 0; local
973 daemonize++;
1011 if (daemonize && os_daemonize(pid_file))
wpa_cli.c 3490 int daemonize = 0; local
    [all...]
wpa_supplicant_i.h 114 * daemonize - Run %wpa_supplicant in the background
116 int daemonize; member in struct:wpa_params
126 * If this and daemonize are set, process ID of the background process

Completed in 71 milliseconds