Lines Matching defs:xshow
212 show(gpt_t gpt, int xshow)
222 #define FMT (xshow & SHOW_HEX) ? " %*jx" : " %*ju"
233 print_part_type(m->map_type, xshow, m->map_data, m->map_start);
304 show_all(gpt_t gpt, int xshow)
425 int xshow = 0;
433 xshow |= SHOW_ALL;
436 xshow |= SHOW_GUID;
447 xshow |= SHOW_LABEL;
450 xshow |= SHOW_UUID;
453 xshow |= SHOW_HEX;
466 if (xshow & SHOW_ALL)
467 return show_all(gpt, xshow);
481 return entry > 0 ? show_one(gpt, entry) : show(gpt, xshow);