Processor socket, identity, topology, and status parsing and decoding. More...
Data Structures | |
| struct | lazybiosType4_t |
| Parsed SMBIOS Type 4 Processor Information. More... | |
| struct | lazybiosType4Array_t |
| A parsed set of SMBIOS Type 4 structures. More... | |
Functions | |
| void | lazybiosFreeType4 (lazybiosType4Array_t *Type4) |
| Releases a parsed set of SMBIOS Type 4 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType4Array_t * | lazybiosGetType4 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 4 structures. | |
Processor socket, identity, topology, and status parsing and decoding.
| void lazybiosFreeType4 | ( | lazybiosType4Array_t * | Type4 | ) |
#include <type4.h>
Releases a parsed set of SMBIOS Type 4 structures.
| Type4 | Set to release; may be NULL. |
References lazybiosFreeType4().
Referenced by lazybiosFreeType4().
| LAZYBIOS_WARN_UNUSED lazybiosType4Array_t * lazybiosGetType4 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type4.h>
Parses all SMBIOS Type 4 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType4().
Referenced by lazybiosGetType4().