Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.hpp40 ipmiCCPasswdFailMismatch = 0x80, enumerator
H A Dusercommands.cpp356 static constexpr ipmi::Cc ipmiCCPasswdFailMismatch = 0x80; in ipmiSetUserPassword() local
357 return ipmi::response(ipmiCCPasswdFailMismatch); in ipmiSetUserPassword()