HomeSort by relevance Sort by last modified time
    Searched refs:os_daemonize (Results 1 - 21 of 21) sorted by null

  /external/qemu/
qemu-os-posix.h 36 void os_daemonize(void);
qemu-os-win32.h 49 static inline void os_daemonize(void) {} function
os-posix.c 240 void os_daemonize(void) function
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 42 int os_daemonize(const char *pid_file) function
os_win32.c 95 int os_daemonize(const char *pid_file) function
os.h 75 * os_daemonize - Run in the background (detach from the controlling terminal)
79 int os_daemonize(const char *pid_file);
111 * configuration files when os_daemonize() may have changed the current working
os_internal.c 73 int os_daemonize(const char *pid_file) function
os_unix.c 120 int os_daemonize(const char *pid_file) function
  /external/wpa_supplicant_8/src/utils/
os_none.c 41 int os_daemonize(const char *pid_file) function
os_win32.c 108 int os_daemonize(const char *pid_file) function
os.h 79 * os_daemonize - Run in the background (detach from the controlling terminal)
83 int os_daemonize(const char *pid_file);
115 * configuration files when os_daemonize() may have changed the current working
os_internal.c 85 int os_daemonize(const char *pid_file) function
os_unix.c 156 int os_daemonize(const char *pid_file) function
  /external/wpa_supplicant_8/hostapd/
main.c 493 if (daemonize && os_daemonize(pid_file)) {
hostapd_cli.c 1049 if (daemonize && os_daemonize(pid_file))
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_priv.c 1197 if (daemonize && os_daemonize(pid_file))
wpa_cli.c     [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 1011 if (daemonize && os_daemonize(pid_file))
wpa_cli.c     [all...]
wpa_supplicant.c     [all...]

Completed in 131 milliseconds