Lines Matching defs:node
130 int __init xbc_node_index(struct xbc_node *node) in xbc_node_index()
142 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node) in xbc_node_get_parent()
154 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child()
168 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node) in xbc_node_get_next()
180 const char * __init xbc_node_get_data(struct xbc_node *node) in xbc_node_get_data()
191 xbc_node_match_prefix(struct xbc_node *node, const char **prefix) in xbc_node_match_prefix()
221 struct xbc_node *node; in xbc_node_find_subkey() local
259 struct xbc_node *node = xbc_node_find_subkey(parent, key); in xbc_node_find_value() local
291 struct xbc_node *node, in xbc_node_compose_key_after()
340 struct xbc_node *node) in xbc_node_find_next_leaf()
409 static int __init xbc_init_node(struct xbc_node *node, char *data, uint32_t flag) in xbc_init_node()
425 struct xbc_node *node; in xbc_add_node() local
437 static inline __init struct xbc_node *xbc_last_sibling(struct xbc_node *node) in xbc_last_sibling()
445 static inline __init struct xbc_node *xbc_last_child(struct xbc_node *node) in xbc_last_child()
455 struct xbc_node *sib, *node = xbc_add_node(data, flag); in __xbc_add_sibling() local
492 struct xbc_node *node = xbc_add_sibling(data, flag); in xbc_add_child() local
611 struct xbc_node *node; in xbc_parse_array() local
634 struct xbc_node *find_match_node(struct xbc_node *node, char *k) in find_match_node()
646 struct xbc_node *node, *child; in __xbc_add_key() local