Lines Matching full:occ

14 namespace occ  namespace
27 lg2::info("Status::occActive OCC{INST} changed to {STATE}", "INST", in occActive()
37 // Reset last OCC state in occActive()
50 "Status::occActive: Unable to add error watch(s) for OCC{INST} watch: {ERROR}", in occActive()
56 // Update the OCC active sensor in occActive()
61 // Update powercap bounds from OCC in occActive()
97 // Clear throttles (OCC not active after disabling device) in occActive()
107 * In it's constructor, Status checks Device::bound() to see if OCC is in occActive()
127 … "Status::occActive: Unable to add error watch(s) again for OCC{INST} watch: {ERROR}", in occActive()
138 // even though the OCC is active (this can occur if the BMC is rebooted in occActive()
139 // with the host on, since the initial OCC driver probe will discover in occActive()
141 // when we get the OCC inactive signal. in occActive()
163 // This would deem OCC inactive in deviceError()
166 // Reset the OCC in deviceError()
170 // Sends message to host control command handler to reset OCC
173 lg2::info(">>Status::resetOCC() - requesting reset for OCC{INST}", "INST", in resetOCC()
191 // OCC Reset control command in resetOCC()
194 // OCC Sensor ID for callout reasons in resetOCC()
221 "Error resetting the OCC: path={PATH}, sensorid={SENSOR}", in hostControlEvent()
228 // Called from Manager::pollerTimerExpired() in preperation to POLL OCC.
253 "Status::occsWentActive: OCC mode change failed with status {STATUS}", in occsWentActive()
261 // Send Ambient and Altitude to the OCC
292 "command to OCC{INST} ({SIZE} bytes)", in sendAmbient()
324 // Disable due to OCC comm failure and reset to try recovering in sendAmbient()
338 "safeStateDelayExpired: OCC{INST} state missing or not valid, requesting reset", in safeStateDelayExpired()
364 fs::path{OCC_HWMON_PATH + "occ-hwmon."s + in getHwmonPath()
446 … "readOccState: Failed to read OCC{INST} state: Read error on I/O operation - {ERROR}", in occReadStateNow()
455 // Trace OCC state changes in occReadStateNow()
457 "Status::readOccState: OCC{INST} state {STATE} (lastState: {PRIOR})", in occReadStateNow()
466 // Set the master OCC on the PowerMode object in occReadStateNow()
471 // Special processing by master OCC when it goes active in occReadStateNow()
484 // If OCC in known Good State. in occReadStateNow()
489 // Good OCC State then sensors valid again in occReadStateNow()
500 // OCC is in SAFE or some other unsupported state in occReadStateNow()
504 … "readOccState: Invalid OCC{INST} state of {STATE}, starting safe state delay timer", in occReadStateNow()
535 // If not able to read, OCC may be offline in occReadStateNow()
539 … "Status::readOccState: open/read failed trying to read OCC{INST} state (open errno={ERROR})", in occReadStateNow()
550 "Status::readOccState: OCC{INST} Invalid state {STATE} (last state: {PRIOR})", in occReadStateNow()
567 lg2::error("readOccState: failed to read OCC{INST} state!", "INST", in occReadStateNow()
573 // Disable the ability to send Failed actions until OCC is in occReadStateNow()
577 // Disable due to OCC comm failure and reset to try recovering in occReadStateNow()
589 "Status::readOccState: successfully read OCC{INST} state: {STATE}", in occReadStateNow()
630 "updateThrottle: OCC{INST} no longer throttled (prior reason: {REASON})", in updateThrottle()
639 … "updateThrottle: OCC{INST} is throttled with reason {REASON} (prior reason: {PRIOR})", in updateThrottle()
667 // Get processor path associated with this OCC
682 lg2::info("readProcAssociation: OCC{INST} has proc={PATH}", "INST", in readProcAssociation()
688 "readProcAssociation: No processor associated with OCC{INST} / {PATH}", in readProcAssociation()
701 } // namespace occ