Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp2574 bool* pResponse = std::get_if<bool>(&value); in ipmiOEMGetCRConfig() local
2575 if (!pResponse) in ipmiOEMGetCRConfig()
2583 static_cast<uint8_t>(*pResponse)); in ipmiOEMGetCRConfig()
2591 bool* pResponse = std::get_if<bool>(&value); in ipmiOEMGetCRConfig() local
2592 if (!pResponse) in ipmiOEMGetCRConfig()
2599 static_cast<uint8_t>(*pResponse)); in ipmiOEMGetCRConfig()
2638 std::vector<uint8_t>* pResponse = in ipmiOEMGetCRConfig() local
2640 if (!pResponse) in ipmiOEMGetCRConfig()
2647 std::copy(pResponse->begin(), pResponse->end(), in ipmiOEMGetCRConfig()
2658 uint32_t* pResponse = std::get_if<uint32_t>(&value); in ipmiOEMGetCRConfig() local
[all …]