Power-supply identity, capacity, characteristics, and probe associations. More...
Data Structures | |
| struct | lazybiosType39_t |
| Parsed SMBIOS Type 39 System Power Supply information. More... | |
| struct | lazybiosType39Array_t |
| A parsed set of SMBIOS Type 39 structures. More... | |
Functions | |
| void | lazybiosFreeType39 (lazybiosType39Array_t *Type39) |
| Releases a parsed set of SMBIOS Type 39 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType39Array_t * | lazybiosGetType39 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 39 structures. | |
Power-supply identity, capacity, characteristics, and probe associations.
| void lazybiosFreeType39 | ( | lazybiosType39Array_t * | Type39 | ) |
#include <type39.h>
Releases a parsed set of SMBIOS Type 39 structures.
| Type39 | Set to release; may be NULL. |
References lazybiosFreeType39().
Referenced by lazybiosFreeType39().
| LAZYBIOS_WARN_UNUSED lazybiosType39Array_t * lazybiosGetType39 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type39.h>
Parses all SMBIOS Type 39 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType39().
Referenced by lazybiosGetType39().