#include <SmbiosImpl.h>
Inheritance diagram for SmbiosLinuxEFIStrategy:
Public Member Functions | |
virtual | ~SmbiosLinuxEFIStrategy () throw () |
SmbiosLinuxEFIStrategy () | |
SmbiosLinuxEFIStrategy (const SmbiosLinuxEFIStrategy &src) | |
virtual bool | getSmbiosTable (const u8 **, smbiosLowlevel::smbios_table_entry_point *, bool) |
Protected Types | |
enum | { E_BLOCK_START = 0xE0000UL, F_BLOCK_START = 0xF0000UL, F_BLOCK_END = 0xFFFFFUL } |
Protected Member Functions | |
virtual void | getSmbiosTableHeader (smbiosLowlevel::smbios_table_entry_point *, bool) |
virtual void | getSmbiosTableBuf (const u8 **, smbiosLowlevel::smbios_table_entry_point) |
Protected Attributes | |
unsigned long | offset |
|
Definition at line 70 of file SmbiosImpl.h. |
|
Definition at line 84 of file SmbiosImpl.h. |
|
Definition at line 85 of file SmbiosImpl.h. |
|
Definition at line 86 of file SmbiosImpl.h. |
|
Implements SmbiosStrategy. Definition at line 176 of file SmbiosStrategy.cpp. References DCERR, SmbiosMemoryStrategy::getSmbiosTableBuf(), SmbiosMemoryStrategy::getSmbiosTableHeader(), and UNREFERENCED_PARAMETER. |
|
Definition at line 200 of file SmbiosStrategy.cpp. References smbios_table_entry_point::dmi, IMemory::fillBuffer(), MemoryFactory::getFactory(), dmi_table_entry_point::table_address, dmi_table_entry_point::table_length, and u8. Referenced by SmbiosMemoryStrategy::getSmbiosTable(). |
|
Reimplemented from SmbiosMemoryStrategy. Definition at line 56 of file SmbiosStrategy_Linux.cpp. References _, DCERR, EFIVARS_FILE_gt266, and EFIVARS_FILE_le266. |
|
Definition at line 78 of file SmbiosImpl.h. Referenced by SmbiosMemoryStrategy::getSmbiosTableHeader(). |