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.cpp2573 bool* pResponse = std::get_if<bool>(&value); in ipmiOEMGetCRConfig() local
2574 if (!pResponse) in ipmiOEMGetCRConfig()
2590 bool* pResponse = std::get_if<bool>(&value); in ipmiOEMGetCRConfig() local
2591 if (!pResponse) in ipmiOEMGetCRConfig()
2637 std::vector<uint8_t>* pResponse = in ipmiOEMGetCRConfig() local
2639 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
2658 if (!pResponse) in ipmiOEMGetCRConfig()
2682 std::vector<uint8_t>* pResponse = in ipmiOEMGetCRConfig() local
[all …]