Scheduled system power-on date and time information. More...
Data Structures | |
| struct | lazybiosType25_t |
| Parsed SMBIOS Type 25 System Power Controls information. More... | |
| struct | lazybiosType25Array_t |
| A parsed set of SMBIOS Type 25 structures. More... | |
Functions | |
| void | lazybiosFreeType25 (lazybiosType25Array_t *Type25) |
| Releases a parsed set of SMBIOS Type 25 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType25Array_t * | lazybiosGetType25 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 25 structures. | |
Scheduled system power-on date and time information.
| void lazybiosFreeType25 | ( | lazybiosType25Array_t * | Type25 | ) |
#include <type25.h>
Releases a parsed set of SMBIOS Type 25 structures.
| Type25 | Set to release; may be NULL. |
References lazybiosFreeType25().
Referenced by lazybiosFreeType25().
| LAZYBIOS_WARN_UNUSED lazybiosType25Array_t * lazybiosGetType25 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type25.h>
Parses all SMBIOS Type 25 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType25().
Referenced by lazybiosGetType25().