Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp176 const char* mbType[] = {"SS", "DS", "TYPE3"}; variable
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1112 if (req->mb_type >= sizeof(mbType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1115 oemData[KEY_MC_CONFIG][KEY_MC_MB_TYPE] = mbType[req->mb_type]; in ipmiOemSetMachineCfgInfo()