Home
last modified time | relevance | path

Searched refs:xbc_node_get_data (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dbootconfig.c115 const char * __init xbc_node_get_data(struct xbc_node *node) in xbc_node_get_data() function
128 const char *p = xbc_node_get_data(node); in xbc_node_match_prefix()
206 return node ? xbc_node_get_data(node) : ""; in xbc_node_find_value()
249 ret = snprintf(buf, size, "%s%s", xbc_node_get_data(node), in xbc_node_compose_key_after()
337 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value()
572 if (!strcmp(xbc_node_get_data(node), k)) in find_match_node()
730 xbc_node_get_data(n)); in xbc_verify_tree()
742 xbc_node_get_data(xbc_nodes + i)); in xbc_verify_tree()
752 wlen = strlen(xbc_node_get_data(n)) + 1; in xbc_verify_tree()
756 xbc_node_get_data(n)); in xbc_verify_tree()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dbootconfig.h62 const char * __init xbc_node_get_data(struct xbc_node *node);
181 for (value = xbc_node_get_data(anode); anode != NULL ; \
183 value = anode ? xbc_node_get_data(anode) : NULL)
227 value = anode ? xbc_node_get_data(anode) : NULL)
/OK3568_Linux_fs/kernel/tools/bootconfig/
H A Dmain.c62 printf("%s.", xbc_node_get_data(node)); in xbc_show_compact_tree()
67 printf("%s {\n", xbc_node_get_data(node)); in xbc_show_compact_tree()
73 printf("%s = ", xbc_node_get_data(node)); in xbc_show_compact_tree()
84 printf("%s;\n", xbc_node_get_data(node)); in xbc_show_compact_tree()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_boot.c183 group = xbc_node_get_data(gnode); in trace_boot_init_one_event()
184 event = xbc_node_get_data(enode); in trace_boot_init_one_event()
319 p = xbc_node_get_data(inode); in trace_boot_init_instances()