iPXE
|
SMBIOS structure descriptor. More...
#include <smbios.h>
Data Fields | |
struct smbios_header | header |
Copy of SMBIOS structure header. More... | |
size_t | offset |
Offset of structure within SMBIOS. More... | |
size_t | strings_len |
Length of strings section. More... | |
struct smbios_header smbios_structure::header |
Copy of SMBIOS structure header.
Definition at line 132 of file smbios.h.
Referenced by find_smbios_structure(), read_smbios_string(), read_smbios_structure(), and smbios_fetch().
size_t smbios_structure::offset |
Offset of structure within SMBIOS.
Definition at line 134 of file smbios.h.
Referenced by find_smbios_structure(), read_smbios_string(), and read_smbios_structure().
size_t smbios_structure::strings_len |
Length of strings section.
Definition at line 136 of file smbios.h.
Referenced by find_smbios_structure(), and read_smbios_string().