Lines Matching defs:node
117 int __init xbc_node_index(struct xbc_node *node) in xbc_node_index()
129 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node) in xbc_node_get_parent()
141 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child()
155 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node) in xbc_node_get_next()
167 const char * __init xbc_node_get_data(struct xbc_node *node) in xbc_node_get_data()
178 xbc_node_match_prefix(struct xbc_node *node, const char **prefix) in xbc_node_match_prefix()
208 struct xbc_node *node; in xbc_node_find_subkey() local
246 struct xbc_node *node = xbc_node_find_subkey(parent, key); in xbc_node_find_value() local
278 struct xbc_node *node, in xbc_node_compose_key_after()
327 struct xbc_node *node) in xbc_node_find_next_leaf()
396 static int __init xbc_init_node(struct xbc_node *node, char *data, uint32_t flag) in xbc_init_node()
412 struct xbc_node *node; in xbc_add_node() local
424 static inline __init struct xbc_node *xbc_last_sibling(struct xbc_node *node) in xbc_last_sibling()
432 static inline __init struct xbc_node *xbc_last_child(struct xbc_node *node) in xbc_last_child()
442 struct xbc_node *sib, *node = xbc_add_node(data, flag); in __xbc_add_sibling() local
479 struct xbc_node *node = xbc_add_sibling(data, flag); in xbc_add_child() local
598 struct xbc_node *node; in xbc_parse_array() local
621 struct xbc_node *find_match_node(struct xbc_node *node, char *k) in find_match_node()
633 struct xbc_node *node, *child; in __xbc_add_key() local