| /openbmc/phosphor-health-monitor/ |
| H A D | health_metric.cpp | 115 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 D | bmc_health_config_json.md | 62 - 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 D | syslib.c | 31 u32 bound) in wait_on_value() argument 39 if (i == bound) in wait_on_value()
|
| /openbmc/phosphor-bmc-code-mgmt/eeprom-device/ |
| H A D | eeprom_device.cpp | 173 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 D | clock.c | 121 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 D | af-mctp.c | 40 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 D | itnull.cocci | 1 /// 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 D | 00avahi-autoipd | 7 deconfig|renew|bound)
|
| /openbmc/u-boot/arch/arm/mach-k3/include/mach/ |
| H A D | sys_proto.h | 12 u32 bound);
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | LzmaDec.c | 22 #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 D | median.mako.cpp | 3 ${indent(1)}[](const auto& item){return item ${c.op} ${c.bound.argument(loader, indent=indent +1)};… in __anon0229ca8e0102()
|
| H A D | count.mako.cpp | 4 ${indent(1)}[](const auto& item){return item ${c.op} ${c.bound.argument(loader, indent=indent +1)};… in __anond6b521290202()
|
| /openbmc/qemu/hw/char/ |
| H A D | terminal3270.c | 247 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 D | test_health_metric_collection.cpp | 56 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 D | translate.c | 121 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 D | i2c_interface.md | 10 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 D | 0001-coordinator-Fix-strncpy-range-warning.patch | 7 error: 'strncpy' specified bound 4096 equals destination size [-Werror=stringop-truncation]
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | pci-info.txt | 28 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 D | simple.script | 39 renew|bound)
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | source.py | 34 T = TypeVar('T', bound='QAPISourceInfo')
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
| H A D | gbmc-br-dhcp.sh | 65 if [ "$1" = bound ]; then
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/ |
| H A D | CVE-2017-8374.patch | 127 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 D | regulator.txt | 24 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 D | 0002-Fix-building-with-libc.patch | 32 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 D | 0004-Fix-building-with-libc.patch | 32 nping_print(VB_1, "Server bound to port %d", port); 49 nping_print(VB_1, "Server bound to port %d", port);
|