String properties associated with parent SMBIOS structures. More...
Data Structures | |
| struct | lazybiosType46_t |
| Parsed SMBIOS Type 46 String Property. More... | |
| struct | lazybiosType46Array_t |
| A parsed set of SMBIOS Type 46 structures. More... | |
Functions | |
| void | lazybiosFreeType46 (lazybiosType46Array_t *Type46) |
| Releases a parsed set of SMBIOS Type 46 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType46Array_t * | lazybiosGetType46 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 46 structures. | |
String properties associated with parent SMBIOS structures.
| void lazybiosFreeType46 | ( | lazybiosType46Array_t * | Type46 | ) |
#include <type46.h>
Releases a parsed set of SMBIOS Type 46 structures.
| Type46 | Set to release; may be NULL. |
References lazybiosFreeType46().
Referenced by lazybiosFreeType46().
| LAZYBIOS_WARN_UNUSED lazybiosType46Array_t * lazybiosGetType46 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type46.h>
Parses all SMBIOS Type 46 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType46().
Referenced by lazybiosGetType46().