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

  /external/iproute2/ip/
ipnetconf.c 139 static int do_show(int argc, char **argv) function
206 return do_show(argc-1, argv+1);
210 return do_show(0, NULL);
iptuntap.c 274 static int do_show(int argc, char **argv) function
318 return do_show(argc-1, argv+1);
322 return do_show(0, NULL);
ip6tunnel.c 388 static int do_show(int argc, char **argv) function
470 return do_show(argc - 1, argv + 1);
474 return do_show(0, NULL);
iptunnel.c 450 static int do_show(int argc, char **argv) function
627 return do_show(argc - 1, argv + 1);
635 return do_show(0, NULL);
ipl2tp.c 702 static int do_show(int argc, char **argv) function
744 return do_show(argc-1, argv+1);
  /external/kmod/tools/
modprobe.c 47 static int do_show = 0; variable
151 if (!do_show && verbose <= DEFAULT_VERBOSE)
509 if (do_show || verbose > DEFAULT_VERBOSE)
778 do_show = 1;
  /external/vboot_reference/futility/
cmd_show.c 614 static int do_show(int argc, char *argv[]) function
732 DECLARE_FUTIL_COMMAND(show, do_show,
740 return do_show(argc, argv);

Completed in 217 milliseconds