Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 152) sorted by relevance

1234567

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp115 auto bound = std::get<Bound>(key); in initProperties() local
120 bounds.emplace(bound, std::numeric_limits<double>::quiet_NaN()); in initProperties()
125 threshold->second.emplace(bound, value.value); in initProperties()
131 bool didThresholdViolate(ThresholdIntf::Bound bound, double thresholdValue, in didThresholdViolate() argument
134 switch (bound) in didThresholdViolate()
146 error("Invalid threshold bound {BOUND}", "BOUND", bound); in didThresholdViolate()
152 void HealthMetric::checkThreshold(Type type, Bound bound, MValue value) in checkThreshold() argument
154 auto threshold = std::make_tuple(type, bound); in checkThreshold()
157 if (thresholds.contains(type) && thresholds[type].contains(bound)) in checkThreshold()
161 thresholds[type][bound] = thresholdValue; in checkThreshold()
[all …]
H A Dbmc_health_config_json.md62 - For lower bound, the threshold gets asserted if metric value falls
64 - For upper bound, the threshold gets asserted if metric value goes
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dsyslib.c31 u32 bound) in wait_on_value() argument
39 if (i == bound) in wait_on_value()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp173 auto bound = isEEPROMBound(); in bindEEPROM() local
174 if (!bound) in bindEEPROM()
179 co_return bound; in bindEEPROM() local
208 auto bound = isEEPROMBound(); in unbindEEPROM() local
209 if (bound) in unbindEEPROM()
214 co_return !bound; in unbindEEPROM()
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclock.c121 u32 bound = LDELAY; in wait_for_clk_enable() local
128 if (--bound == 0) { in wait_for_clk_enable()
149 u32 bound = LDELAY; in wait_for_clk_disable() local
155 if (--bound == 0) { in wait_for_clk_disable()
/openbmc/libpldm/src/transport/
H A Daf-mctp.c40 bool bound; member
148 if (af_mctp->bound && hdr->request) { in pldm_transport_af_mctp_recv()
196 if (af_mctp->bound && !hdr->request) { in pldm_transport_af_mctp_send()
257 af_mctp->bound = false; in pldm_transport_af_mctp_init()
327 transport->bound = true; in pldm_transport_af_mctp_bind()
/openbmc/u-boot/scripts/coccinelle/iterators/
H A Ditnull.cocci1 /// Many iterators have the property that the first argument is always bound
85 cocci.print_main("iterator-bound variable",p1)
93 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A D00avahi-autoipd7 deconfig|renew|bound)
/openbmc/u-boot/arch/arm/mach-k3/include/mach/
H A Dsys_proto.h12 u32 bound);
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c22 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code…
23 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits…
24 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
52 …BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (co…
53 #define UPDATE_0_CHECK range = bound;
54 #define UPDATE_1_CHECK range -= bound; code -= bound;
161 UInt32 bound; in LzmaDec_DecodeReal() local
524 UInt32 bound; in LzmaDec_TryDummy() local
/openbmc/phosphor-dbus-monitor/src/templates/
H A Dmedian.mako.cpp3 ${indent(1)}[](const auto& item){return item ${c.op} ${c.bound.argument(loader, indent=indent +1)};… in __anon0229ca8e0102()
H A Dcount.mako.cpp4 ${indent(1)}[](const auto& item){return item ${c.op} ${c.bound.argument(loader, indent=indent +1)};… in __anond6b521290202()
/openbmc/qemu/hw/char/
H A Dterminal3270.c247 int bound = (OUTPUT_BUFFER_SIZE - 3) / 2; in write_payload_3270() local
248 int len = MIN(count, bound); in write_payload_3270()
280 len = MIN(count, bound); in write_payload_3270()
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp56 void updateThreshold(ThresholdIntf::Bound bound, double value) in updateThreshold() argument
64 if (get<ThresholdIntf::Bound>(threshold.first) == bound) in updateThreshold()
/openbmc/qemu/target/loongarch/tcg/
H A Dtranslate.c121 int64_t bound; in loongarch_tr_init_disas_context() local
134 bound = -(ctx->base.pc_first | TARGET_PAGE_MASK) / 4; in loongarch_tr_init_disas_context()
135 ctx->base.max_insns = MIN(ctx->base.max_insns, bound); in loongarch_tr_init_disas_context()
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Di2c_interface.md10 To avoid race conditions and conflicts, no device driver should be bound to the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-coordinator-Fix-strncpy-range-warning.patch7 error: 'strncpy' specified bound 4096 equals destination size [-Werror=stringop-truncation]
/openbmc/u-boot/doc/driver-model/
H A Dpci-info.txt28 bound to their appropriate driver if available. If there is no driver, then
29 they are bound to a generic PCI driver which does nothing.
47 relationship during PCI bus enumeration thus PCI devices won't be bound to
106 DM_FLAG_PRE_RELOC will be bound before relocation. If neither device tree nor
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsimple.script39 renew|bound)
/openbmc/qemu/scripts/qapi/
H A Dsource.py34 T = TypeVar('T', bound='QAPISourceInfo')
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-dhcp.sh65 if [ "$1" = bound ]; then
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A DCVE-2017-8374.patch127 unsigned int nch, bound, ch, s, sb, nb;
141 + < 4 * (bound * nch + (32 - bound))) {
146 mad_bit_crc(stream->ptr, 4 * (bound * nch + (32 - bound)),
150 for (sb = 0; sb < bound; ++sb) {
163 for (sb = bound; sb < 32; ++sb) {
262 for (sb = 0; sb < bound; ++sb) {
276 for (sb = bound; sb < sblimit; ++sb) {
/openbmc/u-boot/doc/device-tree-bindings/regulator/
H A Dregulator.txt24 Use case: a regulator named "regulator@1" to be bound to a driver named
25 "LDO_DRV" and a regulator named "regualator@11" to be bound to an other driver
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0002-Fix-building-with-libc.patch32 nping_print(VB_1, "Server bound to port %d", port);
49 nping_print(VB_1, "Server bound to port %d", port);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/
H A D0004-Fix-building-with-libc.patch32 nping_print(VB_1, "Server bound to port %d", port);
49 nping_print(VB_1, "Server bound to port %d", port);

1234567