Threshold values associated with environmental management-device components. More...
Data Structures | |
| struct | lazybiosType36_t |
| Parsed SMBIOS Type 36 Management Device Threshold Data. More... | |
| struct | lazybiosType36Array_t |
| A parsed set of SMBIOS Type 36 structures. More... | |
Functions | |
| void | lazybiosFreeType36 (lazybiosType36Array_t *Type36) |
| Releases a parsed set of SMBIOS Type 36 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType36Array_t * | lazybiosGetType36 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 36 structures. | |
Threshold values associated with environmental management-device components.
| void lazybiosFreeType36 | ( | lazybiosType36Array_t * | Type36 | ) |
#include <type36.h>
Releases a parsed set of SMBIOS Type 36 structures.
| Type36 | Set to release; may be NULL. |
References lazybiosFreeType36().
Referenced by lazybiosFreeType36().
| LAZYBIOS_WARN_UNUSED lazybiosType36Array_t * lazybiosGetType36 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type36.h>
Parses all SMBIOS Type 36 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType36().
Referenced by lazybiosGetType36().