Searched defs:daemonize (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/tools/testrunner/server/
H A Ddaemon.py32 def daemonize(self): member in class:Daemon
99 self.daemonize()
/external/qemu/
H A Dos-posix.c53 static int daemonize; variable
201 daemonize = 1;
242 if (daemonize) {
293 if (daemonize) {
317 if (daemonize) {
328 if (daemonize) {
331 perror("daemonize. Writing to pipe\n");
/external/chromium_org/remoting/tools/
H A Dme2me_virtual_host.py650 def daemonize(): function
1022 daemonize()
/external/wpa_supplicant_8/hostapd/
H A Dmain.c444 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, argument
466 if (daemonize && os_daemonize(pid_file)) {
571 int c, debug = 0, daemonize = 0; local
604 daemonize++;
676 if (hostapd_global_run(&interfaces, daemonize, pid_file)) {
H A Dhostapd_cli.c1061 int daemonize = 0; local
1075 daemonize = 1;
1158 if (daemonize && os_daemonize(pid_file))
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_priv.c956 int daemonize = 0; local
971 daemonize++;
1009 if (daemonize && os_daemonize(pid_file))
H A Dwpa_cli.c3666 int daemonize = 0; local
3682 daemonize = 1;
3778 if (daemonize && os_daemonize(pid_file))
H A Dwpa_supplicant_i.h123 * daemonize - Run %wpa_supplicant in the background
125 int daemonize; member in struct:wpa_params
135 * If this and daemonize are set, process ID of the background process

Completed in 1402 milliseconds