| /openbmc/qemu/tests/unit/ |
| H A D | check-qom-proplist.c | 617 bool ambiguous; in test_qom_partial_path() local 632 ambiguous = false; in test_qom_partial_path() 633 g_assert(!object_resolve_path_type("", TYPE_DUMMY, &ambiguous)); in test_qom_partial_path() 634 g_assert(ambiguous); in test_qom_partial_path() 637 ambiguous = false; in test_qom_partial_path() 638 g_assert(!object_resolve_path("obj2", &ambiguous)); in test_qom_partial_path() 639 g_assert(ambiguous); in test_qom_partial_path() 642 ambiguous = false; in test_qom_partial_path() 643 g_assert(object_resolve_path("obj1", &ambiguous) == obj1); in test_qom_partial_path() 644 g_assert(!ambiguous); in test_qom_partial_path()
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | double-type.json | 1 # we reject an expression with ambiguous metatype
|
| /openbmc/qemu/qom/ |
| H A D | qom-hmp-cmds.c | 138 bool ambiguous = false; in hmp_info_qom_tree() local 141 obj = object_resolve_path(path, &ambiguous); in hmp_info_qom_tree() 146 if (ambiguous) { in hmp_info_qom_tree()
|
| H A D | qom-qmp-cmds.c | 33 bool ambiguous = false; in qom_resolve_path() local 34 Object *obj = object_resolve_path(path, &ambiguous); in qom_resolve_path() 37 if (ambiguous) { in qom_resolve_path()
|
| H A D | object.c | 1911 bool ambiguous = false; in object_resolve_link() local 1917 target = object_resolve_path_type(path, target_type, &ambiguous); in object_resolve_link() 1919 if (ambiguous) { in object_resolve_link() 1923 target = object_resolve_path(path, &ambiguous); in object_resolve_link() 1924 if (target || ambiguous) { in object_resolve_link() 2171 bool *ambiguous) in object_resolve_partial_path() argument 2188 typename, ambiguous); in object_resolve_partial_path() 2191 *ambiguous = true; in object_resolve_partial_path() 2197 if (*ambiguous) { in object_resolve_partial_path() 2206 bool *ambiguous) in object_resolve_path_type() argument [all …]
|
| /openbmc/qemu/hw/i386/ |
| H A D | acpi-microvm.c | 108 bool ambiguous; in build_dsdt_microvm() local 113 isabus = object_resolve_path_type("", TYPE_ISA_BUS, &ambiguous); in build_dsdt_microvm() 115 assert(!ambiguous); in build_dsdt_microvm()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | s390-stattrib.c | 351 bool ambiguous = false; in s390_stattrib_realize() local 353 object_resolve_path_type("", TYPE_S390_STATTRIB, &ambiguous); in s390_stattrib_realize() 354 if (ambiguous) { in s390_stattrib_realize()
|
| /openbmc/u-boot/doc/device-tree-bindings/regulator/ |
| H A D | regulator.txt | 20 would produce ambiguous prefixes (like "regulator@1" and "regualtor@11") and you 27 the same driver for both regulators, hence the prefix is ambiguous.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
| H A D | triehash | 331 return $self->alignpower2($i || 1) if (main::ambiguous(substr($key, $i, 1))); 458 $can_use_bit &= not main::ambiguous($key); 589 sub ambiguous { subroutine
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/asio/asio/ |
| H A D | 0001-tests-Remove-blocking_adaptation.cpp.patch | 7 …ts/../../include/asio/execution/blocking_adaptation.hpp:216:13: error: call to 'query' is ambiguous
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-Use-long-long-instead-of-int64_t.patch | 7 error: call to member function 'appendNumber' is ambiguous
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd/ |
| H A D | fix-pps_strerror_r.patch | 9 ambiguous options that could be both in CFLAGS and LINKFLAGS (e.g. -spec).
|
| /openbmc/openbmc/poky/meta/recipes-extended/bash/bash/ |
| H A D | 0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch | 116 -./redir11.sub: line 53: $(ss= declare -i ss): ambiguous redirect 117 +./redir11.sub: line 55: $(ss= declare -i ss): ambiguous redirect
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | W3C | 16 …ferences to this specific dated version of the license, and removes the ambiguous grant of "use". …
|
| /openbmc/qemu/include/qom/ |
| H A D | object.h | 1593 Object *object_resolve_path(const char *path, bool *ambiguous); 1614 bool *ambiguous);
|
| /openbmc/qemu/docs/ |
| H A D | glossary.rst | 86 can be ambiguous. 246 The term "target" can be ambiguous. In most places in QEMU it is used as a
|
| /openbmc/qemu/hw/ppc/ |
| H A D | e500.c | 330 bool ambiguous; in platform_bus_create_devtree() local 358 &ambiguous)); in platform_bus_create_devtree() 360 assert(!ambiguous); in platform_bus_create_devtree()
|
| /openbmc/ipmitool/src/plugins/lanplus/ |
| H A D | README.lanplus | 59 specification, there are two fields that are rather ambiguous in meaning.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/ |
| H A D | fix-csv2html-data.patch | 7 With g++ 11 *data* became ambiguous with [std::data][1]. Therefore it's
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
| H A D | README.md | 83 the request would be ambiguous and probably not what the user wanted.
|
| /openbmc/u-boot/scripts/ |
| H A D | spelling.txt | 11 abigious||ambiguous 100 ambigious||ambiguous
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-4.0.rst | 106 - The ambiguous "BSD" license has been removed from the ``common-licenses`` directory.
|
| /openbmc/openbmc/poky/documentation/ |
| H A D | what-i-wish-id-known.rst | 141 #. **An ambiguous definition: Package vs Recipe:**
|
| /openbmc/qemu/qapi/ |
| H A D | qom.json | 124 # return to indicate that the match was ambiguous. 165 # - If any path is not valid or is ambiguous
|
| /openbmc/libpldm/docs/checklists/ |
| H A D | changes.md | 292 use pointers for out-parameters, where it has often become ambiguous whether
|