Searched defs:os_daemon (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_unix.c161 static int os_daemon(int nochdir, int noclose) function
190 #define os_daemon daemon macro
199 if (os_daemon(0, 0)) {
/external/wpa_supplicant_8/src/utils/
H A Dos_unix.c161 static int os_daemon(int nochdir, int noclose) function
190 #define os_daemon daemon macro
199 if (os_daemon(0, 0)) {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_unix.c161 static int os_daemon(int nochdir, int noclose) function
190 #define os_daemon daemon macro
199 if (os_daemon(0, 0)) {

Completed in 48 milliseconds