Home
last modified time | relevance | path

Searched defs:exit_with_error (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dreadd.cpp27 static void exit_with_error(const std::string& help, const char* err) in exit_with_error() function
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c117 #define exit_with_error(error) __exit_with_error(error, __FILE__, __func__, __LINE__) macro