Home
last modified time | relevance | path

Searched refs:channelSystemIface (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dsystemintfcmds.cpp38 if (ctx->channel != ipmi::channelSystemIface) in ipmiAppReadEventBuffer()
H A Dwhitelist-filter.cpp230 if (request->ctx->channel == ipmi::channelSystemIface && in filterMessage()
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp92 channel != ipmi::channelSystemIface) in getSMMChannel()
403 if (!(request->ctx->channel == ipmi::channelSystemIface || in filterMessage()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dapi-types.hpp57 constexpr int channelSystemIface = 0x0F; variable