Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp78 return ipmi::response(ccActionNotSupportedForChannel); in ipmiSetUserAccess()
151 return ipmi::response(ccActionNotSupportedForChannel); in ipmiGetUserAccess()
422 return ipmi::response(ccActionNotSupportedForChannel); in ipmiGetChannelAuthenticationCapabilities()
515 return ipmi::response(ccActionNotSupportedForChannel); in ipmiSetUserPayloadAccess()
600 return ipmi::response(ccActionNotSupportedForChannel); in ipmiGetUserPayloadAccess()
H A Dchannelcommands.cpp61 return response(ccActionNotSupportedForChannel); in ipmiSetChannelAccess()
193 return response(ccActionNotSupportedForChannel); in ipmiGetChannelAccess()
339 return response(ccActionNotSupportedForChannel); in ipmiGetChannelPayloadSupport()
H A Dchannel_layer.hpp30 static constexpr const uint8_t ccActionNotSupportedForChannel = 0x82; variable
H A Dchannel_mgmt.cpp456 return ccActionNotSupportedForChannel; in getChannelAccessData()
485 return ccActionNotSupportedForChannel; in setChannelAccessData()
555 return ccActionNotSupportedForChannel; in getChannelAccessPersistData()
584 return ccActionNotSupportedForChannel; in setChannelAccessPersistData()