Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/
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
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_global_func9.c52 __noinline int qux(enum E *e) in qux() function
116 result |= qux(&e); in test_cls()
/linux-6.1.9/Documentation/admin-guide/
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
/linux-6.1.9/tools/bootconfig/
Dtest-bootconfig.sh114 key += qux
127 key := qux