#include "smbios/compat.h"
#include <sstream>
#include "smbios/IMemory.h"
#include "SmbiosImpl.h"
#include "smbios/message.h"
Go to the source code of this file.
Namespaces | |
namespace | smbios |
Defines | |
#define | LIBSMBIOS_SOURCE |
#define | DCOUT(line) do {} while(0) |
#define | DCERR(line) do {} while(0) |
Functions | |
bool | validateDMITableEntryPoint (const smbiosLowlevel::dmi_table_entry_point *tempTEP, bool strict, ParseExceptionImpl &parseException) |
bool | validateSmbiosTableEntryPoint (const smbiosLowlevel::smbios_table_entry_point *tempTEP, bool strict, ParseExceptionImpl &parseException) |
|
Definition at line 39 of file SmbiosStrategy.cpp. |
|
Definition at line 38 of file SmbiosStrategy.cpp. |
|
Definition at line 20 of file SmbiosStrategy.cpp. |
|
Definition at line 46 of file SmbiosStrategy.cpp. Referenced by SmbiosMemoryStrategy::getSmbiosTableHeader(), and smbios::validateSmbiosTableEntryPoint(). |
|
Definition at line 94 of file SmbiosStrategy.cpp. References _, DCERR, smbios_table_entry_point::dmi, smbios_table_entry_point::eps_length, smbios_table_entry_point::major_ver, u8, and smbios::validateDMITableEntryPoint(). Referenced by SmbiosMemoryStrategy::getSmbiosTableHeader(). |