HomeSort by relevance Sort by last modified time
    Searched refs:os_daemonize (Results 1 - 13 of 13) 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_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 466 if (daemonize && os_daemonize(pid_file)) {
hostapd_cli.c 1158 if (daemonize && os_daemonize(pid_file))
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 1009 if (daemonize && os_daemonize(pid_file))
wpa_cli.c     [all...]
wpa_supplicant.c     [all...]

Completed in 340 milliseconds