System-wide password and front-panel reset security settings. More...
Data Structures | |
| struct | lazybiosType24_t |
| Parsed SMBIOS Type 24 Hardware Security information. More... | |
| struct | lazybiosType24Array_t |
| A parsed set of SMBIOS Type 24 structures. More... | |
Functions | |
| void | lazybiosFreeType24 (lazybiosType24Array_t *Type24) |
| Releases a parsed set of SMBIOS Type 24 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType24Array_t * | lazybiosGetType24 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 24 structures. | |
System-wide password and front-panel reset security settings.
| void lazybiosFreeType24 | ( | lazybiosType24Array_t * | Type24 | ) |
#include <type24.h>
Releases a parsed set of SMBIOS Type 24 structures.
| Type24 | Set to release; may be NULL. |
References lazybiosFreeType24().
Referenced by lazybiosFreeType24().
| LAZYBIOS_WARN_UNUSED lazybiosType24Array_t * lazybiosGetType24 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type24.h>
Parses all SMBIOS Type 24 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType24().
Referenced by lazybiosGetType24().