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

/freebsd-10.2-release/contrib/wpa/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
/freebsd-10.2-release/contrib/wpa/hostapd/
H A Dmain.c454 if (daemonize && os_daemonize(pid_file)) {
H A Dhostapd_cli.c1120 if (daemonize && os_daemonize(pid_file))
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c1011 if (daemonize && os_daemonize(pid_file))
H A Dwpa_cli.c3499 if (daemonize && os_daemonize(pid_file))
H A Dwpa_supplicant.c2442 return os_daemonize(pid_file);

Completed in 172 milliseconds