iPXE
Data Fields
smbios Struct Reference

SMBIOS entry point descriptor. More...

#include <smbios.h>

Data Fields

const void * address
 Start of SMBIOS structures. More...
 
size_t len
 Length of SMBIOS structures. More...
 
unsigned int count
 Number of SMBIOS structures. More...
 
uint16_t version
 SMBIOS version. More...
 

Detailed Description

SMBIOS entry point descriptor.

This contains the information from the SMBIOS entry point that we care about.

Definition at line 197 of file smbios.h.

Field Documentation

◆ address

const void* smbios::address

◆ len

size_t smbios::len

Length of SMBIOS structures.

Definition at line 201 of file smbios.h.

Referenced by bios_find_smbios2(), bios_find_smbios3(), efi_find_smbios(), find_strings_terminator(), and smbios_structure().

◆ count

unsigned int smbios::count

Number of SMBIOS structures.

Definition at line 203 of file smbios.h.

Referenced by bios_find_smbios2(), bios_find_smbios3(), efi_find_smbios(), and smbios_structure().

◆ version

uint16_t smbios::version

SMBIOS version.

Definition at line 205 of file smbios.h.

Referenced by bios_find_smbios2(), bios_find_smbios3(), efi_find_smbios(), and smbios_version().


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