Lines Matching defs:msg
176 static inline __printf(1, 2) void ksft_print_msg(const char *msg, ...) in ksft_print_msg()
188 static inline void ksft_print_dbg_msg(const char *msg, ...) in ksft_print_dbg_msg()
200 static inline void ksft_perror(const char *msg) in ksft_perror()
205 static inline __printf(1, 2) void ksft_test_result_pass(const char *msg, ...) in ksft_test_result_pass()
219 static inline __printf(1, 2) void ksft_test_result_fail(const char *msg, ...) in ksft_test_result_fail()
245 static inline __printf(1, 2) void ksft_test_result_xfail(const char *msg, ...) in ksft_test_result_xfail()
259 static inline __printf(1, 2) void ksft_test_result_xpass(const char *msg, ...) in ksft_test_result_xpass()
273 static inline __printf(1, 2) void ksft_test_result_skip(const char *msg, ...) in ksft_test_result_skip()
288 static inline __printf(1, 2) void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error()
304 const char *msg, ...) in ksft_test_result_code()
405 static inline __noreturn __printf(1, 2) void ksft_exit_fail_msg(const char *msg, ...) in ksft_exit_fail_msg()
420 static inline __noreturn void ksft_exit_fail_perror(const char *msg) in ksft_exit_fail_perror()
437 static inline __noreturn __printf(1, 2) void ksft_exit_skip(const char *msg, ...) in ksft_exit_skip()