Home
last modified time | relevance | path

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

/linux-6.1.9/fs/proc/
Dbootconfig.c38 xbc_for_each_key_value(leaf, val) { in copy_xbc_key_value_list()
/linux-6.1.9/include/linux/
Dbootconfig.h260 #define xbc_for_each_key_value(knode, value) \ macro
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/
Dbootconfig.rst260 你想知道引导配置里有哪些关键字,可以使用 xbc_for_each_key_value() 迭代键值对。
/linux-6.1.9/tools/bootconfig/
Dmain.c117 xbc_for_each_key_value(leaf, val) { in xbc_show_list()
/linux-6.1.9/
D.clang-format625 - 'xbc_for_each_key_value'
/linux-6.1.9/Documentation/admin-guide/
Dbootconfig.rst286 config, you can use xbc_for_each_key_value() to iterate key-value pairs.