iPXE
|
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... | |
SMBIOS entry point descriptor.
This contains the information from the SMBIOS entry point that we care about.
userptr_t smbios::address |
Start of SMBIOS structures.
Definition at line 210 of file smbios.h.
Referenced by bios_find_smbios2(), bios_find_smbios3(), efi_find_smbios(), find_smbios_structure(), find_strings_terminator(), read_smbios_string(), read_smbios_structure(), smbios_clear(), and smbios_version().
size_t smbios::len |
Length of SMBIOS structures.
Definition at line 212 of file smbios.h.
Referenced by bios_find_smbios2(), bios_find_smbios3(), efi_find_smbios(), find_smbios_structure(), and find_strings_terminator().
unsigned int smbios::count |
Number of SMBIOS structures.
Definition at line 214 of file smbios.h.
Referenced by bios_find_smbios2(), bios_find_smbios3(), efi_find_smbios(), and find_smbios_structure().
uint16_t smbios::version |
SMBIOS version.
Definition at line 216 of file smbios.h.
Referenced by bios_find_smbios2(), bios_find_smbios3(), efi_find_smbios(), and smbios_version().