Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbootconfig.h60 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node);
109 (!node->child || xbc_node_is_value(xbc_node_get_child(node))); in xbc_node_is_leaf()
163 struct xbc_node *child = xbc_node_get_child(node); in xbc_node_get_subkey()
182 anode = xbc_node_get_child(anode), \
194 for (child = xbc_node_get_child(parent); child != NULL ; \
226 anode = xbc_node_get_child(anode), \
/Linux-v5.15/lib/
Dbootconfig.c89 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child() function
199 node = xbc_node_get_child(node); in xbc_node_find_value()
310 node = xbc_node_get_child(node); in xbc_node_find_next_leaf()
337 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value()
383 node = xbc_node_get_child(node); in xbc_last_child()
404 sib = xbc_node_get_child(last_parent); in __xbc_add_sibling()
551 last_parent = xbc_node_get_child(last_parent); in xbc_parse_array()
592 child = xbc_node_get_child(last_parent); in __xbc_add_key()
642 child = xbc_node_get_child(last_parent); in xbc_parse_kv()
758 m = xbc_node_get_child(n); in xbc_verify_tree()
/Linux-v5.15/tools/bootconfig/
Dmain.c46 cnode = xbc_node_get_child(node); in xbc_show_compact_tree()
48 vnode = xbc_node_get_child(cnode); in xbc_show_compact_tree()
96 if (!xbc_node_get_child(node)->next) in xbc_show_compact_tree()
127 xbc_show_value(xbc_node_get_child(leaf), false); in xbc_show_list()
/Linux-v5.15/fs/proc/
Dbootconfig.c44 vnode = xbc_node_get_child(leaf); in copy_xbc_key_value_list()
/Linux-v5.15/kernel/trace/
Dtrace_boot.c270 anode = xbc_node_get_child(knode); in trace_boot_hist_add_one_handler()
/Linux-v5.15/init/
Dmain.c339 vnode = xbc_node_get_child(knode); in xbc_snprint_cmdline()