OpenBIC
OpenSource Bridge-IC
|
#include "ipmi.h"
Go to the source code of this file.
Classes | |
struct | sel_event_record |
struct | oem_sel_event_record |
struct | ipmi_storage_add_sel_req |
struct | ipmi_storage_add_sel_resp |
Functions | |
struct sel_event_record | __attribute__ ((__packed__)) |
uint8_t | get_add_sel_target_interface () |
void | STORAGE_GET_FRUID_INFO (ipmi_msg *msg) |
void | STORAGE_READ_FRUID_DATA (ipmi_msg *msg) |
void | STORAGE_WRITE_FRUID_DATA (ipmi_msg *msg) |
void | STORAGE_RSV_SDR (ipmi_msg *msg) |
void | STORAGE_GET_SDR (ipmi_msg *msg) |
void | STORAGE_ADD_SEL (ipmi_msg *msg) |
void | IPMI_Storage_handler (ipmi_msg *msg) |
Variables | |
uint16_t | record_id |
uint8_t | record_type |
uint32_t | timestamp |
uint8_t | gen_id [2] |
uint8_t | evm_rev |
uint8_t | sensor_type |
uint8_t | sensor_num |
union { | |
struct { | |
uint8_t event_type: 7 | |
uint8_t event_dir: 1 | |
} | |
uint8_t event_dir_type | |
}; | |
uint8_t | event_data [3] |
uint8_t | general_info |
uint8_t | failure_event_type |
uint8_t | rsv_1 |
uint8_t | rsv_2 |
uint8_t | rsv_3 |
uint8_t | failure_event_details |
uint8_t | pxe_http_fail_type |
uint8_t | pxe_http_error_code |
uint8_t | rsv_4 |
union { | |
struct sel_event_record event | |
struct oem_sel_event_record oem_event | |
}; | |
struct sel_event_record __attribute__ | ( | (__packed__) | ) |
uint8_t get_add_sel_target_interface | ( | ) |
void IPMI_Storage_handler | ( | ipmi_msg * | msg | ) |
void STORAGE_ADD_SEL | ( | ipmi_msg * | msg | ) |
void STORAGE_GET_FRUID_INFO | ( | ipmi_msg * | msg | ) |
void STORAGE_GET_SDR | ( | ipmi_msg * | msg | ) |
void STORAGE_READ_FRUID_DATA | ( | ipmi_msg * | msg | ) |
void STORAGE_RSV_SDR | ( | ipmi_msg * | msg | ) |
void STORAGE_WRITE_FRUID_DATA | ( | ipmi_msg * | msg | ) |
union { ... } |
union { ... } |
struct sel_event_record event |
uint8_t event_data[3] |
uint8_t event_dir |
uint8_t event_dir_type |
uint8_t event_type |
uint8_t evm_rev |
uint8_t failure_event_details |
uint8_t failure_event_type |
uint8_t gen_id[2] |
uint8_t general_info |
struct oem_sel_event_record oem_event |
uint8_t pxe_http_error_code |
uint8_t pxe_http_fail_type |
uint8_t record_id |
uint8_t record_type |
uint8_t rsv_1 |
uint8_t rsv_2 |
uint8_t rsv_3 |
uint8_t rsv_4 |
uint8_t sensor_num |
uint8_t sensor_type |
uint32_t timestamp |