Home
last modified time | relevance | path

Searched refs:InvObjectIDMap (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/scripts/
H A Dinventorysensor.cpp.mako9 extern const InvObjectIDMap __attribute__((init_priority(101))) invSensors = {
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp188 ipmi::sensor::InvObjectIDMap::const_iterator iter);
H A Dselutility.cpp18 extern const ipmi::sensor::InvObjectIDMap invSensors;
163 ipmi::sensor::InvObjectIDMap::const_iterator iter) in prepareSELEntry()
H A Dstoragehandler.cpp41 extern const ipmi::sensor::InvObjectIDMap invSensors;
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp214 using InvObjectIDMap = std::map<InventoryPath, SelData>; typedef