Lines Matching defs:node
131 int __init xbc_node_index(struct xbc_node *node) in xbc_node_index()
143 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node) in xbc_node_get_parent()
155 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child()
169 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node) in xbc_node_get_next()
181 const char * __init xbc_node_get_data(struct xbc_node *node) in xbc_node_get_data()
192 xbc_node_match_prefix(struct xbc_node *node, const char **prefix) in xbc_node_match_prefix()
222 struct xbc_node *node; in xbc_node_find_subkey() local
260 struct xbc_node *node = xbc_node_find_subkey(parent, key); in xbc_node_find_value() local
292 struct xbc_node *node, in xbc_node_compose_key_after()
341 struct xbc_node *node) in xbc_node_find_next_leaf()
410 static int __init xbc_init_node(struct xbc_node *node, char *data, uint32_t flag) in xbc_init_node()
426 struct xbc_node *node; in xbc_add_node() local
438 static inline __init struct xbc_node *xbc_last_sibling(struct xbc_node *node) in xbc_last_sibling()
446 static inline __init struct xbc_node *xbc_last_child(struct xbc_node *node) in xbc_last_child()
456 struct xbc_node *sib, *node = xbc_add_node(data, flag); in __xbc_add_sibling() local
493 struct xbc_node *node = xbc_add_sibling(data, flag); in xbc_add_child() local
612 struct xbc_node *node; in xbc_parse_array() local
635 struct xbc_node *find_match_node(struct xbc_node *node, char *k) in find_match_node()
647 struct xbc_node *node, *child; in __xbc_add_key() local