• Home
  • Raw
  • Download

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()
316 const char * __init xbc_node_find_next_key_value(struct xbc_node *root, in xbc_node_find_next_key_value()
334 static int __init xbc_init_node(struct xbc_node *node, char *data, u32 flag) in xbc_init_node()
348 static struct xbc_node * __init xbc_add_node(char *data, u32 flag) in xbc_add_node()
362 static inline __init struct xbc_node *xbc_last_sibling(struct xbc_node *node) in xbc_last_sibling()
370 static struct xbc_node * __init xbc_add_sibling(char *data, u32 flag) in xbc_add_sibling()
395 static inline __init struct xbc_node *xbc_add_child(char *data, u32 flag) in xbc_add_child()
405 static inline __init bool xbc_valid_keyword(char *key) in xbc_valid_keyword()
436 static int __init __xbc_open_brace(char *p) in __xbc_open_brace()
446 static int __init __xbc_close_brace(char *p) in __xbc_close_brace()
465 static int __init __xbc_parse_value(char **__v, char **__n) in __xbc_parse_value()
514 static int __init xbc_parse_array(char **__v) in xbc_parse_array()
535 static inline __init
546 static int __init __xbc_add_key(char *k) in __xbc_add_key()
576 static int __init __xbc_parse_keys(char *k) in __xbc_parse_keys()
593 static int __init xbc_parse_kv(char **k, char *v, int op) in xbc_parse_kv()
640 static int __init xbc_parse_key(char **k, char *n) in xbc_parse_key()
657 static int __init xbc_open_brace(char **k, char *n) in xbc_open_brace()
669 static int __init xbc_close_brace(char **k, char *n) in xbc_close_brace()
681 static int __init xbc_verify_tree(void) in xbc_verify_tree()
750 void __init xbc_destroy_all(void) in xbc_destroy_all()
774 int __init xbc_init(char *buf, const char **emsg, int *epos) in xbc_init()
870 void __init xbc_debug_dump(void) in xbc_debug_dump()