Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbootconfig.h249 #define xbc_node_for_each_key_value(node, knode, value) \ macro
262 xbc_node_for_each_key_value(NULL, knode, value)
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbootconfig.rst271 节点,然后用 xbc_node_for_each_key_value() 迭代前缀节点下的键。
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dbootconfig.rst271 節點,然後用 xbc_node_for_each_key_value() 迭代前綴節點下的鍵。
/linux/
H A D.clang-format745 - 'xbc_node_for_each_key_value'
/linux/kernel/trace/
H A Dtrace_boot.c379 xbc_node_for_each_key_value(node, knode, p) { in trace_boot_compose_hist_cmd()
/linux/init/
H A Dmain.c334 xbc_node_for_each_key_value(root, knode, val) { in xbc_snprint_cmdline()
/linux/Documentation/admin-guide/
H A Dbootconfig.rst303 keys under the prefix node with xbc_node_for_each_key_value().