System slot identity, capabilities, PCI location, peer groups, and dimensions. More...
Data Structures | |
| struct | lazybiosType9_t |
| Parsed SMBIOS Type 9 System Slots Information. More... | |
| struct | lazybiosType9Array_t |
| A parsed set of SMBIOS Type 9 structures. More... | |
| struct | lazybiosType9PeerGroup_t |
| Parsed SMBIOS Type 9 peer grouping entry. More... | |
Functions | |
| void | lazybiosFreeType9 (lazybiosType9Array_t *Type9) |
| Releases a parsed set of SMBIOS Type 9 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType9Array_t * | lazybiosGetType9 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 9 structures. | |
System slot identity, capabilities, PCI location, peer groups, and dimensions.
| void lazybiosFreeType9 | ( | lazybiosType9Array_t * | Type9 | ) |
#include <type9.h>
Releases a parsed set of SMBIOS Type 9 structures.
| Type9 | Set to release; may be NULL. |
References lazybiosFreeType9().
Referenced by lazybiosFreeType9().
| LAZYBIOS_WARN_UNUSED lazybiosType9Array_t * lazybiosGetType9 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type9.h>
Parses all SMBIOS Type 9 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType9().
Referenced by lazybiosGetType9().