Home
last modified time | relevance | path

Searched refs:xbc_node_get_subkey (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dbootconfig.h171 static inline struct xbc_node * __init xbc_node_get_subkey(struct xbc_node *node) in xbc_node_get_subkey() function
216 for (child = xbc_node_get_subkey(parent); child != NULL ; \
/openbmc/linux/lib/
H A Dbootconfig.c227 node = xbc_node_get_subkey(parent); in xbc_node_find_subkey()
235 node = xbc_node_get_subkey(node); in xbc_node_find_subkey()
356 next = xbc_node_get_subkey(node); in xbc_node_find_next_leaf()