Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbootconfig.h87 * xbc_node_is_key() - Test the node is a key node
92 static inline __init bool xbc_node_is_key(struct xbc_node *node) in xbc_node_is_key() function
119 return xbc_node_is_key(node) && in xbc_node_is_leaf()
/linux/tools/bootconfig/
H A Dmain.c48 while (node && xbc_node_is_key(node)) { in xbc_show_compact_tree()
53 while (cnode && xbc_node_is_key(cnode) && !cnode->next) { in xbc_show_compact_tree()
72 if (cnode && xbc_node_is_key(cnode)) { in xbc_show_compact_tree()
/linux/lib/
H A Dbootconfig.c229 while (node && xbc_node_is_key(node)) { in xbc_node_find_subkey()
262 if (!node || !xbc_node_is_key(node)) in xbc_node_find_value()
825 if (m && xbc_node_is_key(m)) { in xbc_verify_tree()