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

/linux-master/include/linux/
H A Dbootconfig.h71 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node);
120 (!node->child || xbc_node_is_value(xbc_node_get_child(node)));
174 struct xbc_node *child = xbc_node_get_child(node);
193 anode = xbc_node_get_child(anode), \
205 for (child = xbc_node_get_child(parent); child != NULL ; \
237 anode = xbc_node_get_child(anode), \
/linux-master/lib/
H A Dbootconfig.c151 * xbc_node_get_child() - Get the child XBC node
157 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) function
267 node = xbc_node_get_child(node);
378 node = xbc_node_get_child(node);
405 return xbc_node_get_data(xbc_node_get_child(*leaf));
451 node = xbc_node_get_child(node);
472 sib = xbc_node_get_child(last_parent);
619 last_parent = xbc_node_get_child(last_parent);
660 child = xbc_node_get_child(last_parent);
710 child = xbc_node_get_child(last_paren
[all...]
/linux-master/fs/proc/
H A Dbootconfig.c46 vnode = xbc_node_get_child(leaf);
/linux-master/tools/bootconfig/
H A Dmain.c47 cnode = xbc_node_get_child(node);
49 vnode = xbc_node_get_child(cnode);
97 if (!xbc_node_get_child(node)->next)
128 xbc_show_value(xbc_node_get_child(leaf), false);
/linux-master/kernel/trace/
H A Dtrace_boot.c270 anode = xbc_node_get_child(knode);
/linux-master/init/
H A Dmain.c339 vnode = xbc_node_get_child(knode);

Completed in 153 milliseconds