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

/linux-master/kernel/trace/
H A Dtrace_boot.c43 p = xbc_node_find_value(node, "tracing_on", NULL);
53 p = xbc_node_find_value(node, "trace_clock", NULL);
59 p = xbc_node_find_value(node, "buffer_size", NULL);
68 p = xbc_node_find_value(node, "cpumask", NULL);
226 p = xbc_node_find_value(hnode, key, &anode);
256 p = xbc_node_find_value(hnode, param, NULL);
369 p = xbc_node_find_value(hnode, "size", NULL);
373 p = xbc_node_find_value(hnode, "name", NULL);
388 if (xbc_node_find_value(hnode, "pause", NULL))
390 else if (xbc_node_find_value(hnod
[all...]
/linux-master/include/linux/
H A Dbootconfig.h127 const char * __init xbc_node_find_value(struct xbc_node *parent,
150 return xbc_node_find_value(NULL, key, vnode);
188 * be used with xbc_find_value() and xbc_node_find_value(), so that user can
236 for (value = xbc_node_find_value(node, key, &anode); value != NULL; \
/linux-master/lib/
H A Dbootconfig.c244 * xbc_node_find_value() - Find a value node which matches given key
259 xbc_node_find_value(struct xbc_node *parent, const char *key, function

Completed in 115 milliseconds