Cache configuration, capacity, and capability parsing and decoding. More...
Data Structures | |
| struct | lazybiosType7_t |
| Parsed SMBIOS Type 7 Cache Information. More... | |
| struct | lazybiosType7Array_t |
| A parsed set of SMBIOS Type 7 structures. More... | |
Functions | |
| void | lazybiosFreeType7 (lazybiosType7Array_t *Type7) |
| Releases a parsed set of SMBIOS Type 7 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType7Array_t * | lazybiosGetType7 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 7 structures. | |
Cache configuration, capacity, and capability parsing and decoding.
| void lazybiosFreeType7 | ( | lazybiosType7Array_t * | Type7 | ) |
#include <type7.h>
Releases a parsed set of SMBIOS Type 7 structures.
| Type7 | Set to release; may be NULL. |
References lazybiosFreeType7().
Referenced by lazybiosFreeType7().
| LAZYBIOS_WARN_UNUSED lazybiosType7Array_t * lazybiosGetType7 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type7.h>
Parses all SMBIOS Type 7 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType7().
Referenced by lazybiosGetType7().