Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
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()
/linux-5.19.10/tools/bootconfig/
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()
/linux-5.19.10/lib/
Dbootconfig.c228 while (node && xbc_node_is_key(node)) { in xbc_node_find_subkey()
261 if (!node || !xbc_node_is_key(node)) in xbc_node_find_value()
824 if (m && xbc_node_is_key(m)) { in xbc_verify_tree()