Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1380 constexpr Cc ccParmNotSupported = 0x80; variable
1385 return response(ccParmNotSupported); in responseParmNotSupported()
H A Dchassishandler.cpp63 constexpr Cc ccParmNotSupported = 0x80;
67 return response(ccParmNotSupported); in responseParmNotSupported()
62 constexpr Cc ccParmNotSupported = 0x80; global() variable