HomeSort by: relevance | last modified time | path
    Searched defs:show_all (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/memswitch/
memswitch.c 119 show_all();
180 show_all(void) function
  /src/lib/libcurses/EXAMPLES/
view.c 67 static void show_all(const char *tag);
302 show_all(my_label);
485 static void show_all(const char *tag) function
  /src/sbin/bioctl/
bioctl.c 435 bool show_all, show_disks; local
438 show_all = show_disks = show_vols = show_caps = false;
451 show_all = true;
462 if (show_all || show_vols) {
  /src/sbin/gpt/
show.c 71 #define SHOW_ALL 0x0008
566 show_all(gpt_t gpt, int xshow) function
760 xshow |= SHOW_ALL;
834 if (xshow & SHOW_ALL)
835 return show_all(gpt, xshow);
  /src/external/gpl2/lvm2/dist/tools/
dmsetup.c 2800 int encrypt_loop = 0, delete = 0, find = 0, show_all = 0; local
2818 show_all++;
2840 if (show_all) {

Completed in 20 milliseconds