Firmware component identity, version, state, characteristics, and associated structures. More...
Data Structures | |
| struct | lazybiosType45_t |
| Parsed SMBIOS Type 45 Firmware Inventory Information. More... | |
| struct | lazybiosType45Array_t |
| A parsed set of SMBIOS Type 45 structures. More... | |
Functions | |
| void | lazybiosFreeType45 (lazybiosType45Array_t *Type45) |
| Releases a parsed set of SMBIOS Type 45 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType45Array_t * | lazybiosGetType45 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 45 structures. | |
Firmware component identity, version, state, characteristics, and associated structures.
| void lazybiosFreeType45 | ( | lazybiosType45Array_t * | Type45 | ) |
#include <type45.h>
Releases a parsed set of SMBIOS Type 45 structures.
| Type45 | Set to release; may be NULL. |
References lazybiosFreeType45().
Referenced by lazybiosFreeType45().
| LAZYBIOS_WARN_UNUSED lazybiosType45Array_t * lazybiosGetType45 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type45.h>
Parses all SMBIOS Type 45 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType45().
Referenced by lazybiosGetType45().