Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dmapper_errors.hpp9 class MapperException : public std::exception class
12 explicit MapperException(const std::string& message) : message(message) {} in MapperException() function in ipmi_flash::MapperException
H A Dlpc_nuvoton.cpp53 throw MapperException("Unable to open /dev/mem"); in open()
64 throw MapperException("Unable to map region"); in open()
H A Dlpc_handler.cpp38 catch (const MapperException& e) in setInitializedAndReturn()
H A Dlpc_aspeed.cpp135 throw MapperException("Unable to memory-map region"); in open()