Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp668 auto entityInstanceProperty = entityData->find("EntityInstance"); in getFruSdrs() local
675 if (entityInstanceProperty != entityData->end()) in getFruSdrs()
678 std::get<uint64_t>(entityInstanceProperty->second)); in getFruSdrs()