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

  /src/sbin/gpt/
show.c 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; local in function:cmd_show
433 xshow |= SHOW_ALL;
436 xshow |= SHOW_GUID;
447 xshow |= SHOW_LABEL;
450 xshow |= SHOW_UUID;
453 xshow |= SHOW_HEX
    [all...]
show.c 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; local in function:cmd_show
433 xshow |= SHOW_ALL;
436 xshow |= SHOW_GUID;
447 xshow |= SHOW_LABEL;
450 xshow |= SHOW_UUID;
453 xshow |= SHOW_HEX
    [all...]

Completed in 132 milliseconds