Home
last modified time | relevance | path

Searched refs:xbc_node_get_child (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dbootconfig.h70 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node);
119 (!node->child || xbc_node_is_value(xbc_node_get_child(node))); in xbc_node_is_leaf()
173 struct xbc_node *child = xbc_node_get_child(node); in xbc_node_get_subkey()
192 anode = xbc_node_get_child(anode), \
204 for (child = xbc_node_get_child(parent); child != NULL ; \
236 anode = xbc_node_get_child(anode), \
/kernel/linux/linux-5.10/lib/
H A Dbootconfig.c83 * xbc_node_get_child() - Get the child XBC node
89 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child() function
159 node = xbc_node_get_child(parent); in xbc_node_find_child()
167 node = xbc_node_get_child(node); in xbc_node_find_child()
199 node = xbc_node_get_child(node); in xbc_node_find_value()
300 node = xbc_node_get_child(node); in xbc_node_find_next_leaf()
327 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value()
384 sib = xbc_node_get_child(last_parent); in xbc_add_sibling()
559 child = xbc_node_get_child(last_parent); in __xbc_add_key()
604 child = xbc_node_get_child(last_paren in xbc_parse_kv()
[all...]
/kernel/linux/linux-6.6/lib/
H A Dbootconfig.c148 * xbc_node_get_child() - Get the child XBC node
154 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child() function
264 node = xbc_node_get_child(node); in xbc_node_find_value()
375 node = xbc_node_get_child(node); in xbc_node_find_next_leaf()
402 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value()
448 node = xbc_node_get_child(node); in xbc_last_child()
469 sib = xbc_node_get_child(last_parent); in __xbc_add_sibling()
616 last_parent = xbc_node_get_child(last_parent); in xbc_parse_array()
657 child = xbc_node_get_child(last_parent); in __xbc_add_key()
707 child = xbc_node_get_child(last_paren in xbc_parse_kv()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dbootconfig.h40 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node);
87 (!node->child || xbc_node_is_value(xbc_node_get_child(node))); in xbc_node_is_leaf()
154 for (child = xbc_node_get_child(parent); child != NULL ; \
/kernel/linux/linux-5.10/fs/proc/
H A Dbootconfig.c46 vnode = xbc_node_get_child(leaf); in copy_xbc_key_value_list()
/kernel/linux/linux-6.6/fs/proc/
H A Dbootconfig.c46 vnode = xbc_node_get_child(leaf); in copy_xbc_key_value_list()
/kernel/linux/linux-5.10/tools/bootconfig/
H A Dmain.c45 cnode = xbc_node_get_child(node); in xbc_show_compact_tree()
49 cnode = xbc_node_get_child(node); in xbc_show_compact_tree()
71 if (!xbc_node_get_child(node)->next) in xbc_show_compact_tree()
98 xbc_show_value(xbc_node_get_child(leaf), false); in xbc_show_list()
/kernel/linux/linux-6.6/tools/bootconfig/
H A Dmain.c47 cnode = xbc_node_get_child(node); in xbc_show_compact_tree()
49 vnode = xbc_node_get_child(cnode); in xbc_show_compact_tree()
97 if (!xbc_node_get_child(node)->next) in xbc_show_compact_tree()
128 xbc_show_value(xbc_node_get_child(leaf), false); in xbc_show_list()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_boot.c270 anode = xbc_node_get_child(knode); in trace_boot_hist_add_one_handler()
/kernel/linux/linux-5.10/init/
H A Dmain.c338 vnode = xbc_node_get_child(knode); in xbc_snprint_cmdline()
/kernel/linux/linux-6.6/init/
H A Dmain.c337 vnode = xbc_node_get_child(knode); in xbc_snprint_cmdline()

Completed in 11 milliseconds