Automatic system-reset capabilities, limits, counters, and timers. More...
Data Structures | |
| struct | lazybiosType23_t |
| Parsed SMBIOS Type 23 System Reset information. More... | |
| struct | lazybiosType23Array_t |
| A parsed set of SMBIOS Type 23 structures. More... | |
Functions | |
| void | lazybiosFreeType23 (lazybiosType23Array_t *Type23) |
| Releases a parsed set of SMBIOS Type 23 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType23Array_t * | lazybiosGetType23 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 23 structures. | |
Automatic system-reset capabilities, limits, counters, and timers.
| void lazybiosFreeType23 | ( | lazybiosType23Array_t * | Type23 | ) |
#include <type23.h>
Releases a parsed set of SMBIOS Type 23 structures.
| Type23 | Set to release; may be NULL. |
References lazybiosFreeType23().
Referenced by lazybiosFreeType23().
| LAZYBIOS_WARN_UNUSED lazybiosType23Array_t * lazybiosGetType23 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type23.h>
Parses all SMBIOS Type 23 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType23().
Referenced by lazybiosGetType23().