Home
last modified time | relevance | path

Searched defs:driveType (Results 1 – 4 of 4) sorted by relevance

/openbmc/estoraged/include/
H A Dutil.hpp21 std::string driveType; member
/openbmc/estoraged/src/
H A Dmain.cpp109 const std::string& driveType = deviceInfo->driveType; in createStorageObjects() local
H A Dutil.cpp212 std::string driveType; in findDevice() local
H A Destoraged.cpp42 const std::string& driveType, const std::string& driveProtocol, in EStoraged()