Home
last modified time | relevance | path

Searched refs:getChannelSessionSupport (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannelcommands.cpp57 if ((getChannelSessionSupport(chNum) == EChannelSessSupported::none) || in ipmiSetChannelAccess()
189 if ((getChannelSessionSupport(chNum) == EChannelSessSupported::none) || in ipmiGetChannelAccess()
337 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetChannelPayloadSupport()
381 if (getChannelSessionSupport(channel) == EChannelSessSupported::none) in ipmiGetChannelPayloadVersion()
H A Dchannel_layer.cpp66 EChannelSessSupported getChannelSessionSupport(const uint8_t chNum) in getChannelSessionSupport() function
68 return getChannelConfigObject().getChannelSessionSupport(chNum); in getChannelSessionSupport()
H A Dusercommands.cpp76 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiSetUserAccess()
149 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetUserAccess()
420 if (getChannelSessionSupport(channel) == EChannelSessSupported::none) in ipmiGetChannelAuthenticationCapabilities()
514 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiSetUserPayloadAccess()
599 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetUserPayloadAccess()
H A Dchannel_mgmt.cpp390 ChannelConfig::getChannelSessionSupport(const uint8_t chNum) in getChannelSessionSupport() function in ipmi::ChannelConfig
454 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelAccessData()
483 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in setChannelAccessData()
553 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelAccessPersistData()
582 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in setChannelAccessPersistData()
686 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelEnabledAuthType()
1157 if (getChannelSessionSupport(chNum) != EChannelSessSupported::none) in writeChannelVolatileData()
1206 if (getChannelSessionSupport(chNum) != EChannelSessSupported::none) in writeChannelPersistData()
1321 if (getChannelSessionSupport(chNum) != EChannelSessSupported::none) in syncNetworkChannelConfig()
H A Dchannel_layer.hpp237 EChannelSessSupported getChannelSessionSupport(const uint8_t chNum);
H A Dchannel_mgmt.hpp129 EChannelSessSupported getChannelSessionSupport(const uint8_t chNum);
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp43 ipmi::getChannelSessionSupport(chNum)) || in GetChannelCapabilities()
261 if ((ipmi::getChannelSessionSupport(rspChannel) == in getChannelCipherSuites()
/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp158 if ((ipmi::getChannelSessionSupport(rspChannel) == in getChannelCipherSuites()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp1228 if (getChannelSessionSupport(channel) == in getLan()
1242 if (getChannelSessionSupport(channel) == in getLan()
H A Dipmid-new.cpp519 if (getChannelSessionSupport(channel) != EChannelSessSupported::none) in executionEntry()