Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A Dmain.cpp74 auto deviceInfo = in createStorageObjects() local
76 if (!deviceInfo) in createStorageObjects()
91 std::move(deviceInfo->deviceFile); in createStorageObjects()
93 std::move(deviceInfo->sysfsDir); in createStorageObjects()
94 std::string luksName = std::move(deviceInfo->luksName); in createStorageObjects()
95 std::string locationCode = std::move(deviceInfo->locationCode); in createStorageObjects()
96 uint64_t eraseMaxGeometry = deviceInfo->eraseMaxGeometry; in createStorageObjects()
97 uint64_t eraseMinGeometry = deviceInfo->eraseMinGeometry; in createStorageObjects()
109 const std::string& driveType = deviceInfo->driveType; in createStorageObjects()
110 const std::string& driveProtocol = deviceInfo->driveProtocol; in createStorageObjects()
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.hpp32 struct deviceInfo struct in phosphor::software::VR::XDPE1X2XX
74 struct deviceInfo info;