iPXE
Data Fields
smbios Struct Reference

SMBIOS entry point descriptor. More...

#include <smbios.h>

Data Fields

userptr_t 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 207 of file smbios.h.

Field Documentation

◆ address

userptr_t smbios::address

◆ len

size_t smbios::len

Length of SMBIOS structures.

Definition at line 211 of file smbios.h.

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

◆ count

unsigned int smbios::count

Number of SMBIOS structures.

Definition at line 213 of file smbios.h.

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

◆ version

uint16_t smbios::version

SMBIOS version.

Definition at line 215 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: