Legacy memory-controller capabilities, slots, and module-handle information. More...
Data Structures | |
| struct | lazybiosType5_t |
| Parsed obsolete SMBIOS Type 5 Memory Controller Information. More... | |
| struct | lazybiosType5Array_t |
| A parsed set of SMBIOS Type 5 structures. More... | |
Functions | |
| void | lazybiosFreeType5 (lazybiosType5Array_t *Type5) |
| Releases a parsed set of SMBIOS Type 5 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType5Array_t * | lazybiosGetType5 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 5 structures. | |
Legacy memory-controller capabilities, slots, and module-handle information.
| void lazybiosFreeType5 | ( | lazybiosType5Array_t * | Type5 | ) |
#include <type5.h>
Releases a parsed set of SMBIOS Type 5 structures.
| Type5 | Set to release; may be NULL. |
References lazybiosFreeType5().
Referenced by lazybiosFreeType5().
| LAZYBIOS_WARN_UNUSED lazybiosType5Array_t * lazybiosGetType5 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type5.h>
Parses all SMBIOS Type 5 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType5().
Referenced by lazybiosGetType5().