HomeSort by relevance Sort by last modified time
    Searched defs:daemonize (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/v8/tools/testrunner/server/
daemon.py 32 def daemonize(self): member in class:Daemon
99 self.daemonize()
  /external/qemu/
os-posix.c 53 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/wpa_supplicant_8/hostapd/
main.c 444 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
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)) {
hostapd_cli.c 1061 int daemonize = 0; local
1075 daemonize = 1;
1158 if (daemonize && os_daemonize(pid_file))
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 650 def daemonize(): function
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 956 int daemonize = 0; local
971 daemonize++;
1009 if (daemonize && os_daemonize(pid_file))
wpa_cli.c 3666 int daemonize = 0; local
    [all...]
wpa_supplicant_i.h 123 * 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 241 milliseconds