iPXE
Data Fields
smbios_structure Struct Reference

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...
 

Detailed Description

SMBIOS structure descriptor.

Definition at line 129 of file smbios.h.

Field Documentation

◆ header

struct smbios_header smbios_structure::header

Copy of SMBIOS structure header.

Definition at line 131 of file smbios.h.

Referenced by find_smbios_structure(), read_smbios_string(), read_smbios_structure(), and smbios_fetch().

◆ offset

size_t smbios_structure::offset

Offset of structure within SMBIOS.

Definition at line 133 of file smbios.h.

Referenced by find_smbios_structure(), read_smbios_string(), and read_smbios_structure().

◆ strings_len

size_t smbios_structure::strings_len

Length of strings section.

Definition at line 135 of file smbios.h.

Referenced by find_smbios_structure(), and read_smbios_string().


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