Searched refs:SystemKeywordInfo (Results 1 – 2 of 2) sorted by relevance
/openbmc/openpower-vpd-parser/ |
H A D | ibm_vpd_utils.hpp | 27 {inventory::SystemKeywordInfo("BR", Binary(2, 0x20), true, true, "VSBK", 29 inventory::SystemKeywordInfo("TM", Binary(8, 0x20), true, true, "VSBK", 31 inventory::SystemKeywordInfo("SE", Binary(7, 0x20), true, true, "VSBK", 33 inventory::SystemKeywordInfo("SU", Binary(6, 0x20), true, true, "VSBK", 35 inventory::SystemKeywordInfo("RB", Binary(4, 0x20), true, true, "VSBK", 37 inventory::SystemKeywordInfo("WN", Binary(12, 0x20), true, true, "VSBK", 39 inventory::SystemKeywordInfo("RG", Binary(4, 0x20), true, true, "VSBK", 44 {inventory::SystemKeywordInfo("FC", Binary(8, 0x20), true, false, "VSBK", 46 inventory::SystemKeywordInfo("SE", Binary(7, 0x20), true, true, "VSBK", 49 {inventory::SystemKeywordInfo("LX", Binary(8, 0x00), true, false, "VSBK", [all …]
|
H A D | types.hpp | 70 using SystemKeywordInfo = typedef 78 std::unordered_map<RecordName, std::vector<SystemKeywordInfo>>;
|