Public API for SMBIOS Type 38 IPMI Device Information. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType38_t |
| Parsed SMBIOS Type 38 IPMI Device Information. More... | |
| struct | lazybiosType38Array_t |
| A parsed set of SMBIOS Type 38 structures. More... | |
| struct | lazybiosType38Decoded_t |
| Decoded forms of the Type 38 encoded fields. More... | |
| struct | lazybiosType38FieldStatus_t |
| Availability metadata for SMBIOS Type 38 fields. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType38 (lazybiosType38Array_t *Type38) |
| Releases a parsed set of SMBIOS Type 38 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType38Array_t * | lazybiosGetType38 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 38 structures. | |
Public API for SMBIOS Type 38 IPMI Device Information.
Definition in file type38.h.