coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sel_event_record Struct Reference

#include <ipmi_ops.h>

Collaboration diagram for sel_event_record:
Collaboration graph

Data Fields

uint16_t record_id
 
uint8_t record_type
 
union {
   struct standard_spec_sel_rec   standard_type
 
   struct oem_ts_spec_sel_rec   oem_ts_type
 
   struct oem_nots_spec_sel_rec   oem_nots_type
 
sel_type
 

Detailed Description

Definition at line 73 of file ipmi_ops.h.

Field Documentation

◆ oem_nots_type

struct oem_nots_spec_sel_rec sel_event_record::oem_nots_type

Definition at line 75 of file ipmi_ops.h.

◆ oem_ts_type

struct oem_ts_spec_sel_rec sel_event_record::oem_ts_type

Definition at line 75 of file ipmi_ops.h.

◆ record_id

uint16_t sel_event_record::record_id

Definition at line 74 of file ipmi_ops.h.

◆ record_type

uint8_t sel_event_record::record_type

Definition at line 75 of file ipmi_ops.h.

◆ 

union { ... } sel_event_record::sel_type

◆ standard_type

struct standard_spec_sel_rec sel_event_record::standard_type

Definition at line 75 of file ipmi_ops.h.


The documentation for this struct was generated from the following file: