Searched refs:pResponse (Results 1 – 1 of 1) sorted by relevance
2573 bool* pResponse = std::get_if<bool>(&value); in ipmiOEMGetCRConfig() local2574 if (!pResponse) in ipmiOEMGetCRConfig()2582 static_cast<uint8_t>(*pResponse)); in ipmiOEMGetCRConfig()2590 bool* pResponse = std::get_if<bool>(&value); in ipmiOEMGetCRConfig() local2591 if (!pResponse) in ipmiOEMGetCRConfig()2598 static_cast<uint8_t>(*pResponse)); in ipmiOEMGetCRConfig()2637 std::vector<uint8_t>* pResponse = in ipmiOEMGetCRConfig() local2639 if (!pResponse) in ipmiOEMGetCRConfig()2646 std::copy(pResponse->begin(), pResponse->end(), in ipmiOEMGetCRConfig()2657 uint32_t* pResponse = std::get_if<uint32_t>(&value); in ipmiOEMGetCRConfig() local[all …]