/openbmc/u-boot/doc/uImage.FIT/ |
H A D | overlay-fdt-boot.txt | 20 add-on board, while only the revb board can use a baz add-on board. 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 { [all …]
|
/openbmc/linux/samples/kobject/ |
H A D | kobject-example.c | 17 * "foo", "baz", and "bar". If an integer is written to these files, it can be 22 static int baz; variable 52 * looking at the attribute for the "baz" and "bar" files. 59 if (strcmp(attr->attr.name, "baz") == 0) in b_show() 60 var = baz; in b_show() 75 if (strcmp(attr->attr.name, "baz") == 0) in b_store() 76 baz = var; in b_store() 83 __ATTR(baz, 0664, b_show, b_store);
|
H A D | kset-example.c | 18 * Then tree kobjects are created and assigned to this kset, "foo", "baz", 32 int baz; member 136 * looking at the attribute for the "baz" and "bar" files. 143 if (strcmp(attr->attr.name, "baz") == 0) in b_show() 144 var = foo_obj->baz; in b_show() 159 if (strcmp(attr->attr.name, "baz") == 0) in b_store() 160 foo_obj->baz = var; in b_store() 167 __ATTR(baz, 0664, b_show, b_store); 262 baz_obj = create_foo_obj("baz"); in example_init()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | license.py | 49 "BAZ & MOO": ["BAZ", "MOO"], 51 "BAZ&MOO|FOO": ["FOO"], 52 "FOO&BAR|BAZ": ["FOO", "BAR"], 69 "FOO & (BAR | BAZ)&MOO": ["FOO", "BAR", "MOO"], 71 "((ALPHA|BETA)&FOO)|BAZ": ["BETA", "FOO"], 90 ("(FOO | BAR) & FOOBAR | BAZ & MOO & BARFOO", None, "FOO"): 91 [True, ["BAZ", "MOO", "BARFOO"]],
|
H A D | types.py | 56 self.assertListEqual('foo:bar:baz', ['foo', 'bar', 'baz'], ':')
|
/openbmc/pldm/libpldmresponder/examples/pdr/ |
H A D | effecter_pdr.json | 76 "path": "/foo/bar/baz", 77 "interface": "xyz.openbmc_project.Foo.Bar.Baz", 81 "xyz.openbmc_project.Foo.Bar.Baz.V1", 82 "xyz.openbmc_project.Foo.Bar.Baz.V2", 83 "xyz.openbmc_project.Foo.Bar.Baz.V5", 84 "xyz.openbmc_project.Foo.Bar.Baz.V15"
|
/openbmc/u-boot/test/env/ |
H A D | attr.c | 38 ut_assertok(env_attr_lookup(",foo:bar,goo:baz", "foo", attrs)); in env_test_attrs_lookup() 43 ut_asserteq(-ENOENT, env_attr_lookup("goo:baz", "foo", attrs)); in env_test_attrs_lookup() 45 ut_assertok(env_attr_lookup("foo:bar,foo:bat,foo:baz", "foo", attrs)); in env_test_attrs_lookup() 46 ut_asserteq_str("baz", attrs); in env_test_attrs_lookup() 49 " foo : bar , foo : bat , foot : baz ", "foo", attrs)); in env_test_attrs_lookup() 53 " foo : bar , foo : bat , ufoo : baz ", "foo", attrs)); in env_test_attrs_lookup()
|
/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/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/phosphor-inventory-manager/test/ |
H A D | serialize_test.cpp | 10 auto path = "foo/bar/baz"s; in TEST() 13 auto p2 = fs::path(PIM_PERSIST_PATH "/foo/bar/baz/xyz.foo"); in TEST() 19 auto path = "/foo/bar/baz"s; in TEST() 22 auto p2 = fs::path(PIM_PERSIST_PATH "/foo/bar/baz/xyz.foo"); in TEST()
|
/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_effecter/good/ |
H A D | effecter_pdr.json | 77 "interface": "xyz.openbmc_project.Foo.Bar.Baz", 81 "xyz.openbmc_project.Foo.Bar.Baz.V1", 82 "xyz.openbmc_project.Foo.Bar.Baz.V2", 83 "xyz.openbmc_project.Foo.Bar.Baz.V5", 84 "xyz.openbmc_project.Foo.Bar.Baz.V15"
|
/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_effecter/malformed/ |
H A D | effecter_pdr.json | 89 "interface": "xyz.openbmc_project.Foo.Bar.Baz", 93 "xyz.openbmc_project.Foo.Bar.Baz.V1", 94 "xyz.openbmc_project.Foo.Bar.Baz.V2", 95 "xyz.openbmc_project.Foo.Bar.Baz.V5", 96 "xyz.openbmc_project.Foo.Bar.Baz.V15"
|
/openbmc/qemu/tests/unit/ |
H A D | check-qobject.c | 192 qdict_put_int(dict_0, "baz", 3); in qobject_is_equal_dict_test() 197 qdict_put_int(dict_1, "baz", 3); in qobject_is_equal_dict_test() 202 qdict_put_int(dict_different_key, "baz", 3); in qobject_is_equal_dict_test() 207 qdict_put_int(dict_different_value, "baz", 3); in qobject_is_equal_dict_test() 212 qdict_put_int(dict_different_null_key, "baz", 3); in qobject_is_equal_dict_test() 217 qdict_put_int(dict_longer, "baz", 3); in qobject_is_equal_dict_test() 223 qdict_put_int(dict_shorter, "baz", 3); in qobject_is_equal_dict_test() 228 qdict_put_int(dict_nested, "baz", 3); in qobject_is_equal_dict_test()
|
H A D | check-qlit.c | 22 { "baz", QLIT_QNULL }, 44 qdict_put_null(qdict, "baz"); in make_qobject() 77 g_assert(qobject_type(qdict_get(qdict, "baz")) == QTYPE_QNULL); in qobject_from_qlit_test()
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/ |
H A D | 0001-Skip-TODO-test-cases-that-fail.patch | 97 - $u = URI->new('mailto:"foo bar+baz"@example.com'); 98 - is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is p… 99 - is $u, 'mailto:%22foo%20bar+baz%22@example.com', '... and stringification works'; 103 +# $u = URI->new('mailto:"foo bar+baz"@example.com'); 104 +# is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is … 105 +# is $u, 'mailto:%22foo%20bar+baz%22@example.com', '... and stringification works';
|
/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/tools/testing/selftests/bpf/prog_tests/ |
H A D | linked_list.c | 354 id = btf__add_decl_tag(btf, "contains:baz:a", 5, 0); in test_btf() 355 if (!ASSERT_EQ(id, 6, "btf__add_decl_tag contains:baz:a")) in test_btf() 357 id = btf__add_struct(btf, "baz", 16); in test_btf() 358 if (!ASSERT_EQ(id, 7, "btf__add_struct baz")) in test_btf() 361 if (!ASSERT_OK(err, "btf__add_field baz::a")) in test_btf() 644 id = btf__add_decl_tag(btf, "contains:baz:a", 7, 0); in test_btf() 645 if (!ASSERT_EQ(id, 8, "btf__add_decl_tag contains:baz:a")) in test_btf() 647 id = btf__add_struct(btf, "baz", 24); in test_btf() 648 if (!ASSERT_EQ(id, 9, "btf__add_struct baz")) in test_btf() 651 if (!ASSERT_OK(err, "btf__add_field baz:a")) in test_btf() [all …]
|
/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/qemu/rust/qemu-api/src/ |
H A D | offset_of.rs | 137 pub struct Baz { struct 143 pub struct Baz { 158 assert_eq!(offset_of!(Baz, b), 0); in test_offset_of() 159 assert_eq!(offset_of!(Baz, a), 4); in test_offset_of()
|
/openbmc/linux/tools/bootconfig/ |
H A D | test-bootconfig.sh | 117 key = bar, baz 125 xpass grep -q "baz" $OUTFILE 130 key = bar, baz 138 xfail grep -q "baz" $OUTFILE
|
/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/bmcweb/test/http/ |
H A D | crow_getroutes_test.cpp | 56 BMCWEB_ROUTE(app, "/baz") in TEST() 70 Pointee(Eq("/baz")), Pointee(Eq("/boo")), in TEST()
|
/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/linux/tools/perf/tests/ |
H A D | expr.c | 46 /* Union {foo, bar} against {bar,baz}. */ in test_ids_union() 50 TEST_ASSERT_EQUAL("ids__insert", ids__insert(ids2, strdup("baz")), 0); in test_ids_union() 136 expr__find_ids("FOO + BAR + BAZ + BOZO", "FOO", in test__expr() 140 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAZ", &val_ptr)); in test__expr()
|