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

/external/qemu/include/sysemu/
H A Dos-posix.h32 void os_daemonize(void);
H A Dos-win32.h107 static inline void os_daemonize(void) {} function
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_none.c47 int os_daemonize(const char *pid_file) function
H A Dos_win32.c119 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.c96 int os_daemonize(const char *pid_file) function
H A Dos_unix.c194 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.c119 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.c96 int os_daemonize(const char *pid_file) function
H A Dos_unix.c194 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.c119 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.c96 int os_daemonize(const char *pid_file) function
H A Dos_unix.c194 int os_daemonize(const char *pid_file) function
/external/qemu/
H A Dos-posix.c240 void os_daemonize(void) function
/external/wpa_supplicant_8/hostapd/
H A Dmain.c413 if (daemonize && os_daemonize(pid_file)) {
H A Dhostapd_cli.c1318 if (daemonize && os_daemonize(pid_file))
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_priv.c1005 if (daemonize && os_daemonize(pid_file))
H A Dwpa_cli.c3890 if (daemonize && os_daemonize(pid_file))
H A Dwpa_supplicant.c2874 return os_daemonize(pid_file);

Completed in 1384 milliseconds