Home
last modified time | relevance | path

Searched defs:errorResponse (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp47 errorResponse(message::Request::ptr request, ipmi::Cc cc, Args&&... args) errorResponse() function
55 errorResponse(message::Request::ptr request, ipmi::Cc cc) errorResponse() function
[all...]
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp191 const auto errorResponse = [](uint8_t cc) { in getChannelCipherSuites() local