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.mako.cpp9 extern const InvObjectIDMap __attribute__((init_priority(101))) invSensors = {
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp204 ipmi::sensor::InvObjectIDMap::const_iterator iter);
H A Dselutility.cpp17 extern const ipmi::sensor::InvObjectIDMap invSensors;
182 ipmi::sensor::InvObjectIDMap::const_iterator iter) in prepareSELEntry()
H A Dstoragehandler.cpp43 extern const ipmi::sensor::InvObjectIDMap invSensors;
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp213 using InvObjectIDMap = std::map<InventoryPath, SelData>; typedef