Temperature-probe location, status, range, precision, and OEM information. More...
Data Structures | |
| struct | lazybiosType28_t |
| Parsed SMBIOS Type 28 Temperature Probe information. More... | |
| struct | lazybiosType28Array_t |
| A parsed set of SMBIOS Type 28 structures. More... | |
Functions | |
| void | lazybiosFreeType28 (lazybiosType28Array_t *Type28) |
| Releases a parsed set of SMBIOS Type 28 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType28Array_t * | lazybiosGetType28 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 28 structures. | |
Temperature-probe location, status, range, precision, and OEM information.
| void lazybiosFreeType28 | ( | lazybiosType28Array_t * | Type28 | ) |
#include <type28.h>
Releases a parsed set of SMBIOS Type 28 structures.
| Type28 | Set to release; may be NULL. |
References lazybiosFreeType28().
Referenced by lazybiosFreeType28().
| LAZYBIOS_WARN_UNUSED lazybiosType28Array_t * lazybiosGetType28 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type28.h>
Parses all SMBIOS Type 28 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType28().
Referenced by lazybiosGetType28().