/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bootconfig.rst | 46 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
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | overlay-fdt-boot.txt | 56 data = /incbin/("./foo-revb-baz.dtb"); 61 data = /incbin/("./foo-revb-bar-baz.dtb"); 85 foo-revb-baz.dtb { 89 foo-revb-bar-baz.dtb { 106 foo-revb-baz.dtb, foo-revb-bar-baz.dtb 153 data = /incbin/("./baz.dtbo"); 178 foo-revb-baz.dtb { 182 foo-revb-bar-baz.dtb { 189 baz { 216 While booting a revb with bar and baz is as follows: [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch | 57 +--- baz 58 ++++ baz 60 +baz 66 +cat > baz <<EOF 76 +check 'cat baz' <<EOF 77 +baz
|
/openbmc/linux/samples/kobject/ |
H A D | kobject-example.c | 22 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 D | kset-example.c | 32 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);
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/liburi-perl/ |
H A D | 0001-Skip-TODO-test-cases-that-fail.patch | 98 - $u = URI->new('mailto:"foo bar+baz"@example.com'); 99 - is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is p… 100 - is $u, 'mailto:%22foo%20bar+baz%22@example.com', '... and stringification works'; 104 +# $u = URI->new('mailto:"foo bar+baz"@example.com'); 105 +# is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is … 106 +# is $u, 'mailto:%22foo%20bar+baz%22@example.com', '... and stringification works';
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func_args.c | 49 __noinline int baz(struct S **s) in baz() function 84 baz(&p); in test_cls()
|
H A D | test_global_func9.c | 45 __noinline int baz(volatile int *x) in baz() function 112 result |= baz(&global_data_y); in global_func9()
|
/openbmc/linux/tools/bootconfig/ |
H A D | test-bootconfig.sh | 117 key = bar, baz 130 key = bar, baz
|
/openbmc/docs/ |
H A D | cpp-style-and-conventions.md | 245 case baz: 247 baz(); 265 if (baz) 375 foo(T& bar, const S* baz); /// Correct. 376 foo(T &bar, const S *baz); /// Incorrect. 433 baz); // Correct. 438 baz); // Also correct. 441 foo, bar, baz); // Similarly correct. 445 baz); // Incorrect.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | bootconfig.rst | 48 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
|
/openbmc/openbmc-tools/netboot/ |
H A D | README.md | 9 user = "baz"
|
/openbmc/linux/Documentation/devicetree/bindings/iio/gyroscope/ |
H A D | invensense,mpu3050.yaml | 57 vlogic-supply = <&baz>;
|
/openbmc/qemu/docs/system/ |
H A D | device-emulation.rst | 46 --device bar,bus=foo.0,addr=1,id=baz 48 which would be a bar device (with the ID of baz) which is attached to
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 112 | 121 $QEMU_IMG snapshot -c baz "$TEST_IMG"
|
H A D | 112.out | 47 qemu-img: Could not create snapshot 'baz': Invalid argument
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | statistics.rst | 210 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
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | testing.py | 213 baz = soup.find(text="baz") 214 self.assertEqual(comment, baz.previous_element)
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-config.txt | 416 33.33% baz 420 and 'baz' to 50.00% for each, while 'absolute' would show their 459 --50.00%--baz 462 This output is a 'fractal' format. The 'foo' came from 'bar' and 'baz' exactly 467 'bar' and 'baz' callchain will have 20.00% of overhead.
|
/openbmc/linux/Documentation/translations/it_IT/doc-guide/ |
H A D | kernel-doc.rst | 329 * @baz: The Baz member. 333 int baz; 434 See enum baz.
|
H A D | sphinx.rst | 456 "bar" -> "baz"; 470 "bar" -> "baz";
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | kernel-doc.rst | 301 * @baz: The Baz member. 305 int baz; 405 See enum baz.
|
H A D | sphinx.rst | 486 "bar" -> "baz"; 500 "bar" -> "baz";
|
/openbmc/linux/Documentation/translations/zh_CN/doc-guide/ |
H A D | kernel-doc.rst | 366 See enum baz.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | f2fs.rst | 834 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so and baz.txt 838 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so should be 839 compresse, bar.zip and baz.txt should be non-compressed. 840 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip 841 and baz.txt.
|