ERRX2
#define ERRX2(msg, a1, a2) errx(EXIT_FAILURE, msg, a1, a2)
#define ERRX2(msg, a1, a2) ATF_REQUIRE_MSG(0, msg, a1, a2)