Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp236 auto blockedCmd = unhandledCommands.find({reqNetFn, cmd}); in isBlocked() local
238 if (blockedCmd != unhandledCommands.end()) in isBlocked()