#include <SmbiosImpl.h>
Inheritance diagram for SmbiosLinuxEFIStrategy:
Public Methods | |
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 Methods | |
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 69 of file SmbiosImpl.h. |
|
Definition at line 83 of file SmbiosImpl.h. |
|
Definition at line 84 of file SmbiosImpl.h. |
|
Definition at line 85 of file SmbiosImpl.h. |
|
Implements SmbiosStrategy. Definition at line 175 of file SmbiosStrategy.cpp. References DCERR, SmbiosMemoryStrategy::getSmbiosTableBuf(), SmbiosMemoryStrategy::getSmbiosTableHeader(), u8, and UNREFERENCED_PARAMETER. |
|
Definition at line 199 of file SmbiosStrategy.cpp. References smbios_table_entry_point::dmi, IMemory::fillBuffer(), MemoryFactory::getFactory(), and u8. Referenced by SmbiosMemoryStrategy::getSmbiosTable(). |
|
Reimplemented from SmbiosMemoryStrategy. Definition at line 55 of file SmbiosStrategy_Linux.cpp. References _, DCERR, EFIVARS_FILE_gt266, EFIVARS_FILE_le266, and SmbiosMemoryStrategy::offset. |
|
Definition at line 77 of file SmbiosImpl.h. Referenced by SmbiosLinuxEFIStrategy::getSmbiosTableHeader(), SmbiosMemoryStrategy::getSmbiosTableHeader(), and SmbiosMemoryStrategy::SmbiosMemoryStrategy(). |