Searched refs:pResponse (Results 1 – 1 of 1) sorted by relevance
2574 bool* pResponse = std::get_if<bool>(&value); in ipmiOEMGetCRConfig() local2575 if (!pResponse) in ipmiOEMGetCRConfig()2583 static_cast<uint8_t>(*pResponse)); in ipmiOEMGetCRConfig()2591 bool* pResponse = std::get_if<bool>(&value); in ipmiOEMGetCRConfig() local2592 if (!pResponse) in ipmiOEMGetCRConfig()2599 static_cast<uint8_t>(*pResponse)); in ipmiOEMGetCRConfig()2638 std::vector<uint8_t>* pResponse = in ipmiOEMGetCRConfig() local2640 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 …]