ppc64-diag
|
Data Structures | |
struct | event_desc |
Definition for a SRC value and its corresponding description. More... | |
Functions | |
void | check_eeh (struct event *event) |
Check a RTAS event for EEH event notification. More... | |
Variables | |
struct event_desc | event_descs [] |
Array of event_desc structs for the SRC values to search in an EEH related RTAS event. More... | |
void check_eeh | ( | struct event * | event | ) |
check_eeh Parse a RTAS event to see if this is an EEH event notification. If so, then update the platform log file with additional information about the EEH event.
event | pointer to the RTAS event |
References event::addl_text, ADDL_TEXT_MAX, event_desc::desc, log_msg(), platform_log_write(), event::rtas_event, and event_desc::src_code.
Referenced by handle_rtas_event().
event_descs |