/openbmc/phosphor-health-monitor/ |
H A D | health_metric.cpp | 110 using bound_map_t = std::map<Bound, double>; in initProperties() 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() 136 case ThresholdIntf::Bound::Lower: in didThresholdViolate() 140 case ThresholdIntf::Bound::Upper: 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 [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/ |
D | metrics.json |
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | Threshold.interface.yaml | 8 type: dict[enum[self.Type],dict[enum[self.Bound],double]] 16 type: set[struct[enum[self.Type],enum[self.Bound]]] 33 type: enum[self.Bound] 35 This indicates the threshold bound for the assertion. 66 - name: Bound 72 Indicates the upper bound of the threshold. 75 Indicates the lower bound of the threshold.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | VirtualPCI2PCIBridge.v1_0_0.json | 110 …to-PCI Bridge (vPPB) inside a CXL switch that is host-owned. This can be bound to a port that is … 150 "description": "The identifier of the bound local logical device.", 151 …iption": "This property shall contain the identifier of the bound local logical device bound to th… 156 "description": "The identifier of the bound PBR.", 157 …"longDescription": "This property shall contain the identifier of PBR bound to this vPPB. This pr… 162 "description": "The physical port number of the bound port.", 163 …ption": "This property shall contain the physical port number of the port bound to this vPPB. Thi… 179 "description": "The GCXLID for the CXL logical device bound to this vPPB.", 180 …que CXL logical device identifier (GCXLID) for the CXL logical device that is bound to this vPPB.", 238 "BoundLD": "This vPPB is bound to a CXL logical device.", [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/ |
H A D | fan-errors.yaml | 248 bound: xyz.openbmc_project.State.Chassis.PowerState.On 261 bound: xyz.openbmc_project.State.Chassis.PowerState.On 274 bound: xyz.openbmc_project.State.Chassis.PowerState.On 287 bound: xyz.openbmc_project.State.Chassis.PowerState.On 300 bound: xyz.openbmc_project.State.Chassis.PowerState.On 313 bound: xyz.openbmc_project.State.Chassis.PowerState.On 326 bound: xyz.openbmc_project.State.Chassis.PowerState.On 339 bound: xyz.openbmc_project.State.Chassis.PowerState.On 352 bound: xyz.openbmc_project.State.Chassis.PowerState.On 381 bound: true [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/ |
H A D | fan-errors.yaml | 247 bound: xyz.openbmc_project.State.Chassis.PowerState.On 260 bound: xyz.openbmc_project.State.Chassis.PowerState.On 273 bound: xyz.openbmc_project.State.Chassis.PowerState.On 286 bound: xyz.openbmc_project.State.Chassis.PowerState.On 299 bound: xyz.openbmc_project.State.Chassis.PowerState.On 312 bound: xyz.openbmc_project.State.Chassis.PowerState.On 325 bound: xyz.openbmc_project.State.Chassis.PowerState.On 338 bound: xyz.openbmc_project.State.Chassis.PowerState.On 351 bound: xyz.openbmc_project.State.Chassis.PowerState.On 380 bound: true [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | debugfs.c |
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/ |
H A D | SoftShutdown.interface.yaml | 28 The upper bound of the soft shutdown threshold. A value of 'NaN' is 34 The lower bound of the soft shutdown threshold. A value of 'NaN' is 39 True if the sensor value has exceeded the defined bound. False if the 40 sensor value has not exceeded the defined bound. 47 True if the sensor value has exceeded the defined bound. False if the 48 sensor value has not exceeded the defined bound.
|
H A D | PerformanceLoss.interface.yaml | 28 The upper bound of the warning threshold. A value of 'NaN' is used to 34 The lower bound of the warning threshold. A value of 'NaN' is used to 39 True if the sensor value has exceeded the defined bound. False if the 40 sensor value has not exceeded the defined bound. 48 True if the sensor value has exceeded the defined bound. False if the 49 sensor value has not exceeded the defined bound.
|
H A D | HardShutdown.interface.yaml | 29 The upper bound of the shutdown threshold. A value of 'NaN' is used 35 The lower bound of the shutdown threshold. A value of 'NaN' is used 40 True if the sensor value has exceeded the defined bound. False if the 41 sensor value has not exceeded the defined bound. 48 True if the sensor value has exceeded the defined bound. False if the 49 sensor value has not exceeded the defined bound.
|
H A D | Warning.interface.yaml | 28 The upper bound of the warning threshold. A value of 'NaN' is used to 34 The lower bound of the warning threshold. A value of 'NaN' is used to 39 True if the sensor value has exceeded the defined bound. False if the 40 sensor value has not exceeded the defined bound. 47 True if the sensor value has exceeded the defined bound. False if the 48 sensor value has not exceeded the defined bound.
|
H A D | Critical.interface.yaml | 28 The upper bound of the critical threshold. A value of 'NaN' is used 34 The lower bound of the critical threshold. A value of 'NaN' is used 39 True if the sensor value has exceeded the defined bound. False if the 40 sensor value has not exceeded the defined bound. 47 True if the sensor value has exceeded the defined bound. False if the 48 sensor value has not exceeded the defined bound.
|
/openbmc/phosphor-dbus-monitor/src/test/yaml/conditiongentest/ |
H A D | test.yaml | 46 bound: 115 57 bound: 115 76 bound: 115 87 bound: 115 104 bound: 45 113 bound: 45
|
/openbmc/u-boot/include/dm/ |
H A D | util.h | 43 * Check if a dt node should be or was bound before relocation. 45 * Devicetree nodes can be marked as needed to be bound 52 * it is possible to determine if a node was bound in one of 69 * Check if an of node should be or was bound before relocation. 71 * Devicetree nodes can be marked as needed to be bound 78 * it is possible to determine if a node was bound in one of
|
H A D | lists.h | 50 * This creates a new device bound to the given device tree node, with 55 * @devp: if non-NULL, returns a pointer to the bound device 58 * @return 0 if device was bound, -EINVAL if the device tree is invalid, 72 * @devp: If non-NULL, returns the newly bound device 87 * @devp: If non-NULL, returns the newly bound device
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | VirtualPCI2PCIBridge_v1.xml | 45 …to-PCI Bridge (vPPB) inside a CXL switch that is host-owned. This can be bound to a port that is … 90 … <Annotation Term="OData.Description" String="The physical port number of the bound port."/> 91 … String="This property shall contain the physical port number of the port bound to this vPPB. Thi… 95 … <Annotation Term="OData.Description" String="The identifier of the bound local logical device."/> 96 …" String="This property shall contain the identifier of the bound local logical device bound to th… 100 <Annotation Term="OData.Description" String="The identifier of the bound PBR."/> 101 …ongDescription" String="This property shall contain the identifier of PBR bound to this vPPB. Thi… 105 …<Annotation Term="OData.Description" String="The GCXLID for the CXL logical device bound to this v… 106 …ue CXL logical device identifier (GCXLID) for the CXL logical device that is bound to this vPPB."/> 146 <Annotation Term="OData.Description" String="This vPPB is bound to a physical port."/> [all …]
|
/openbmc/phosphor-dbus-monitor/src/example/ |
H A D | test.yaml | 335 bound: 115 348 bound: 115 361 bound: 115 373 bound: 115 385 bound: 115 397 bound: 115 409 bound: 115 421 bound: 115 433 bound: 115 445 bound: 115 [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
D | mt792x_debugfs.c |
|
/openbmc/linux/drivers/pps/ |
D | kc.c |
|
/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() 92 updateThreshold(ThresholdIntf::Bound::Upper, 100); in TEST_F() 93 updateThreshold(ThresholdIntf::Bound::Lower, 0); in TEST_F() 131 updateThreshold(ThresholdIntf::Bound::Upper, 0); in TEST_F() 132 updateThreshold(ThresholdIntf::Bound::Lower, 100); in TEST_F()
|
/openbmc/linux/include/xen/interface/ |
D | event_channel.h |
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
D | perf_metric_validation.py |
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | event_channel.h | 92 * pending, before it was bound, EVTCHNOP_bind_interdomain always sets 120 * re-bound via EVTCHNOP_bind_vcpu. 121 * 3. Per-vcpu VIRQs may be bound to at most one event channel per vcpu. 122 * The allocated event channel is bound to the specified vcpu and the 137 * 1. A physical IRQ may be bound to at most one event channel per domain. 153 * 1. The allocated event channel is bound to the specified vcpu. The binding 200 #define EVTCHNSTAT_pirq 3 /* Channel is bound to a phys IRQ line. */ 201 #define EVTCHNSTAT_virq 4 /* Channel is bound to a virtual IRQ line */ 202 #define EVTCHNSTAT_ipi 5 /* Channel is bound to a virtual IPI line */ 204 uint32_t vcpu; /* VCPU to which this channel is bound. */ [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
D | tc_restrictions.sh |
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
D | connect_ping.c |
|