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

  /external/wpa_supplicant_8/src/utils/
os_none.c 47 int os_daemonize(const char *pid_file) function
os_win32.c 120 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 98 int os_daemonize(const char *pid_file) function
os_unix.c 218 int os_daemonize(const char *pid_file) function
  /external/wpa_supplicant_8/hostapd/
main.c 413 if (os_daemonize(pid_file)) {
hostapd_cli.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 1174 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
wpa_cli.c     [all...]
wpa_supplicant.c     [all...]

Completed in 194 milliseconds