Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbootconfig.rst47 foo.bar.qux.quux = value2
53 qux.quux = value2
58 foo.bar { baz = value1; qux.quux = value2 }
69 foo = qux # !错误! 我们不可以重定义相同的关键字
74 foo := qux
76 这样 ``foo`` 关键字的值就变成了 ``qux`` 。这对于通过添加(部分)自定义引导
82 foo += qux
84 这样, ``foo`` 关键字就同时拥有了 ``bar`` , ``baz`` 和 ``qux`` 。
99 qux = value3
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func9.c53 __noinline int qux(enum E *e) in qux() function
118 result |= qux(&e); in global_func9()
/openbmc/linux/Documentation/admin-guide/
H A Dbootconfig.rst49 foo.bar.qux.quux = value2
55 qux.quux = value2
60 foo.bar { baz = value1; qux.quux = value2 }
72 foo = qux # !ERROR! we can not re-define same key
78 foo := qux
80 then, the ``qux`` is assigned to ``foo`` key. This is useful for
88 foo += qux
90 In this case, the key ``foo`` has ``bar``, ``baz`` and ``qux``.
106 qux = value3
/openbmc/linux/tools/bootconfig/
H A Dtest-bootconfig.sh118 key += qux
131 key := qux
/openbmc/linux/Documentation/trace/
H A Dfprobetrace.rst118 members and other structure members pointed by the member. e.g. ``foo->bar.baz->qux``
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst159 C = "qux"
160 *At this point, ${A} equals "qux bar baz"*