/openbmc/openpower-occ-control/ |
H A D | occ_status.cpp | 22 // Handles updates to occActive property 23 bool Status::occActive(bool value) in occActive() function in open_power::occ::Status 25 if (value != this->occActive()) in occActive() 27 lg2::info("Status::occActive OCC{INST} changed to {STATE}", "INST", in occActive() 50 "Status::occActive: Unable to add error watch(s) for OCC{INST} watch: {ERROR}", in occActive() 53 return Base::Status::occActive(false); in occActive() 57 Base::Status::occActive(value); in occActive() 112 * later do FSI rescan, we will end up with occActive = true and device in occActive() 127 … "Status::occActive: Unable to add error watch(s) again for OCC{INST} watch: {ERROR}", in occActive() 130 return Base::Status::occActive(false); in occActive() [all …]
|
H A D | occ_pass_through.cpp | 73 if (!occActive) in send() 179 auto propertyMap = msgData.find("OccActive"); in activeStatusEvent() 182 // Extract the OccActive property in activeStatusEvent() 185 occActive = true; in activeStatusEvent() 189 occActive = false; in activeStatusEvent()
|
H A D | occ_status.hpp | 147 /** @brief Since we are overriding the setter-occActive but not the 148 * getter-occActive, we need to have this using in order to 149 * allow passthrough usage of the getter-occActive 151 using Base::Status::occActive; 153 /** @brief SET OccActive to True or False 159 bool occActive(bool value) override;
|
H A D | occ_command.cpp | 265 auto propertyMap = msgData.find("OccActive"); in activeStatusEvent() 268 // Extract the OccActive property in activeStatusEvent() 271 occActive = true; in activeStatusEvent() 275 occActive = false; in activeStatusEvent()
|
H A D | occ_manager.cpp | 191 // Check if all occActive sensors are available 210 if ((!obj->occActive()) && (!obj->getPldmSensorReceived())) in checkAllActiveSensors() 221 obj->occActive(true); in checkAllActiveSensors() 622 if (obj != statusObjects.end() && (*obj)->occActive()) in sbeTimeout() 632 (*obj)->occActive(false); in sbeTimeout() 668 return (*obj)->occActive(status); in updateOCCActive() 734 if (obj != statusObjects.end() && (!(*obj)->occActive())) in sbeHRESETResult() 736 (*obj)->occActive(true); in sbeHRESETResult() 909 if (!obj->occActive()) in pollerTimerExpired() 1557 if (obj->occActive()) in ambientCallback() [all …]
|
H A D | occ-active.sh | 19 OccActive b $value
|
H A D | occ_manager.hpp | 185 /** @brief Callback handler invoked by Status object when the OccActive 188 * Similarly, when one of the OCC gets its OccActive property 192 * @param[in] status - OccActive status
|
H A D | occ_device.cpp | 64 if (statusObject.occActive()) in readBinary()
|
H A D | occ_pass_through.hpp | 93 bool occActive = false; member in open_power::occ::PassThrough
|
H A D | powercap.cpp | 310 if (!occStatus.occActive()) in writeOcc() 383 if (!occStatus.occActive()) in pcapChanged()
|
H A D | occ_command.hpp | 144 bool occActive = false; member in open_power::occ::OccCommand
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/ |
H A D | acx22-ipmi-occ-sensors.yaml | 6 OccActive: 28 OccActive:
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | sensor-example.yaml | 24 OccActive: 28 # OccActive is a boolean 30 # If offset 0x06 is asserted, set OccActive as false.
|
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/ |
H A D | events.yaml | 262 name: OccActive 267 name: OccActive 350 name: OccActive 356 name: OccActive
|
/openbmc/openbmc-test-automation/lib/ |
H A D | open_power_utils.robot | 23 # "OccActive": 0 26 # "OccActive": 1 35 [Documentation] Get the OCC "OccActive" and return the attribute value. 42 ... /org/open_power/control/occ${value} org.open_power.OCC.Status OccActive 106 ... /org/open_power/control/occ${num} org.open_power.OCC.Status OccActive 127 ... /org/open_power/control/occ${num} org.open_power.OCC.Status OccActive
|
/openbmc/openbmc-test-automation/openpower/ |
H A D | test_occ_power.robot | 25 # "OccActive": 0 28 # "OccActive": 0
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/ |
H A D | ipmi-occ-active-sensor-mrw.yaml | 4 OccActive:
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/ |
H A D | Status.interface.yaml | 5 - name: OccActive
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-sensor-inventory-mrw/ |
H A D | openpower-config.yaml | 8 OccActive:
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/ |
H A D | events.yaml | 350 name: OccActive 355 name: OccActive 687 name: OccActive 693 name: OccActive
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | events.json | 78 "property": { "name": "OccActive" } 125 "property": { "name": "OccActive" } 155 "property": { "name": "OccActive" } 173 "property": { "name": "OccActive" } 188 "name": "OccActive"
|
/openbmc/phosphor-fan-presence/control/example/ |
H A D | events.yaml | 345 # name: OccActive 351 # name: OccActive
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | events.json | 88 "property": { "name": "OccActive" } 145 "property": { "name": "OccActive" } 185 "property": { "name": "OccActive" } 203 "property": { "name": "OccActive" } 218 "name": "OccActive"
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/ |
H A D | events.json | 98 "property": { "name": "OccActive" } 155 "property": { "name": "OccActive" } 195 "property": { "name": "OccActive" } 213 "property": { "name": "OccActive" } 228 "name": "OccActive"
|
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/ |
H A D | zaius-ipmi-sensors.yaml | 108 OccActive: 154 OccActive:
|