/openbmc/dbus-sensors/src/psu/ |
H A D | PSUEvent.cpp | 79 asserts.emplace_back(assert); in PSUCombineEvent() 101 asserts.emplace_back(assert); in PSUCombineEvent() 145 std::shared_ptr<std::set<std::string>> asserts, in PSUSubEvent() argument 148 eventInterface(std::move(eventInterface)), asserts(std::move(asserts)), in PSUSubEvent() 301 // log deassert only after all asserts are gone in updateValue() 302 if (!(*asserts).empty()) in updateValue() 304 auto found = (*asserts).find(path); in updateValue() 305 if (found == (*asserts).end()) in updateValue() 309 (*asserts).erase(path); in updateValue() 350 if ((!*assertState) && ((*asserts).empty())) in updateValue() [all …]
|
H A D | PSUEvent.hpp | 46 std::shared_ptr<std::set<std::string>> asserts, 53 std::shared_ptr<std::set<std::string>> asserts; member in PSUSubEvent 99 std::vector<std::shared_ptr<std::set<std::string>>> asserts; member in PSUCombineEvent
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.h | 767 * Sends a QMP message to QEMU, asserts that a 'return' key is present in 782 * Sends a QMP message to QEMU and asserts that a 'return' key is present in 801 * asserts that a 'return' key is present in the response, 819 * asserts that a 'return' key is present in the response. 833 * Sends a QMP message to QEMU, asserts that an 'error' key is present in 847 * Sends a QMP message to QEMU, asserts that an 'error' key is present in 861 * Sends a QMP message to QEMU, asserts that a 'return' key is present in 874 * Sends a QMP message to QEMU and asserts that a 'return' key is present in 891 * asserts that a 'return' key is present in the response, 908 * asserts that a 'return' key is present in the response.
|
/openbmc/linux/rust/kernel/ |
H A D | kunit.rs | 43 /// Asserts that a boolean expression is `true` at runtime. 149 /// Asserts that two expressions are equal to each other (using [`PartialEq`]). 159 // For the moment, we just forward to the expression assert because, for binary asserts,
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 1516 uint64_t asserts:64; member 1518 uint64_t asserts:64; 1524 uint64_t asserts:17; member 1526 uint64_t asserts:17; 1536 uint64_t asserts:64; member 1538 uint64_t asserts:64; 1547 uint64_t asserts:64; member 1549 uint64_t asserts:64; 1558 uint64_t asserts:64; member 1560 uint64_t asserts:64; [all …]
|
/openbmc/linux/drivers/crypto/cavium/zip/ |
H A D | zip_regs.h | 744 u64 asserts : 42; member 746 u64 asserts : 42; 760 u64 asserts : 42; member 762 u64 asserts : 42; 776 u64 asserts : 42; member 778 u64 asserts : 42; 792 u64 asserts : 42; member 794 u64 asserts : 42;
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dbg_hsi.h | 1083 * size for FW Asserts results. 1087 * @buf_size: (OUT) Required buffer size (in dwords) for FW Asserts data. 1097 * qed_dbg_fw_asserts_dump(): Reads the FW Asserts and writes the results 1102 * @dump_buf: Pointer to write the FW Asserts data into. 1448 * for FW Asserts results (in bytes). 1451 * @dump_buf: FW Asserts dump buffer. 1464 * qed_print_fw_asserts_results(): Prints FW Asserts results. 1467 * @dump_buf: FW Asserts dump buffer, starting from the header. 1469 * @results_buf: buffer for printing the FW Asserts results.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-mock/ |
H A D | run-ptest | 2 # see https://github.com/pytest-dev/pytest-mock/issues/102 for reasons to use plain asserts
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max31760.rst | 67 temp[1-2]_max Temperature max value. Asserts "ALERT" pin when exceeded 69 temp[1-2]_crit Temperature critical value. Asserts "SHDN" pin when exceeded
|
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/ |
H A D | Build | 3 …statement: The python headers have mixed code with declarations (decls after asserts, for instance)
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | Build | 8 …statement: The python headers have mixed code with declarations (decls after asserts, for instance)
|
/openbmc/qemu/trace/ |
H A D | control-internal.h | 40 /* it's on fast path, avoid consistency checks (asserts) */
|
/openbmc/linux/Documentation/devicetree/bindings/net/bluetooth/ |
H A D | nxp,88w8987-bt.yaml | 14 asserts break signal over UART-TX line to put the chip into power save
|
/openbmc/linux/drivers/staging/fieldbus/anybuss/ |
H A D | anybuss-controller.h | 23 * @reset: asserts/deasserts the anybus card's reset line.
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect.h | 15 /* offsetof() is used in static asserts, and the libbpf-redefined CO-RE
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | maxim,max14577.yaml | 49 asserts and charging stops.
|
/openbmc/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | atmel,sama5d4-wdt.yaml | 37 Enable watchdog fault interrupt. A watchdog fault asserts
|
/openbmc/linux/drivers/reset/starfive/ |
H A D | reset-starfive-jh7100.c | 26 * Writing a 1 to the n'th bit of the m'th ASSERT register asserts
|
/openbmc/x86-power-control/ |
H A D | README.md | 71 de-asserts on reset. This de-assert behavior is currently used to detect warm
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | kvm_create_max_vcpus.c | 34 /* This asserts that the vCPU was created. */ in test_vcpu_creation()
|
/openbmc/u-boot/doc/ |
H A D | README.i2c | 37 1. Asserts AP_CLAIM
|
/openbmc/linux/include/linux/ |
H A D | mroute6.h | 94 #define MFC_ASSERT_THRESH (3*HZ) /* Maximal freq. of asserts */
|
/openbmc/u-boot/test/dm/ |
H A D | tee.c | 108 /* In case test_tee() asserts these may still remain allocated */ in dm_test_tee()
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regcache-maple.c | 89 * is redundant, but we need to take it due to lockdep asserts in regcache_maple_write() 127 * to lockdep asserts in the maple tree code. in regcache_maple_drop()
|
/openbmc/libpldm/tests/ |
H A D | msgbuf_generic.c | 10 /* We're exercising the implementation so disable the asserts for now */ 16 /* Given we disabled asserts above, set up our own expectation framework */
|