Searched refs:xbc_node_find_next_key_value (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dbootconfig.h134 const char * __init xbc_node_find_next_key_value(struct xbc_node *root,
250 for (knode = NULL, value = xbc_node_find_next_key_value(node, &knode);\
251 knode != NULL; value = xbc_node_find_next_key_value(node, &knode))
/linux-master/lib/
H A Dbootconfig.c384 * xbc_node_find_next_key_value() - Find the next key-value pair nodes
394 const char * __init xbc_node_find_next_key_value(struct xbc_node *root, function

Completed in 157 milliseconds