Home
last modified time | relevance | path

Searched refs:ambiguous (Results 1 – 25 of 44) 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/qom/
H A Dqom-qmp-cmds.c34 bool ambiguous = false; in qmp_qom_list() local
39 obj = object_resolve_path(path, &ambiguous); in qmp_qom_list()
41 if (ambiguous) { in qmp_qom_list()
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 Dobject.c1892 bool ambiguous = false; in object_resolve_link() local
1900 if (ambiguous) { in object_resolve_link()
1904 target = object_resolve_path(path, &ambiguous); in object_resolve_link()
1905 if (target || ambiguous) { in object_resolve_link()
2153 bool *ambiguous) in object_resolve_partial_path() argument
2173 *ambiguous = true; in object_resolve_partial_path()
2179 if (*ambiguous) { in object_resolve_partial_path()
2197 bool ambiguous = false; in object_resolve_path_type() local
2199 typename, &ambiguous); in object_resolve_path_type()
2201 *ambiguousp = ambiguous; in object_resolve_path_type()
[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/tests/qapi-schema/
H A Ddouble-type.json1 # we reject an expression with ambiguous metatype
/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/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/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/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-std.rst58 is ambiguous drivers may return ``EINVAL`` or choose any of the requested
H A Dmmap.rst270 but it makes the :c:func:`select()` function ambiguous. We also
/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.h1592 Object *object_resolve_path(const char *path, bool *ambiguous);
1613 bool *ambiguous);
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst64 suffix. ``qos`` is also ambiguous as a subsystem name, because several parts
113 The suite name is ambiguous without the subsystem name.
/openbmc/qemu/hw/pci-host/
H A Dq35.c667 bool ambiguous; in mch_mcfg_base() local
668 Object *o = object_resolve_path_type("", TYPE_MCH_PCI_DEVICE, &ambiguous); in mch_mcfg_base()
/openbmc/qemu/hw/ppc/
H A De500.c328 bool ambiguous; in platform_bus_create_devtree() local
356 &ambiguous)); in platform_bus_create_devtree()
358 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/linux/Documentation/devicetree/bindings/bus/
H A Dqcom,ebi2.txt74 chipselect subnode, else the properties will become ambiguous.
/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/linux/scripts/
H A Dspelling.txt11 abigious||ambiguous
123 ambigious||ambiguous
124 ambigous||ambiguous
/openbmc/u-boot/scripts/
H A Dspelling.txt11 abigious||ambiguous
100 ambigious||ambiguous
/openbmc/libpldm/docs/checklists/
H A Dchanges.md123 use pointers for out-parameters, where it has often become ambiguous whether

12