Searched refs:keyCommon (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | ipmid-new.cpp | 241 unsigned int keyCommon, message::Request::ptr request) in executeIpmiCommandCommon() argument 248 unsigned int key = makeCmdKey(keyCommon, cmd); in executeIpmiCommandCommon() 256 "NETFN", lg2::hex, keyCommon, "CMD", lg2::hex, cmd); in executeIpmiCommandCommon() 268 unsigned int wildcard = makeCmdKey(keyCommon, cmdWildcard); in executeIpmiCommandCommon() 277 "NETFN", lg2::hex, keyCommon, "CMD", lg2::hex, cmd); in executeIpmiCommandCommon()
|