Lines Matching refs:__init
37 static int __init xbc_parse_error(const char *msg, const char *p) in xbc_parse_error()
51 struct xbc_node * __init xbc_root_node(void) in xbc_root_node()
65 int __init xbc_node_index(struct xbc_node *node) in xbc_node_index()
77 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node) in xbc_node_get_parent()
89 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child()
103 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node) in xbc_node_get_next()
115 const char * __init xbc_node_get_data(struct xbc_node *node) in xbc_node_get_data()
125 static bool __init
153 struct xbc_node * __init
190 const char * __init
225 int __init xbc_node_compose_key_after(struct xbc_node *root, in xbc_node_compose_key_after()
274 struct xbc_node * __init xbc_node_find_next_leaf(struct xbc_node *root, in xbc_node_find_next_leaf()
326 const char * __init xbc_node_find_next_key_value(struct xbc_node *root, in xbc_node_find_next_key_value()
344 static int __init xbc_init_node(struct xbc_node *node, char *data, u32 flag) in xbc_init_node()
358 static struct xbc_node * __init xbc_add_node(char *data, u32 flag) in xbc_add_node()
372 static inline __init struct xbc_node *xbc_last_sibling(struct xbc_node *node) in xbc_last_sibling()
380 static inline __init struct xbc_node *xbc_last_child(struct xbc_node *node) in xbc_last_child()
388 static struct xbc_node * __init __xbc_add_sibling(char *data, u32 flag, bool head) in __xbc_add_sibling()
415 static inline struct xbc_node * __init xbc_add_sibling(char *data, u32 flag) in xbc_add_sibling()
420 static inline struct xbc_node * __init xbc_add_head_sibling(char *data, u32 flag) in xbc_add_head_sibling()
425 static inline __init struct xbc_node *xbc_add_child(char *data, u32 flag) in xbc_add_child()
435 static inline __init bool xbc_valid_keyword(char *key) in xbc_valid_keyword()
466 static int __init __xbc_open_brace(char *p) in __xbc_open_brace()
476 static int __init __xbc_close_brace(char *p) in __xbc_close_brace()
495 static int __init __xbc_parse_value(char **__v, char **__n) in __xbc_parse_value()
544 static int __init xbc_parse_array(char **__v) in xbc_parse_array()
568 static inline __init
579 static int __init __xbc_add_key(char *k) in __xbc_add_key()
610 static int __init __xbc_parse_keys(char *k) in __xbc_parse_keys()
627 static int __init xbc_parse_kv(char **k, char *v, int op) in xbc_parse_kv()
680 static int __init xbc_parse_key(char **k, char *n) in xbc_parse_key()
697 static int __init xbc_open_brace(char **k, char *n) in xbc_open_brace()
709 static int __init xbc_close_brace(char **k, char *n) in xbc_close_brace()
721 static int __init xbc_verify_tree(void) in xbc_verify_tree()
790 void __init xbc_destroy_all(void) in xbc_destroy_all()
814 int __init xbc_init(char *buf, const char **emsg, int *epos) in xbc_init()
910 void __init xbc_debug_dump(void) in xbc_debug_dump()