Home
last modified time | relevance | path

Searched refs:show_first (Results 1 – 1 of 1) sorted by relevance

/external/vboot_reference/futility/
Dcmd_dump_fmap.c209 static void show(struct node_s *p, int indent, int show_first) in show() argument
213 if (show_first) { in show()
223 show(p->child[i], indent + show_first, 1); in show()