System identity and wake-up information parsing and decoding. More...
Data Structures | |
| struct | lazybiosType1_t |
| Parsed SMBIOS Type 1 System Information. More... | |
| struct | lazybiosType1Array_t |
| A parsed set of SMBIOS Type 1 structures. More... | |
Functions | |
| void | lazybiosFreeType1 (lazybiosType1Array_t *Type1) |
| Releases a parsed set of SMBIOS Type 1 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType1Array_t * | lazybiosGetType1 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 1 structures. | |
System identity and wake-up information parsing and decoding.
| void lazybiosFreeType1 | ( | lazybiosType1Array_t * | Type1 | ) |
#include <type1.h>
Releases a parsed set of SMBIOS Type 1 structures.
| Type1 | Set to release; may be NULL. |
References lazybiosFreeType1().
Referenced by lazybiosFreeType1().
| LAZYBIOS_WARN_UNUSED lazybiosType1Array_t * lazybiosGetType1 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type1.h>
Parses all SMBIOS Type 1 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType1().
Referenced by lazybiosGetType1().