Searched refs:xbc_node_get_data (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dbootconfig.h73 const char * __init xbc_node_get_data(struct xbc_node *node);
192 for (value = xbc_node_get_data(anode); anode != NULL ; \
194 value = anode ? xbc_node_get_data(anode) : NULL)
238 value = anode ? xbc_node_get_data(anode) : NULL)
/linux-master/kernel/trace/
H A Dtrace_boot.c259 xbc_node_get_data(hnode), param);
273 xbc_node_get_data(hnode),
274 xbc_node_get_data(knode));
278 append_printf(bufp, end, ".%s", xbc_node_get_data(knode));
290 xbc_node_get_data(hnode));
305 handler = xbc_node_get_data(hnode);
308 p = xbc_node_get_data(node);
382 xbc_node_get_data(knode));
427 p = xbc_node_get_data(node);
470 group = xbc_node_get_data(gnod
[all...]
/linux-master/lib/
H A Dbootconfig.c177 * xbc_node_get_data() - Get the data of XBC node
183 const char * __init xbc_node_get_data(struct xbc_node *node) function
196 const char *p = xbc_node_get_data(node);
274 return node ? xbc_node_get_data(node) : "";
317 ret = snprintf(buf, size, "%s%s", xbc_node_get_data(node),
405 return xbc_node_get_data(xbc_node_get_child(*leaf));
640 if (!strcmp(xbc_node_get_data(node), k))
798 xbc_node_get_data(n));
810 xbc_node_get_data(xbc_nodes + i));
820 wlen = strlen(xbc_node_get_data(
[all...]

Completed in 210 milliseconds