Go to the source code of this file.
Namespaces | |
namespace | smbios |
Variables | |
const WorkaroundSmbiosItem | smbios::InvalidCheckTypeSymptoms [] |
const WorkaroundSmbiosItem | smbios::InvalidCheckTypeFixup [] |
const WorkaroundSmbiosItem | smbios::PE1300_InvalidCheckTypeFixup [] |
const Workaround | smbios::InvalidCheckType |
const Workaround | smbios::PE1300_InvalidCheckType |
const SystemAffected | smbios::PE0600 = { 0x0134, "A00", "A05" } |
const SystemAffected | smbios::PE0650 = { 0x0141, "A00", "A00" } |
const SystemAffected | smbios::PE1300 = { 0x8E, "A00", "A--" } |
const SystemAffected | smbios::PE1600 = { 0x0135, "A00", "A00" } |
const SystemAffected | smbios::PE1650 = { 0x011B, "A00", "A09" } |
const SystemAffected | smbios::IDS4235 = { 0x8012, "A--", "A--" } |
const SystemAffected | smbios::PE1655 = { 0x0124, "A00", "A00" } |
const SystemAffected | smbios::PE1750 = { 0x014a, "A00", "A00" } |
const SystemAffected | smbios::PE2600 = { 0x0123, "A00", "A03" } |
const SystemAffected | smbios::PE2650 = { 0x0121, "A00", "A10" } |
const SystemAffected | smbios::PE4600 = { 0x0106, "A00", "A08" } |
const SystemAffected | smbios::PE6600 = { 0x0109, "A00", "A08" } |
const Workaround * | smbios::PE0600_Workarounds [] = { &InvalidCheckType, 0 } |
const Workaround * | smbios::PE0650_Workarounds [] = { &InvalidCheckType, 0 } |
const Workaround * | smbios::PE1300_Workarounds [] = { &PE1300_InvalidCheckType, 0 } |
const Workaround * | smbios::PE1600_Workarounds [] = { &InvalidCheckType, 0 } |
const Workaround * | smbios::PE1650_Workarounds [] = { &InvalidCheckType, 0 } |
const Workaround * | smbios::IDS4235_Workarounds [] = { &InvalidCheckType, 0 } |
const Workaround * | smbios::PE1655_Workarounds [] = { &InvalidCheckType, 0 } |
const Workaround * | smbios::PE1750_Workarounds [] = { &InvalidCheckType, 0 } |
const Workaround * | smbios::PE2600_Workarounds [] = { &InvalidCheckType, 0 } |
const Workaround * | smbios::PE2650_Workarounds [] = { &InvalidCheckType, 0 } |
const Workaround * | smbios::PE4600_Workarounds [] = { &InvalidCheckType, 0 } |
const Workaround * | smbios::PE6600_Workarounds [] = { &InvalidCheckType, 0 } |
const SystemWorkaround | smbios::workaroundMasterList [] |
const int | smbios::numSystemWorkarounds = (sizeof(workaroundMasterList) / sizeof(workaroundMasterList[0])) |