Home
last modified time | relevance | path

Searched refs:xbc_node_for_each_key_value (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/include/linux/
Dbootconfig.h248 #define xbc_node_for_each_key_value(node, knode, value) \ macro
261 xbc_node_for_each_key_value(NULL, knode, value)
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/
Dbootconfig.rst271 节点,然后用 xbc_node_for_each_key_value() 迭代前缀节点下的键。
/Linux-v6.1/
D.clang-format628 - 'xbc_node_for_each_key_value'
/Linux-v6.1/kernel/trace/
Dtrace_boot.c379 xbc_node_for_each_key_value(node, knode, p) { in trace_boot_compose_hist_cmd()
/Linux-v6.1/init/
Dmain.c339 xbc_node_for_each_key_value(root, knode, val) { in xbc_snprint_cmdline()
/Linux-v6.1/Documentation/admin-guide/
Dbootconfig.rst299 keys under the prefix node with xbc_node_for_each_key_value().