Searched refs:getChannelInfo (Results 1 – 16 of 16) sorted by relevance
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_layer.cpp | 88 Cc getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo) in getChannelInfo() function 90 return getChannelConfigObject().getChannelInfo(chNum, chInfo); in getChannelInfo()
|
H A D | channel_layer.hpp | 268 Cc getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo);
|
H A D | channel_mgmt.hpp | 154 Cc getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo);
|
H A D | channelcommands.cpp | 267 Cc compCode = getChannelInfo(chNum, chInfo); in ipmiGetChannelInfo()
|
H A D | channel_mgmt.cpp | 430 Cc ChannelConfig::getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo) in getChannelInfo() function in ipmi::ChannelConfig
|
/openbmc/intel-ipmi-oem/src/ |
H A D | bridgingcommands.cpp | 475 getChannelInfo(ctx->channel, chInfo); in ipmiAppGetMessage() 542 getChannelInfo(ctx->channel, chInfo); in ipmiAppGetMessageFlags() 624 getChannelInfo(ctx->channel, chInfo); in ipmiAppClearMessageFlags() 716 getChannelInfo(ctx->channel, chInfo); in ipmiAppReadEventMessageBuffer()
|
H A D | sensorcommands.cpp | 123 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in ipmiSenPlatformEvent()
|
H A D | allowlist-filter.cpp | 85 if (ipmi::getChannelInfo(channel, chInfo) != ipmi::ccSuccess) in getSMMChannel()
|
H A D | oemcommands.cpp | 1280 getChannelInfo(channel, chInfo); in ipmiOEMSetUser2Activation() 1428 getChannelInfo(ctx->channel, chInfo); in ipmiOEMSetSpecialUserPassword() 3015 if (getChannelInfo(ctx->channel, chInfo) != ccSuccess) in ipmiSetSecurityMode()
|
H A D | firmware-update.cpp | 545 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in checkIPMBChannel()
|
/openbmc/phosphor-host-ipmid/ |
H A D | systemintfcmds.cpp | 116 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in ipmiAppSetBMCGlobalEnable()
|
H A D | apphandler.cpp | 1013 ipmi::getChannelInfo(ch, chInfo); in getTotalSessionCount() 1055 ipmi::getChannelInfo(ctx->channel, chInfo); in getSessionInfoRequestData()
|
H A D | ipmid-new.cpp | 549 getChannelInfo(channel, chInfo); in executionEntry()
|
H A D | transporthandler.cpp | 708 auto cc = getChannelInfo(channel, chInfo); in isLanChannel()
|
/openbmc/phosphor-net-ipmid/ |
H A D | sessions_manager.cpp | 32 ipmi::getChannelInfo(ch, chInfo); in setNetworkInstance()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 727 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in ipmiSenPlatformEvent()
|