Home
last modified time | relevance | path

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

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