Memory device address-range, partition, and interleave information. More...
Data Structures | |
| struct | lazybiosType20_t |
| Parsed SMBIOS Type 20 Memory Device Mapped Address. More... | |
| struct | lazybiosType20Array_t |
| A parsed set of SMBIOS Type 20 structures. More... | |
Functions | |
| void | lazybiosFreeType20 (lazybiosType20Array_t *Type20) |
| Releases a parsed set of SMBIOS Type 20 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType20Array_t * | lazybiosGetType20 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 20 structures. | |
Memory device address-range, partition, and interleave information.
| void lazybiosFreeType20 | ( | lazybiosType20Array_t * | Type20 | ) |
#include <type20.h>
Releases a parsed set of SMBIOS Type 20 structures.
| Type20 | Set to release; may be NULL. |
References lazybiosFreeType20().
Referenced by lazybiosFreeType20().
| LAZYBIOS_WARN_UNUSED lazybiosType20Array_t * lazybiosGetType20 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type20.h>
Parses all SMBIOS Type 20 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType20().
Referenced by lazybiosGetType20().