Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbootconfig.h91 static inline __init bool xbc_node_is_key(struct xbc_node *node) in xbc_node_is_key() function
118 return xbc_node_is_key(node) && in xbc_node_is_leaf()
/openbmc/linux/tools/bootconfig/
H A Dmain.c43 while (node && xbc_node_is_key(node)) { in xbc_show_compact_tree()
48 while (cnode && xbc_node_is_key(cnode) && !cnode->next) { in xbc_show_compact_tree()
67 if (cnode && xbc_node_is_key(cnode)) { in xbc_show_compact_tree()
/openbmc/linux/lib/
H A Dbootconfig.c231 while (node && xbc_node_is_key(node)) { in xbc_node_find_subkey()
264 if (!node || !xbc_node_is_key(node)) in xbc_node_find_value()
827 if (m && xbc_node_is_key(m)) { in xbc_verify_tree()