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

  /system/extras/tests/cpueater/
Android.mk 26 LOCAL_MODULE := daemonize
29 LOCAL_SRC_FILES := daemonize.c
  /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 471 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
493 if (daemonize && os_daemonize(pid_file)) {
554 int c, debug = 0, daemonize = 0; local
576 daemonize++;
633 if (hostapd_global_run(&interfaces, daemonize, pid_file))
hostapd_cli.c 952 int daemonize = 0; local
966 daemonize = 1;
1049 if (daemonize && os_daemonize(pid_file))
  /external/wpa_supplicant_6/wpa_supplicant/
main.c 144 params.daemonize++;
wpa_priv.c 1144 int daemonize = 0; local
1159 daemonize++;
1197 if (daemonize && os_daemonize(pid_file))
wpa_cli.c 1944 int daemonize = 0; local
    [all...]
wpa_supplicant.c     [all...]
wpa_supplicant_i.h 107 * daemonize - Run %wpa_supplicant in the background
109 int daemonize; member in struct:wpa_params
119 * If this and daemonize are set, process ID of the background process
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 150 params.daemonize++;
wpa_supplicant_i.h 105 * daemonize - Run %wpa_supplicant in the background
107 int daemonize; member in struct:wpa_params
117 * If this and daemonize are set, process ID of the background process
wpa_priv.c 958 int daemonize = 0; local
973 daemonize++;
1011 if (daemonize && os_daemonize(pid_file))
wpa_cli.c 3699 int daemonize = 0; local
    [all...]
wpa_supplicant.c     [all...]
  /external/kernel-headers/original/linux/
sched.h     [all...]

Completed in 216 milliseconds