Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A Dutil.hpp21 std::string driveType; member
27 uint64_t eraseMinGeometry, std::string& driveType, in DeviceInfo()
31 eraseMinGeometry(eraseMinGeometry), driveType(driveType), in DeviceInfo()
H A Destoraged.hpp61 uint64_t eraseMinGeometry, const std::string& driveType,
/openbmc/estoraged/src/
H A Dmain.cpp109 const std::string& driveType = deviceInfo->driveType; in createStorageObjects() local
115 eraseMinGeometry, driveType, driveProtocol); in createStorageObjects()
H A Dutil.cpp212 std::string driveType; in findDevice() local
216 driveType = "SSD"; in findDevice()
262 driveType, driveProtocol}; in findDevice()
H A Destoraged.cpp41 const std::string& driveType, const std::string& driveProtocol, in EStoraged() argument
92 "xyz.openbmc_project.Inventory.Item.Drive.DriveType." + driveType); in EStoraged()
/openbmc/estoraged/src/test/
H A Dutil_test.cpp146 EXPECT_EQ("SSD", result->driveType); in TEST()
204 EXPECT_EQ("SSD", result->driveType); in TEST()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h755 u8 driveType; member
H A Dmegaraid_sas_fusion.c3108 instance->pd_list[pd_index].driveType == TYPE_DISK) { in megasas_build_syspd_fusion()
3242 drive_type = instance->pd_list[pd_index].driveType; in megasas_build_io_fusion()
H A Dmegaraid_sas_base.c4717 instance->local_pd_list[le16_to_cpu(pd_addr->deviceId)].driveType = in megasas_get_pd_list()
5057 instance->local_pd_list[target_id].driveType = in megasas_host_device_list_query()