#include <smbios.h>
Data Fields | |
| struct smbios_header | header |
| Copy of SMBIOS structure header. | |
| size_t | offset |
| Offset of structure within SMBIOS. | |
| size_t | strings_len |
| Length of strings section. | |
Definition at line 88 of file smbios.h.
struct smbios_header smbios_structure::header [read] |
Copy of SMBIOS structure header.
Definition at line 90 of file smbios.h.
Referenced by find_smbios_structure(), read_smbios_string(), read_smbios_structure(), and smbios_fetch().
Offset of structure within SMBIOS.
Definition at line 92 of file smbios.h.
Referenced by find_smbios_structure(), read_smbios_string(), and read_smbios_structure().
Length of strings section.
Definition at line 94 of file smbios.h.
Referenced by find_smbios_structure(), and read_smbios_string().
1.5.7.1