Public API for SMBIOS Type 9 System Slots. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
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 | lazybiosType9Decoded_t |
| Decoded forms of the Type 9 encoded fields. More... | |
| struct | lazybiosType9FieldStatus_t |
| Availability metadata for SMBIOS Type 9 fields. More... | |
| struct | lazybiosType9PeerGroup_t |
| Parsed SMBIOS Type 9 peer grouping entry. More... | |
| struct | lazybiosType9PeerGroupDecoded_t |
| Decoded forms of the encoded fields in one peer group. More... | |
| struct | lazybiosType9PeerGroupFieldStatus_t |
| Availability metadata for a Type 9 peer group. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
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. | |
Public API for SMBIOS Type 9 System Slots.
Definition in file type9.h.