Searched refs:os_daemonize (Results 1 - 20 of 20) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_none.c47 int os_daemonize(const char *pid_file) function
H A Dos_win32.c120 int os_daemonize(const char *pid_file) function
H A Dos.h147 * 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
H A Dos_internal.c98 int os_daemonize(const char *pid_file) function
H A Dos_unix.c218 int os_daemonize(const char *pid_file) function
/external/wpa_supplicant_8/src/utils/
H A Dos_none.c47 int os_daemonize(const char *pid_file) function
H A Dos_win32.c120 int os_daemonize(const char *pid_file) function
H A Dos.h147 * 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
H A Dos_internal.c98 int os_daemonize(const char *pid_file) function
H A Dos_unix.c218 int os_daemonize(const char *pid_file) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_none.c47 int os_daemonize(const char *pid_file) function
H A Dos_win32.c120 int os_daemonize(const char *pid_file) function
H A Dos.h147 * 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
H A Dos_internal.c98 int os_daemonize(const char *pid_file) function
H A Dos_unix.c218 int os_daemonize(const char *pid_file) function
/external/wpa_supplicant_8/hostapd/
H A Dmain.c413 if (os_daemonize(pid_file)) {
H A Dhostapd_cli.c1525 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_priv.c1174 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
H A Dwpa_cli.c4468 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
H A Dwpa_supplicant.c3509 return os_daemonize(pid_file);

Completed in 157 milliseconds