Home
last modified time | relevance | path

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

12

/openbmc/qemu/tests/unit/
H A Dcheck-qom-proplist.c617 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 Ddouble-type.json1 # we reject an expression with ambiguous metatype
/openbmc/qemu/qom/
H A Dqom-hmp-cmds.c138 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 Dqom-qmp-cmds.c33 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 Dobject.c1911 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 Dacpi-microvm.c108 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 Ds390-stattrib.c351 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 Dregulator.txt20 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 Dtriehash331 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 D0001-tests-Remove-blocking_adaptation.cpp.patch7 …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 D0001-Use-long-long-instead-of-int64_t.patch7 error: call to member function 'appendNumber' is ambiguous
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd/
H A Dfix-pps_strerror_r.patch9 ambiguous options that could be both in CFLAGS and LINKFLAGS (e.g. -spec).
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch116 -./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 DW3C16 …ferences to this specific dated version of the license, and removes the ambiguous grant of "use". …
/openbmc/qemu/include/qom/
H A Dobject.h1593 Object *object_resolve_path(const char *path, bool *ambiguous);
1614 bool *ambiguous);
/openbmc/qemu/docs/
H A Dglossary.rst86 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 De500.c330 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 DREADME.lanplus59 specification, there are two fields that are rather ambiguous in meaning.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/
H A Dfix-csv2html-data.patch7 With g++ 11 *data* became ambiguous with [std::data][1]. Therefore it's
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DREADME.md83 the request would be ambiguous and probably not what the user wanted.
/openbmc/u-boot/scripts/
H A Dspelling.txt11 abigious||ambiguous
100 ambigious||ambiguous
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-4.0.rst106 - The ambiguous "BSD" license has been removed from the ``common-licenses`` directory.
/openbmc/openbmc/poky/documentation/
H A Dwhat-i-wish-id-known.rst141 #. **An ambiguous definition: Package vs Recipe:**
/openbmc/qemu/qapi/
H A Dqom.json124 # return to indicate that the match was ambiguous.
165 # - If any path is not valid or is ambiguous
/openbmc/libpldm/docs/checklists/
H A Dchanges.md292 use pointers for out-parameters, where it has often become ambiguous whether

12