Memory device identity, capacity, technology, and status parsing and decoding. More...
Data Structures | |
| struct | lazybiosType17_t |
| Parsed SMBIOS Type 17 Memory Device Information. More... | |
| struct | lazybiosType17Array_t |
| A parsed set of SMBIOS Type 17 structures. More... | |
Functions | |
| void | lazybiosFreeType17 (lazybiosType17Array_t *Type17) |
| Releases a parsed set of SMBIOS Type 17 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType17Array_t * | lazybiosGetType17 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 17 structures. | |
Memory device identity, capacity, technology, and status parsing and decoding.
| void lazybiosFreeType17 | ( | lazybiosType17Array_t * | Type17 | ) |
#include <type17.h>
Releases a parsed set of SMBIOS Type 17 structures.
| Type17 | Set to release; may be NULL. |
References lazybiosFreeType17().
Referenced by lazybiosFreeType17().
| LAZYBIOS_WARN_UNUSED lazybiosType17Array_t * lazybiosGetType17 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type17.h>
Parses all SMBIOS Type 17 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType17().
Referenced by lazybiosGetType17().