Home
last modified time | relevance | path

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

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