Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/
H A Dreport.c92 static bool va_report(const char *msg_fmt, in va_report()
121 bool report(bool pass, const char *msg_fmt, ...) in report()
133 void report_pass(const char *msg_fmt, ...) in report_pass()
142 void report_fail(const char *msg_fmt, ...) in report_fail()
151 bool report_xfail(bool xfail, bool pass, const char *msg_fmt, ...) in report_xfail()
167 bool report_kfail(bool kfail, bool pass, const char *msg_fmt, ...) in report_kfail()
179 void report_skip(const char *msg_fmt, ...) in report_skip()
187 void report_info(const char *msg_fmt, ...) in report_info()
229 void report_abort(const char *msg_fmt, ...) in report_abort()