OEM-defined free-form string collection parsing and ownership. More...
Data Structures | |
| struct | lazybiosType11_t |
| Parsed SMBIOS Type 11 OEM Strings Information. More... | |
| struct | lazybiosType11Array_t |
| A parsed set of SMBIOS Type 11 structures. More... | |
Functions | |
| void | lazybiosFreeType11 (lazybiosType11Array_t *Type11) |
| Releases a parsed set of SMBIOS Type 11 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType11Array_t * | lazybiosGetType11 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 11 structures. | |
OEM-defined free-form string collection parsing and ownership.
| void lazybiosFreeType11 | ( | lazybiosType11Array_t * | Type11 | ) |
#include <type11.h>
Releases a parsed set of SMBIOS Type 11 structures.
| Type11 | Set to release; may be NULL. |
References lazybiosFreeType11().
Referenced by lazybiosFreeType11().
| LAZYBIOS_WARN_UNUSED lazybiosType11Array_t * lazybiosGetType11 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type11.h>
Parses all SMBIOS Type 11 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType11().
Referenced by lazybiosGetType11().