Home
last modified time | relevance | path

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

/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
/linux/Documentation/translations/zh_TW/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
/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()
/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
/linux/tools/bootconfig/
H A Dtest-bootconfig.sh118 key += qux
131 key := qux
/linux/Documentation/networking/
H A Dnetconsole.rst190 mkdir userdata/qux
191 echo baz > userdata/qux/value
201 qux=baz
215 mkdir userdata/qux
217 The `qux` key is omitted since it has no value::
225 rmdir /sys/kernel/config/netconsole/cmdline0/userdata/qux
/linux/Documentation/trace/
H A Dfprobetrace.rst130 members and other structure members pointed by the member. e.g. ``foo->bar.baz->qux``