#include <smbios.h>
Data Fields | |
| userptr_t | address |
| Start of SMBIOS structures. | |
| size_t | len |
| Length of SMBIOS structures. | |
| unsigned int | count |
| Number of SMBIOS structures. | |
This contains the information from the SMBIOS entry point that we care about.
Definition at line 143 of file smbios.h.
Start of SMBIOS structures.
Definition at line 145 of file smbios.h.
Referenced by bios_find_smbios(), efi_find_smbios(), find_smbios_structure(), find_strings_terminator(), read_smbios_string(), and read_smbios_structure().
Length of SMBIOS structures.
Definition at line 147 of file smbios.h.
Referenced by bios_find_smbios(), efi_find_smbios(), find_smbios_structure(), and find_strings_terminator().
| unsigned int smbios::count |
Number of SMBIOS structures.
Definition at line 149 of file smbios.h.
Referenced by bios_find_smbios(), efi_find_smbios(), and find_smbios_structure().
1.5.7.1