Home
last modified time | relevance | path

Searched refs:eachInventory (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/
H A DgpioMonitor.cpp50 for (const auto& eachInventory : eachFRU.value()) in initGpioInfos() local
52 objectPath = eachInventory["inventoryPath"]; in initGpioInfos()
54 if ((eachInventory.find("presence") != eachInventory.end()) && in initGpioInfos()
55 (eachInventory.find("preAction") != eachInventory.end())) in initGpioInfos()
57 if (!eachInventory["presence"].value("pollingRequired", false)) in initGpioInfos()
89 if ((eachInventory.find("devAddress") != eachInventory.end()) && in initGpioInfos()
90 (eachInventory.find("driverType") != eachInventory.end()) && in initGpioInfos()
91 (eachInventory.find("busType") != eachInventory.end())) in initGpioInfos()
93 devNameAddr = eachInventory["devAddress"]; in initGpioInfos()
94 driverType = eachInventory["driverType"]; in initGpioInfos()
[all …]
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_app.cpp1318 for (const auto& eachInventory : eachFru.value()) in doEnableAllDimms() local
1320 if (eachInventory.find("extraInterfaces") != eachInventory.end()) in doEnableAllDimms()
1322 for (const auto& eI : eachInventory["extraInterfaces"].items()) in doEnableAllDimms()