Trusted Platform Module identity, specification, firmware, and characteristics. More...
Data Structures | |
| struct | lazybiosType43_t |
| Parsed SMBIOS Type 43 TPM Device information. More... | |
| struct | lazybiosType43Array_t |
| A parsed set of SMBIOS Type 43 structures. More... | |
Functions | |
| void | lazybiosFreeType43 (lazybiosType43Array_t *Type43) |
| Releases a parsed set of SMBIOS Type 43 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType43Array_t * | lazybiosGetType43 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 43 structures. | |
Trusted Platform Module identity, specification, firmware, and characteristics.
| void lazybiosFreeType43 | ( | lazybiosType43Array_t * | Type43 | ) |
#include <type43.h>
Releases a parsed set of SMBIOS Type 43 structures.
| Type43 | Set to release; may be NULL. |
References lazybiosFreeType43().
Referenced by lazybiosFreeType43().
| LAZYBIOS_WARN_UNUSED lazybiosType43Array_t * lazybiosGetType43 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type43.h>
Parses all SMBIOS Type 43 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType43().
Referenced by lazybiosGetType43().