Associations between management devices, environmental components, and threshold records. More...
Data Structures | |
| struct | lazybiosType35_t |
| Parsed SMBIOS Type 35 Management Device Component information. More... | |
| struct | lazybiosType35Array_t |
| A parsed set of SMBIOS Type 35 structures. More... | |
Functions | |
| void | lazybiosFreeType35 (lazybiosType35Array_t *Type35) |
| Releases a parsed set of SMBIOS Type 35 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType35Array_t * | lazybiosGetType35 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 35 structures. | |
Associations between management devices, environmental components, and threshold records.
| void lazybiosFreeType35 | ( | lazybiosType35Array_t * | Type35 | ) |
#include <type35.h>
Releases a parsed set of SMBIOS Type 35 structures.
| Type35 | Set to release; may be NULL. |
References lazybiosFreeType35().
Referenced by lazybiosFreeType35().
| LAZYBIOS_WARN_UNUSED lazybiosType35Array_t * lazybiosGetType35 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type35.h>
Parses all SMBIOS Type 35 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType35().
Referenced by lazybiosGetType35().