Legacy memory-module socket, bank, type, size, and error information. More...
Data Structures | |
| struct | lazybiosType6_t |
| Parsed obsolete SMBIOS Type 6 Memory Module Information. More... | |
| struct | lazybiosType6Array_t |
| A parsed set of SMBIOS Type 6 structures. More... | |
Functions | |
| void | lazybiosFreeType6 (lazybiosType6Array_t *Type6) |
| Releases a parsed set of SMBIOS Type 6 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType6Array_t * | lazybiosGetType6 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 6 structures. | |
Legacy memory-module socket, bank, type, size, and error information.
| void lazybiosFreeType6 | ( | lazybiosType6Array_t * | Type6 | ) |
#include <type6.h>
Releases a parsed set of SMBIOS Type 6 structures.
| Type6 | Set to release; may be NULL. |
References lazybiosFreeType6().
Referenced by lazybiosFreeType6().
| LAZYBIOS_WARN_UNUSED lazybiosType6Array_t * lazybiosGetType6 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type6.h>
Parses all SMBIOS Type 6 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType6().
Referenced by lazybiosGetType6().