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

  /external/qemu/include/sysemu/
os-posix.h 32 void os_daemonize(void);
os-win32.h 107 static inline void os_daemonize(void) {} function
  /external/wpa_supplicant_8/src/utils/
os_none.c 47 int os_daemonize(const char *pid_file) function
os_win32.c 119 int os_daemonize(const char *pid_file) function
os.h 147 * os_daemonize - Run in the background (detach from the controlling terminal)
151 int os_daemonize(const char *pid_file);
183 * configuration files when os_daemonize() may have changed the current working
os_internal.c 96 int os_daemonize(const char *pid_file) function
os_unix.c 194 int os_daemonize(const char *pid_file) function
  /external/qemu/
os-posix.c 240 void os_daemonize(void) function
  /external/wpa_supplicant_8/hostapd/
main.c 413 if (daemonize && os_daemonize(pid_file)) {
hostapd_cli.c 1318 if (daemonize && os_daemonize(pid_file))
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 1005 if (daemonize && os_daemonize(pid_file))
wpa_cli.c     [all...]
wpa_supplicant.c     [all...]

Completed in 203 milliseconds