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

/external/qemu/
H A Dqemu-os-posix.h36 void os_daemonize(void);
H A Dqemu-os-win32.h49 static inline void os_daemonize(void) {} function
H A Dos-posix.c240 void os_daemonize(void) function
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_none.c41 int os_daemonize(const char *pid_file) function
H A Dos_win32.c108 int os_daemonize(const char *pid_file) function
H A Dos.h79 * 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
H A Dos_internal.c85 int os_daemonize(const char *pid_file) function
H A Dos_unix.c156 int os_daemonize(const char *pid_file) function
/external/wpa_supplicant_8/src/utils/
H A Dos_none.c41 int os_daemonize(const char *pid_file) function
H A Dos_win32.c108 int os_daemonize(const char *pid_file) function
H A Dos.h79 * 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
H A Dos_internal.c85 int os_daemonize(const char *pid_file) function
H A Dos_unix.c156 int os_daemonize(const char *pid_file) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_none.c41 int os_daemonize(const char *pid_file) function
H A Dos_win32.c108 int os_daemonize(const char *pid_file) function
H A Dos.h79 * 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
H A Dos_internal.c85 int os_daemonize(const char *pid_file) function
H A Dos_unix.c156 int os_daemonize(const char *pid_file) function
/external/wpa_supplicant_8/hostapd/
H A Dmain.c466 if (daemonize && os_daemonize(pid_file)) {
H A Dhostapd_cli.c1158 if (daemonize && os_daemonize(pid_file))
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_priv.c1009 if (daemonize && os_daemonize(pid_file))
H A Dwpa_cli.c3778 if (daemonize && os_daemonize(pid_file))
H A Dwpa_supplicant.c2473 return os_daemonize(pid_file);

Completed in 161 milliseconds