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.cpp63 if ((getChannelSessionSupport(chNum) == EChannelSessSupported::none) || in ipmiSetChannelAccess()
195 if ((getChannelSessionSupport(chNum) == EChannelSessSupported::none) || in ipmiGetChannelAccess()
343 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetChannelPayloadSupport()
386 if (getChannelSessionSupport(channel) == EChannelSessSupported::none) in ipmiGetChannelPayloadVersion()
H A Dchannel_layer.cpp73 EChannelSessSupported getChannelSessionSupport(const uint8_t chNum) in getChannelSessionSupport() function
75 return getChannelConfigObject().getChannelSessionSupport(chNum); in getChannelSessionSupport()
H A Dusercommands.cpp87 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiSetUserAccess()
160 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetUserAccess()
431 if (getChannelSessionSupport(channel) == EChannelSessSupported::none) in ipmiGetChannelAuthenticationCapabilities()
525 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiSetUserPayloadAccess()
610 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in ipmiGetUserPayloadAccess()
H A Dchannel_mgmt.cpp384 EChannelSessSupported ChannelConfig::getChannelSessionSupport( in getChannelSessionSupport() function in ipmi::ChannelConfig
451 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelAccessData()
481 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in setChannelAccessData()
553 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelAccessPersistData()
584 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in setChannelAccessPersistData()
691 if (getChannelSessionSupport(chNum) == EChannelSessSupported::none) in getChannelEnabledAuthType()
1162 if (getChannelSessionSupport(chNum) != EChannelSessSupported::none) in writeChannelVolatileData()
1211 if (getChannelSessionSupport(chNum) != EChannelSessSupported::none) in writeChannelPersistData()
1326 if (getChannelSessionSupport(chNum) != EChannelSessSupported::none) in syncNetworkChannelConfig()
H A Dchannel_layer.hpp248 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.cpp166 if ((ipmi::getChannelSessionSupport(rspChannel) == in getChannelCipherSuites()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp1268 if (getChannelSessionSupport(channel) == in getLan()
1282 if (getChannelSessionSupport(channel) == in getLan()
H A Dipmid-new.cpp523 if (getChannelSessionSupport(channel) != EChannelSessSupported::none) in executionEntry()