Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/
H A Derrors.hpp32 explicit IpmiException(int ipmicc) : in IpmiException() argument
33 _message("IPMI Code Received: " + std::to_string(ipmicc)), in IpmiException()
34 _ipmicc(ipmicc) in IpmiException()