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

  /external/libusb/examples/
dpfp.c 66 static int do_exit = 0; variable
156 do_exit = 2;
162 do_exit = 2;
285 do_exit = 2;
296 do_exit = 2;
306 do_exit = 2;
315 do_exit = 2;
322 do_exit = 2;
331 do_exit = 2;
335 do_exit = 2
    [all...]
dpfp_threaded.c 67 static int do_exit = 0; variable
75 do_exit = code;
84 while (!do_exit) {
503 while (!do_exit) {
528 if (do_exit == 1)
  /external/iproute2/misc/
arpd.c 66 volatile int do_exit; variable
553 do_exit = 1;
808 if (do_exit)
  /external/dhcpcd/
dhcpcd.c 1601 int do_exit = 0, do_release = 0, do_reboot = 0, do_reconf = 0; local
    [all...]
  /external/fio/
init.c 1706 int c, ini_idx = 0, lidx, ret = 0, do_exit = 0, exit_val = 0; local
    [all...]

Completed in 497 milliseconds