Home
last modified time | relevance | path

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

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