IPMI BMC interface, addressing, register-spacing, and interrupt information. More...
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... | |
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. | |
IPMI BMC interface, addressing, register-spacing, and interrupt information.
| void lazybiosFreeType38 | ( | lazybiosType38Array_t * | Type38 | ) |
#include <type38.h>
Releases a parsed set of SMBIOS Type 38 structures.
| Type38 | Set to release; may be NULL. |
References lazybiosFreeType38().
Referenced by lazybiosFreeType38().
| LAZYBIOS_WARN_UNUSED lazybiosType38Array_t * lazybiosGetType38 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type38.h>
Parses all SMBIOS Type 38 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType38().
Referenced by lazybiosGetType38().