|
iPXE
|
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... | |
SMBIOS entry point descriptor.
This contains the information from the SMBIOS entry point that we care about.
| const void* smbios::address |
Start of SMBIOS structures.
Definition at line 199 of file smbios.h.
Referenced by bios_find_smbios2(), bios_find_smbios3(), efi_find_smbios(), find_strings_terminator(), smbios_clear(), smbios_string(), smbios_structure(), and smbios_version().
| 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().
| 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().
| 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().
1.8.15