lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
lazybiosTypeIndex_t Struct Reference

Cached location and population count for one SMBIOS structure type. More...

#include <lazybios.h>

Data Fields

uint32_t count
uint32_t first

Detailed Description

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.

Field Documentation

◆ count

uint32_t lazybiosTypeIndex_t::count

Number of structures of this type in the table.

Definition at line 200 of file lazybios.h.

◆ first

uint32_t lazybiosTypeIndex_t::first

Byte offset of the first one, from the table start.

Definition at line 201 of file lazybios.h.


The documentation for this struct was generated from the following file: