Home
last modified time | relevance | path

Searched refs:baz (Results 1 – 25 of 25) sorted by relevance

/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H A Dbootconfig.rst46 foo.bar.baz = value1
52 baz = value1
58 foo.bar { baz = value1; qux.quux = value2 }
68 foo = bar, baz
73 foo = bar, baz
81 foo = bar, baz
84 這樣, ``foo`` 關鍵字就同時擁有了 ``bar`` , ``baz`` 和 ``qux`` 。
98 baz = value2
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A Dbootconfig.rst46 foo.bar.baz = value1
52 baz = value1
58 foo.bar { baz = value1; qux.quux = value2 }
68 foo = bar, baz
73 foo = bar, baz
81 foo = bar, baz
84 这样, ``foo`` 关键字就同时拥有了 ``bar`` , ``baz`` 和 ``qux`` 。
98 baz = value2
/linux-6.15/samples/kobject/
H A Dkobject-example.c22 static int baz; variable
60 var = baz; in b_show()
76 baz = var; in b_store()
83 __ATTR(baz, 0664, b_show, b_store);
H A Dkset-example.c32 int baz; member
144 var = foo_obj->baz; in b_show()
160 foo_obj->baz = var; in b_store()
167 __ATTR(baz, 0664, b_show, b_store);
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_global_func_args.c49 __noinline int baz(struct S **s) in baz() function
84 baz(&p); in test_cls()
H A Dtest_global_func9.c45 __noinline int baz(volatile int *x) in baz() function
112 result |= baz(&global_data_y); in global_func9()
/linux-6.15/tools/bootconfig/
H A Dtest-bootconfig.sh117 key = bar, baz
130 key = bar, baz
/linux-6.15/Documentation/admin-guide/
H A Dbootconfig.rst48 foo.bar.baz = value1
54 baz = value1
60 foo.bar { baz = value1; qux.quux = value2 }
71 foo = bar, baz
77 foo = bar, baz
87 foo = bar, baz
90 In this case, the key ``foo`` has ``bar``, ``baz`` and ``qux``.
105 baz = value2
/linux-6.15/Documentation/devicetree/bindings/iio/gyroscope/
H A Dinvensense,mpu3050.yaml57 vlogic-supply = <&baz>;
/linux-6.15/Documentation/kbuild/
H A Dbash-completion.rst58 - Single-target builds (`foo/bar/baz.o`)
H A Dmodules.rst134 Example (The module foo.ko, consist of bar.o and baz.o)::
137 make -C $KDIR M=$PWD baz.o
H A Dkconfig-language.rst176 tristate "baz"
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst210 Set the auxiliary data string to "foo bar baz" (the escape for each
213 dmsetup message vol 0 @stats_set_aux 0 foo\\ bar\\ baz
/linux-6.15/tools/perf/Documentation/
H A Dperf-config.txt430 33.33% baz
434 and 'baz' to 50.00% for each, while 'absolute' would show their
473 --50.00%--baz
476 This output is a 'fractal' format. The 'foo' came from 'bar' and 'baz' exactly
481 'bar' and 'baz' callchain will have 20.00% of overhead.
/linux-6.15/Documentation/translations/zh_CN/doc-guide/
H A Dkernel-doc.rst366 See enum baz.
/linux-6.15/Documentation/translations/it_IT/doc-guide/
H A Dkernel-doc.rst329 * @baz: The Baz member.
333 int baz;
478 See enum baz.
H A Dsphinx.rst456 "bar" -> "baz";
470 "bar" -> "baz";
/linux-6.15/Documentation/doc-guide/
H A Dkernel-doc.rst301 * @baz: The Baz member.
305 int baz;
450 See enum baz.
H A Dsphinx.rst495 "bar" -> "baz";
509 "bar" -> "baz";
/linux-6.15/Documentation/filesystems/
H A Df2fs.rst868 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so and baz.txt
872 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so should be
873 compresse, bar.zip and baz.txt should be non-compressed.
874 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip
875 and baz.txt.
H A Dseq_file.rst323 p->baz = true;
/linux-6.15/Documentation/networking/
H A Dnetconsole.rst198 echo baz > userdata/qux/value
208 qux=baz
/linux-6.15/Documentation/dev-tools/
H A Dcheckpatch.rst956 (int bar, int baz)
960 void foo(int bar, int baz)
1151 if ((foo->bar) && (foo->baz))
1156 if (foo->bar && foo->baz)
/linux-6.15/Documentation/devicetree/bindings/
H A Dexample-schema.yaml160 - enum: [baz, boo]
/linux-6.15/Documentation/trace/
H A Dfprobetrace.rst130 members and other structure members pointed by the member. e.g. ``foo->bar.baz->qux``