System event-log metadata, access information, and descriptor decoding. More...
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 | lazybiosType15LogTypeDescriptor_t |
| Parsed SMBIOS Type 15 supported event-log type descriptor. More... | |
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. | |
System event-log metadata, access information, and descriptor decoding.
| void lazybiosFreeType15 | ( | lazybiosType15Array_t * | Type15 | ) |
#include <type15.h>
Releases a parsed set of SMBIOS Type 15 structures.
| Type15 | Set to release; may be NULL. |
References lazybiosFreeType15().
Referenced by lazybiosFreeType15().
| LAZYBIOS_WARN_UNUSED lazybiosType15Array_t * lazybiosGetType15 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type15.h>
Parses all SMBIOS Type 15 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType15().
Referenced by lazybiosGetType15().