Searched refs:driveName (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | storage_chassis.hpp | 462 const std::string& driveName, in buildDrive() argument 477 if (objPath.filename() != driveName) in buildDrive() 489 "/redfish/v1/Chassis/{}/Drives/{}", chassisId, driveName); in buildDrive() 492 asyncResp->res.jsonValue["Name"] = driveName; in buildDrive() 493 asyncResp->res.jsonValue["Id"] = driveName; in buildDrive() 509 const std::string& chassisId, const std::string& driveName, in matchAndFillDrive() argument 516 if (leaf != driveName) in matchAndFillDrive() 525 [asyncResp, chassisId, driveName]( in matchAndFillDrive() 528 buildDrive(asyncResp, chassisId, driveName, ec, subtree); in matchAndFillDrive() 536 const std::string& chassisId, const std::string& driveName) in handleChassisDriveGet() argument [all …]
|
| /openbmc/s2600wf-misc/subprojects/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 694 Drive(std::string driveName, bool present, bool isOperational, bool nvme, in Drive() 695 bool rebuilding) : isNvme(nvme), isPresent(present), name(driveName) in Drive() 700 objServer.add_interface(basePath + driveName, inventory::interface); in Drive() 702 itemIface->register_property("PrettyName", driveName); in Drive() 1032 std::string driveName = boost::replace_all_copy(name, " ", "_") + in createDrives() local 1034 Drive& drive = drives.emplace_back(driveName, isPresent, !isFailed, in createDrives() 1735 std::string driveName = in updateAssets() local 1738 driveName, true, true, true, false); in updateAssets()
|
| /openbmc/s2600wf-misc/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 694 Drive(std::string driveName, bool present, bool isOperational, bool nvme, in Drive() 695 bool rebuilding) : isNvme(nvme), isPresent(present), name(driveName) in Drive() 700 objServer.add_interface(basePath + driveName, inventory::interface); in Drive() 702 itemIface->register_property("PrettyName", driveName); in Drive() 1032 std::string driveName = boost::replace_all_copy(name, " ", "_") + in createDrives() local 1034 Drive& drive = drives.emplace_back(driveName, isPresent, !isFailed, in createDrives() 1735 std::string driveName = in updateAssets() local 1738 driveName, true, true, true, false); in updateAssets()
|