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.cpp56 if ((getChannelSessionSupport(chNum) == EChannelSessSupported::none) || in ipmiSetChannelAccess()
188 if ((getChannelSessionSupport(chNum) == EChannelSessSupported::none) || in ipmiGetChannelAccess()
336 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetChannelPayloadSupport()
380 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.cpp75 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiSetUserAccess()
148 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetUserAccess()
419 if (getChannelSessionSupport(channel) == EChannelSessSupported::none) in ipmiGetChannelAuthenticationCapabilities()
513 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiSetUserPayloadAccess()
598 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetUserPayloadAccess()
H A Dchannel_mgmt.cpp388 EChannelSessSupported ChannelConfig::getChannelSessionSupport( in getChannelSessionSupport() function in ipmi::ChannelConfig
453 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelAccessData()
482 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in setChannelAccessData()
552 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelAccessPersistData()
581 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in setChannelAccessPersistData()
685 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelEnabledAuthType()
1156 if (getChannelSessionSupport(chNum) != EChannelSessSupported::none) in writeChannelVolatileData()
1205 if (getChannelSessionSupport(chNum) != EChannelSessSupported::none) in writeChannelPersistData()
1320 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.cpp1230 if (getChannelSessionSupport(channel) == in getLan()
1244 if (getChannelSessionSupport(channel) == in getLan()
H A Dipmid-new.cpp520 if (getChannelSessionSupport(channel) != EChannelSessSupported::none) in executionEntry()