Cooling-device type, status, redundancy group, speed, and probe relationship information. More...
Data Structures | |
| struct | lazybiosType27_t |
| Parsed SMBIOS Type 27 Cooling Device information. More... | |
| struct | lazybiosType27Array_t |
| A parsed set of SMBIOS Type 27 structures. More... | |
Functions | |
| void | lazybiosFreeType27 (lazybiosType27Array_t *Type27) |
| Releases a parsed set of SMBIOS Type 27 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType27Array_t * | lazybiosGetType27 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 27 structures. | |
Cooling-device type, status, redundancy group, speed, and probe relationship information.
| void lazybiosFreeType27 | ( | lazybiosType27Array_t * | Type27 | ) |
#include <type27.h>
Releases a parsed set of SMBIOS Type 27 structures.
| Type27 | Set to release; may be NULL. |
References lazybiosFreeType27().
Referenced by lazybiosFreeType27().
| LAZYBIOS_WARN_UNUSED lazybiosType27Array_t * lazybiosGetType27 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type27.h>
Parses all SMBIOS Type 27 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType27().
Referenced by lazybiosGetType27().