Home
last modified time | relevance | path

Searched full:asserts (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/dbus-sensors/src/psu/
H A DPSUEvent.cpp78 asserts.emplace_back(assert); in PSUCombineEvent()
100 asserts.emplace_back(assert); in PSUCombineEvent()
144 std::shared_ptr<std::set<std::string>> asserts, in PSUSubEvent() argument
147 eventInterface(std::move(eventInterface)), asserts(std::move(asserts)), in PSUSubEvent()
300 // log deassert only after all asserts are gone in updateValue()
301 if (!(*asserts).empty()) in updateValue()
303 auto found = (*asserts).find(path); in updateValue()
304 if (found == (*asserts).end()) in updateValue()
308 (*asserts).erase(path); in updateValue()
349 if ((!*assertState) && ((*asserts).empty())) in updateValue()
[all …]
H A DPSUEvent.hpp48 std::shared_ptr<std::set<std::string>> asserts,
55 std::shared_ptr<std::set<std::string>> asserts; member in PSUSubEvent
101 std::vector<std::shared_ptr<std::set<std::string>>> asserts; member in PSUCombineEvent
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-mock/
H A Drun-ptest2 # see https://github.com/pytest-dev/pytest-mock/issues/102 for reasons to use plain asserts
/openbmc/qemu/trace/
H A Dcontrol-internal.h40 /* it's on fast path, avoid consistency checks (asserts) */
/openbmc/qemu/tests/qtest/
H A Dlibqtest.h827 * Sends a QMP message to QEMU, asserts that a 'return' key is present in
842 * Sends a QMP message to QEMU and asserts that a 'return' key is present in
861 * asserts that a 'return' key is present in the response,
879 * asserts that a 'return' key is present in the response.
893 * Sends a QMP message to QEMU, asserts that an 'error' key is present in
907 * Sends a QMP message to QEMU, asserts that an 'error' key is present in
921 * Sends a QMP message to QEMU, asserts that a 'return' key is present in
934 * Sends a QMP message to QEMU and asserts that a 'return' key is present in
951 * asserts that a 'return' key is present in the response,
968 * asserts that a 'return' key is present in the response.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/
H A D0004-Always-check-the-number-of-coefficients.patch6 When building the library with NDEBUG, asserts are eliminated
/openbmc/x86-power-control/
H A DREADME.md71 de-asserts on reset. This de-assert behavior is currently used to detect warm
/openbmc/u-boot/doc/
H A DREADME.i2c37 1. Asserts AP_CLAIM
/openbmc/u-boot/test/dm/
H A Dtee.c108 /* In case test_tee() asserts these may still remain allocated */ in dm_test_tee()
H A Deth.c147 /* The asserts include a return on fail; cleanup in the caller */
219 /* The asserts include a return on fail; cleanup in the caller */
/openbmc/pldm/platform-mc/test/
H A Devent_manager_test.cpp597 // second asserts warning just before deasserting it. in TEST()
706 // second asserts warning just before deasserting it. in TEST()
746 // second asserts low-warning just before deasserting it. in TEST()
762 // forth asserts upper warning in TEST()
770 // fifth, asserts upper critical in TEST()
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dexynos_mipi_dsi.txt43 after RxLpdt asserts with respect to Tx escape clock.
/openbmc/qemu/rust/qemu-api/src/
H A Dirq.rs56 // SAFETY: the implementation asserts via `BqlCell` that the BQL is taken
H A Dcallbacks.rs116 /// Referring to this internal constant asserts that the `Self` type is
121 /// Referring to this constant asserts that the `Self` type is an actual
/openbmc/docs/designs/
H A Dexpired-password.md217 successfully patched, the session no longer asserts the PasswordChangeRequired
218 condition and re-asserts the user's usual authority immediately without
/openbmc/libpldm/tests/
H A Dmsgbuf_generic.c10 /* We're exercising the implementation so disable the asserts for now */
16 /* Given we disabled asserts above, set up our own expectation framework */
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h360 #define BIOS_RLS (1 << 7) /* asserts SCI on bit set */
363 #define SLP_SMI_EN (1 << 4) /* Write SLP_EN in PM1_CNT asserts SMI# */
/openbmc/qemu/hw/m68k/
H A Dq800-glue.c36 * assign priority to each, and asserts one or more interrupt line to the
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_sequencer_device.hpp110 * in the correct order, verifying each rail asserts power good before
/openbmc/qemu/include/system/
H A Ddevice_tree.h23 * buffer pointer. Asserts in case of error.
/openbmc/qemu/hw/core/
H A Dsysbus-fdt.c76 * function asserts. An optional property is ignored if not found
290 * Asserts in case of error
H A Dresettable.c34 * Note: These flags are only used to guarantee (using asserts) that the reset
/openbmc/openbmc-build-scripts/
H A Drun-qemu-robot-test.sh136 # This docker command intermittently asserts a SIGPIPE which
/openbmc/qemu/docs/specs/
H A Divshmem-spec.rst119 Interrupt Status register is set to 1. This asserts INTx unless
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-a83t-bananapi-m3.dts105 /* enables internal regulator and de-asserts reset */

123