Home
last modified time | relevance | path

Searched refs:responseActionNotSupportedForChannel (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp90 return ipmi::responseActionNotSupportedForChannel(); in ipmiSetUserAccess()
163 return ipmi::responseActionNotSupportedForChannel(); in ipmiGetUserAccess()
434 return ipmi::responseActionNotSupportedForChannel(); in ipmiGetChannelAuthenticationCapabilities()
527 return ipmi::responseActionNotSupportedForChannel(); in ipmiSetUserPayloadAccess()
612 return ipmi::responseActionNotSupportedForChannel(); in ipmiGetUserPayloadAccess()
H A Dchannelcommands.cpp68 return responseActionNotSupportedForChannel(); in ipmiSetChannelAccess()
200 return responseActionNotSupportedForChannel(); in ipmiGetChannelAccess()
346 return responseActionNotSupportedForChannel(); in ipmiGetChannelPayloadSupport()
H A Dchannel_layer.hpp34 static inline auto responseActionNotSupportedForChannel() in responseActionNotSupportedForChannel() function