/openbmc/openpower-vpd-parser/vpd-manager/ |
H A D | reader_impl.hpp | 41 inventory::LocationCode getExpandedLocationCode( 42 const inventory::LocationCode& locationCode, 53 const inventory::LocationCode& locationCode, 63 const inventory::LocationCode& locationCode, 71 bool isValidLocationCode(const inventory::LocationCode& locationCode) const; 78 std::tuple<inventory::LocationCode, inventory::NodeNumber> 80 const inventory::LocationCode& locationCode) const;
|
H A D | reader_impl.cpp | 38 bool ReaderImpl::isValidLocationCode(const LocationCode& locationCode) const in isValidLocationCode() 51 LocationCode ReaderImpl::getExpandedLocationCode( in getExpandedLocationCode() 52 const LocationCode& locationCode, const NodeNumber& nodeNumber, in getExpandedLocationCode() 84 const LocationCode& locationCode, const NodeNumber& nodeNumber, in getFrusAtLocation() 120 std::tuple<LocationCode, NodeNumber> 121 ReaderImpl::getCollapsedLocationCode(const LocationCode& locationCode) const in getCollapsedLocationCode() 142 LocationCode unexpandedLocationCode{}; in getCollapsedLocationCode() 216 const inventory::LocationCode& locationCode, in getFRUsByExpandedLocationCode() 219 std::tuple<LocationCode, NodeNumber> locationAndNodePair = in getFRUsByExpandedLocationCode()
|
H A D | manager.cpp | 530 const LocationCode& locationCode, const NodeNumber nodeNumber) in getFRUsByUnexpandedLocationCode() 537 Manager::getFRUsByExpandedLocationCode(const LocationCode& locationCode) in getFRUsByExpandedLocationCode() 543 LocationCode Manager::getExpandedLocationCode(const LocationCode& locationCode, in getExpandedLocationCode()
|
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/static-inventory/ |
H A D | static-inventory.yaml | 50 LocationCode: 73 LocationCode: 96 LocationCode: 119 LocationCode: 142 LocationCode: 165 LocationCode: 188 LocationCode: 211 LocationCode: 234 LocationCode: 257 LocationCode: [all …]
|
/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/static-inventory/ |
H A D | static-inventory.yaml | 50 LocationCode: 73 LocationCode: 96 LocationCode: 119 LocationCode: 142 LocationCode: 165 LocationCode: 188 LocationCode: 211 LocationCode: 234 LocationCode: 257 LocationCode: [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | device_callouts_test.cpp | 60 "LocationCode": "P1-C19", 71 "LocationCode": "P1-C19", 95 "LocationCode": "P1-C19", 106 "LocationCode": "P1-C19", 112 "LocationCode": "P1", 127 "LocationCode": "P1-C19", 138 "LocationCode": "P1-C19", 157 "LocationCode": "P1-C19", 168 "LocationCode": "P1-C25", 173 "LocationCode": "P1", [all …]
|
H A D | src_test.cpp | 787 "LocationCode": "P1-C40", in TEST_F() 792 "LocationCode": "P1", in TEST_F() 797 "LocationCode": "P1-C15", in TEST_F() 975 "LocationCode": "P0-C1", in TEST_F() 1002 "LocationCode": "P1-C23" in TEST_F() 1007 "LocationCode": "P1-C24" in TEST_F() 1193 "LocationCode": "P0-C1", in TEST_F() 1197 "LocationCode": "P0-C2", in TEST_F() 1201 "LocationCode": "P0-C3" in TEST_F() 1204 "LocationCode": "P0-C4", in TEST_F()
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-pll-unlock.cpp | 50 "LocationCode": "P0", in TEST() 56 "LocationCode": "/proc1", in TEST() 117 "LocationCode": "P0", in TEST() 123 "LocationCode": "/proc0", in TEST() 129 "LocationCode": "/proc1", in TEST() 188 "LocationCode": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0", in TEST() 194 "LocationCode": "/proc0", in TEST() 254 "LocationCode": "/proc0", in TEST() 260 "LocationCode": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0/ocmb0", in TEST() 266 "LocationCode": "/proc0/pib/perv12/mc0/mi0/mcc0/omi1/ocmb0", in TEST() [all …]
|
H A D | test-resolution.cpp | 85 "LocationCode": "/proc0", in TEST() 93 "LocationCode": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0", in TEST() 99 "LocationCode": "P0", in TEST() 116 "LocationCode": "/proc0/pib/perv39/eq7/fc1/core1", in TEST() 122 "LocationCode": "/proc0", in TEST() 130 "LocationCode": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0", in TEST() 136 "LocationCode": "P0", in TEST() 173 "LocationCode": "/proc0/pib/perv12/mc0/mi0/mcc0/omi0", in TEST() 335 "LocationCode": "P0", in TEST() 398 "LocationCode": "P0", in TEST() [all …]
|
H A D | test-lpc-timeout.cpp | 82 "LocationCode": "/bmc0", in TEST() 88 "LocationCode": "P0", in TEST() 94 "LocationCode": "/proc0", in TEST()
|
H A D | test-tod-step-check-fault.cpp | 79 "LocationCode": "P0", in TEST() 85 "LocationCode": "/proc0", in TEST()
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/LocationCode/ |
H A D | meson.build | 4 …input: [ '../../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.ya… 12 'xyz/openbmc_project/Inventory/Decorator/LocationCode',
|
/openbmc/openbmc-test-automation/openpower/vpd/ |
H A D | test_vpd_tool.robot | 18 @{fields} PN SN LocationCode 31 System LocationCode 91 # [LocationCode]: ABCD.XY1.1234567-P0 102 ${vpd_field}= Set Variable LocationCode 110 ... '${vpd_field}' == 'LocationCode' com.ibm.ipzvpd.Location LocationCode 217 # field VPD field (e.g. Serialnumber,LocationCode etc). 227 ... '${field}' == 'LocationCode' com.ibm.ipzvpd.Location LocationCode
|
/openbmc/openpower-vpd-parser/ |
H A D | types.hpp | 45 using LocationCode = std::string; typedef 46 using LocationCodeMap = std::unordered_multimap<LocationCode, Path>;
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | Location.interface.yaml | 4 - name: LocationCode
|
/openbmc/pldm/host-bmc/test/ |
H A D | custom_dbus_test.cpp | 6 TEST(CustomDBus, LocationCode) in TEST() argument
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ |
H A D | meson.build | 122 subdir('LocationCode') subdir 125 …input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.yaml'… 126 output: [ 'LocationCode.md' ], 133 'xyz/openbmc_project/Inventory/Decorator/LocationCode',
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ |
H A D | LocationCode.interface.yaml | 4 - name: LocationCode
|
/openbmc/openpower-vpd-parser/test/vpd-manager-test/ |
H A D | reader_test.cpp | 151 std::string LocationCode = "Ufcs-P0"; in TEST_F() local 156 read.getFrusAtLocation(LocationCode, nodeNumber, fruLocationCode); in TEST_F()
|
/openbmc/phosphor-mrw-tools/ |
H A D | gen_path_callouts.pl | 740 $entry{LocationCode} = 817 if ($callouts[$i]->{LocationCode} eq $callouts[$j]->{LocationCode})
|
/openbmc/pldm/host-bmc/dbus/ |
H A D | custom_dbus.hpp | 26 Decorator::server::LocationCode>;
|
/openbmc/smbios-mdr/include/ |
H A D | dimm.hpp | 52 inventory::decorator::LocationCode>, 84 inventory::decorator::LocationCode>( in Dimm()
|
H A D | cpu.hpp | 40 sdbusplus::server::xyz::openbmc_project::inventory::decorator::LocationCode;
|
H A D | pcieslot.hpp | 29 sdbusplus::server::xyz::openbmc_project::inventory::decorator::LocationCode;
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 386 "LocationCode": "P0-C1", 410 "LocationCode": "P0-C1", 427 The LocationCode field is not used with procedure callouts. Only the first 7 443 location code may be used to turn on service indicators, so the LocationCode 445 LocationCode field is optional.
|