Home
last modified time | relevance | path

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

/linux/include/linux/
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), \
/linux/lib/
A Dbootconfig.c141 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child() function
251 node = xbc_node_get_child(node); in xbc_node_find_value()
362 node = xbc_node_get_child(node); in xbc_node_find_next_leaf()
389 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value()
435 node = xbc_node_get_child(node); in xbc_last_child()
456 sib = xbc_node_get_child(last_parent); in __xbc_add_sibling()
603 last_parent = xbc_node_get_child(last_parent); in xbc_parse_array()
644 child = xbc_node_get_child(last_parent); in __xbc_add_key()
694 child = xbc_node_get_child(last_parent); in xbc_parse_kv()
810 m = xbc_node_get_child(n); in xbc_verify_tree()
/linux/tools/bootconfig/
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()
/linux/fs/proc/
A Dbootconfig.c44 vnode = xbc_node_get_child(leaf); in copy_xbc_key_value_list()
/linux/kernel/trace/
A Dtrace_boot.c270 anode = xbc_node_get_child(knode); in trace_boot_hist_add_one_handler()
/linux/init/
A Dmain.c338 vnode = xbc_node_get_child(knode); in xbc_snprint_cmdline()

Completed in 11 milliseconds