Home
last modified time | relevance | path

Searched refs:intfCommand (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-host-ipmi-oem/
H A Dhost-interface.cpp26 static const std::map<OEMCmd, Host::Command> intfCommand = { variable
61 this->commandComplete(intfCommand.at(std::get<0>(cmd)), value); in commandStatusHandler()
/openbmc/phosphor-host-ipmid/
H A Dhost-interface.cpp36 static const std::map<OEMCmd, Host::Command> intfCommand = { variable
69 this->commandComplete(intfCommand.at(std::get<0>(cmd)), value); in commandStatusHandler()