Architecture-specific processor data associated with Type 4 processor structures. More...
Data Structures | |
| struct | lazybiosType44_t |
| Parsed SMBIOS Type 44 Processor Additional Information. More... | |
| struct | lazybiosType44Array_t |
| A parsed set of SMBIOS Type 44 structures. More... | |
Functions | |
| void | lazybiosFreeType44 (lazybiosType44Array_t *Type44) |
| Releases a parsed set of SMBIOS Type 44 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType44Array_t * | lazybiosGetType44 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 44 structures. | |
Architecture-specific processor data associated with Type 4 processor structures.
| void lazybiosFreeType44 | ( | lazybiosType44Array_t * | Type44 | ) |
#include <type44.h>
Releases a parsed set of SMBIOS Type 44 structures.
| Type44 | Set to release; may be NULL. |
References lazybiosFreeType44().
Referenced by lazybiosFreeType44().
| LAZYBIOS_WARN_UNUSED lazybiosType44Array_t * lazybiosGetType44 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type44.h>
Parses all SMBIOS Type 44 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType44().
Referenced by lazybiosGetType44().