Searched refs:pathp (Results 1 – 1 of 1) sorted by relevance
155 const char *pathp; in list_subnodes() local162 pathp = fdt_get_name(blob, node, NULL); in list_subnodes()164 if (pathp == NULL) in list_subnodes()165 pathp = "/* NULL pointer error */"; in list_subnodes()166 if (*pathp == '\0') in list_subnodes()167 pathp = "/"; /* root is nameless */ in list_subnodes()169 puts(pathp); in list_subnodes()