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

  /external/v8/tools/testrunner/server/
daemon.py 32 def daemonize(self): member in class:Daemon
99 self.daemonize()
  /external/autotest/client/tests/kvm/deps/
heartbeat_slu.py 9 def daemonize(output_file): function
47 daemonize(output_file=file)
72 daemonize(output_file=file)
  /external/autotest/client/tests/kvm/scripts/
virtio_console_guest.py 739 Daemonize guest
787 def daemonize(self): member in class:Daemon
796 sys.stderr.write("Daemonize failed: %s\n" % (e))
808 sys.stderr.write("Daemonize failed: %s\n" % (e))
847 if self.daemonize():
  /external/avahi/avahi-dnsconfd/
main.c 72 static int daemonize = 0; variable
377 " -D --daemonize Daemonize after startup\n"
391 { "daemonize", no_argument, NULL, 'D' },
407 daemonize = 1;
454 if (daemonize)
555 if (ret != 0 && daemonize)
594 if (daemonize) {
615 if (use_syslog || daemonize)
623 if (daemonize)
    [all...]
  /external/netperf/src/
netserver.c 215 /* we only know how to spawn in WIN32, not daemonize */
1379 daemonize() { function
1433 "%s called on platform which cannot daemonize\n",
1495 will again take a fork() path via daemonize() and will not come
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 390 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
412 if (daemonize) {
578 int c, debug = 0, daemonize = 0; local
618 daemonize++;
790 if (hostapd_global_run(&interfaces, daemonize, pid_file)) {
hostapd_cli.c 1422 int daemonize = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 1117 int daemonize = 0; local
1136 daemonize++;
1174 if (daemonize && os_daemonize(pid_file) && eloop_sock_requeue())
1193 if (daemonize)
wpa_cli.c 4352 int daemonize = 0; local
    [all...]
wpa_supplicant_i.h 127 * daemonize - Run %wpa_supplicant in the background
129 int daemonize; member in struct:wpa_params
139 * If this and daemonize are set, process ID of the background process
    [all...]
  /external/avahi/avahi-daemon/
main.c 107 int daemonize; member in struct:__anon5670
428 " -D --daemonize Daemonize after startup (implies -s)\n"
462 { "daemonize", no_argument, NULL, 'D' },
491 c->daemonize = 1;
    [all...]
  /external/avahi/avahi-autoipd/
main.c 132 static int daemonize = 0; variable
1070 int retval_sent = !daemonize;
    [all...]

Completed in 491 milliseconds