Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp458 const char* driveInfoKey[] = {"location", "serial_num", "model_name", variable
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp2150 uint8_t numParam = sizeof(driveInfoKey) / sizeof(uint8_t*); in ipmiOemQSetDriveInfo()
2176 [driveInfoKey[req->paramSel]] = str.c_str(); in ipmiOemQSetDriveInfo()
2209 uint8_t numParam = sizeof(driveInfoKey) / sizeof(uint8_t*); in ipmiOemQGetDriveInfo()
2237 driveInfoKey[req->paramSel]) == in ipmiOemQGetDriveInfo()
2242 [driveInfoKey[req->paramSel]]; in ipmiOemQGetDriveInfo()