OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
223
int
os_daemonize
(const char *pid_file)
function
/external/wpa_supplicant_8/hostapd/
main.c
435
if (
os_daemonize
(pid_file)) {
hostapd_cli.c
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c
1265
if (daemonize &&
os_daemonize
(pid_file) && eloop_sock_requeue())
wpa_cli.c
[
all
...]
wpa_supplicant.c
[
all
...]
Completed in 99 milliseconds