Physical memory array capacity, purpose, and error-correction information. More...
Data Structures | |
| struct | lazybiosType16_t |
| Parsed SMBIOS Type 16 Physical Memory Array Information. More... | |
| struct | lazybiosType16Array_t |
| A parsed set of SMBIOS Type 16 structures. More... | |
Functions | |
| void | lazybiosFreeType16 (lazybiosType16Array_t *Type16) |
| Releases a parsed set of SMBIOS Type 16 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType16Array_t * | lazybiosGetType16 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 16 structures. | |
Physical memory array capacity, purpose, and error-correction information.
| void lazybiosFreeType16 | ( | lazybiosType16Array_t * | Type16 | ) |
#include <type16.h>
Releases a parsed set of SMBIOS Type 16 structures.
| Type16 | Set to release; may be NULL. |
References lazybiosFreeType16().
Referenced by lazybiosFreeType16().
| LAZYBIOS_WARN_UNUSED lazybiosType16Array_t * lazybiosGetType16 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type16.h>
Parses all SMBIOS Type 16 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType16().
Referenced by lazybiosGetType16().