Cached location and population count for one SMBIOS structure type. More...
#include <lazybios.h>
Data Fields | |
| uint32_t | count |
| uint32_t | first |
Cached location and population count for one SMBIOS structure type.
One entry per possible type byte. Both members are meaningful only while the containing lazybiosDMI_t has a non-zero index_valid, and first only when count is greater than zero.
Definition at line 199 of file lazybios.h.
| uint32_t lazybiosTypeIndex_t::count |
Number of structures of this type in the table.
Definition at line 200 of file lazybios.h.
| uint32_t lazybiosTypeIndex_t::first |
Byte offset of the first one, from the table start.
Definition at line 201 of file lazybios.h.