Home
last modified time | relevance | path

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

/linux/lib/
H A Dbootconfig.c284 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child() function
394 node = xbc_node_get_child(node); in xbc_node_find_value()
505 node = xbc_node_get_child(node); in xbc_node_find_next_leaf()
532 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value()
585 vnode = xbc_node_get_child(knode); in xbc_snprint_cmdline()
655 node = xbc_node_get_child(node); in xbc_last_child()
676 sib = xbc_node_get_child(last_parent); in __xbc_add_sibling()
820 last_parent = xbc_node_get_child(last_parent); in xbc_parse_array()
868 child = xbc_node_get_child(last_parent); in __xbc_add_key()
926 child = xbc_node_get_child(last_parent); in xbc_parse_kv()
[all …]
/linux/tools/bootconfig/
H A Dmain.c52 cnode = xbc_node_get_child(node); in xbc_show_compact_tree()
54 vnode = xbc_node_get_child(cnode); in xbc_show_compact_tree()
102 if (!xbc_node_get_child(node)->next) in xbc_show_compact_tree()
133 xbc_show_value(xbc_node_get_child(leaf), false); in xbc_show_list()
/linux/fs/proc/
H A Dbootconfig.c46 vnode = xbc_node_get_child(leaf); in copy_xbc_key_value_list()
/linux/kernel/trace/
H A Dtrace_boot.c359 anode = xbc_node_get_child(knode); in trace_boot_hist_add_one_handler()