Current-probe location, status, range, precision, and OEM information. More...
Data Structures | |
| struct | lazybiosType29_t |
| Parsed SMBIOS Type 29 Electrical Current Probe information. More... | |
| struct | lazybiosType29Array_t |
| A parsed set of SMBIOS Type 29 structures. More... | |
Functions | |
| void | lazybiosFreeType29 (lazybiosType29Array_t *Type29) |
| Releases a parsed set of SMBIOS Type 29 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType29Array_t * | lazybiosGetType29 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 29 structures. | |
Current-probe location, status, range, precision, and OEM information.
| void lazybiosFreeType29 | ( | lazybiosType29Array_t * | Type29 | ) |
#include <type29.h>
Releases a parsed set of SMBIOS Type 29 structures.
| Type29 | Set to release; may be NULL. |
References lazybiosFreeType29().
Referenced by lazybiosFreeType29().
| LAZYBIOS_WARN_UNUSED lazybiosType29Array_t * lazybiosGetType29 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type29.h>
Parses all SMBIOS Type 29 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType29().
Referenced by lazybiosGetType29().