Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp755 auto driveList = ctx->bus->yield_method_call<objPaths>( in appMTMSetSignal() local
767 if (std::find(driveList.begin(), driveList.end(), driveObjPath) == in appMTMSetSignal()
768 driveList.end()) in appMTMSetSignal()
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage.hpp109 const dbus::utility::MapperGetSubTreePathsResponse& driveList) in afterChassisDriveCollectionSubtree() argument
123 for (const std::string& drive : driveList) in afterChassisDriveCollectionSubtree()