#include <SmbiosImpl.h>
Inheritance diagram for SmbiosMemoryStrategy:

Public Member Functions | |
| virtual | ~SmbiosMemoryStrategy () throw () |
| SmbiosMemoryStrategy (unsigned long initOffset) | |
| SmbiosMemoryStrategy (const SmbiosMemoryStrategy &src) | |
| virtual bool | getSmbiosTable (const u8 **, smbiosLowlevel::smbios_table_entry_point *, bool) |
Private Types | |
| enum | { E_BLOCK_START = 0xE0000UL, F_BLOCK_START = 0xF0000UL, F_BLOCK_END = 0xFFFFFUL } |
Private Member Functions | |
| void | getSmbiosTableHeader (smbiosLowlevel::smbios_table_entry_point *, bool) |
| void | getSmbiosTableBuf (const u8 **, smbiosLowlevel::smbios_table_entry_point) |
Private Attributes | |
| unsigned long | offset |
Definition at line 60 of file SmbiosImpl.h.
|
|
Definition at line 69 of file SmbiosImpl.h. |
|
|
Definition at line 63 of file SmbiosImpl.h. |
|
|
Definition at line 64 of file SmbiosImpl.h. |
|
|
Definition at line 65 of file SmbiosImpl.h. |
|
||||||||||||||||
|
Implements SmbiosStrategy. Definition at line 121 of file SmbiosStrategy.cpp. References DCERR, SmbiosMemoryStrategy::getSmbiosTableBuf(), SmbiosMemoryStrategy::getSmbiosTableHeader(), and UNREFERENCED_PARAMETER. |
|
||||||||||||
|
Definition at line 145 of file SmbiosStrategy.cpp. References IMemory::fillBuffer(), MemoryFactory::getFactory(), smbios_table_entry_point::table_address, and smbios_table_entry_point::table_length. Referenced by SmbiosMemoryStrategy::getSmbiosTable(). |
|
||||||||||||
|
Definition at line 175 of file SmbiosStrategy.cpp. References _, SmbiosMemoryStrategy::E_BLOCK_START, SmbiosMemoryStrategy::F_BLOCK_END, IMemory::fillBuffer(), MemoryFactory::getFactory(), SmbiosMemoryStrategy::offset, and smbios::validateTableEntryPoint(). Referenced by SmbiosMemoryStrategy::getSmbiosTable(). |
|
|
Definition at line 78 of file SmbiosImpl.h. Referenced by SmbiosMemoryStrategy::getSmbiosTableHeader(). |
1.4.6