Public API for SMBIOS Type 15 System Event Log Information. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType15_t |
| Parsed SMBIOS Type 15 System Event Log Information. More... | |
| struct | lazybiosType15Array_t |
| A parsed set of SMBIOS Type 15 structures. More... | |
| struct | lazybiosType15Decoded_t |
| Decoded forms of the Type 15 encoded fields. More... | |
| struct | lazybiosType15FieldStatus_t |
| Availability metadata for SMBIOS Type 15 fields. More... | |
| struct | lazybiosType15LogTypeDescriptor_t |
| Parsed SMBIOS Type 15 supported event-log type descriptor. More... | |
| struct | lazybiosType15LogTypeDescriptorDecoded_t |
| Decoded forms of the encoded fields in one record. More... | |
| struct | lazybiosType15LogTypeDescriptorFieldStatus_t |
| Availability metadata for an SMBIOS Type 15 event-log descriptor. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType15 (lazybiosType15Array_t *Type15) |
| Releases a parsed set of SMBIOS Type 15 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType15Array_t * | lazybiosGetType15 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 15 structures. | |
Public API for SMBIOS Type 15 System Event Log Information.
Definition in file type15.h.