Searched refs:ktest_output_buf (Results 1 – 4 of 4) sorted by relevance
65 char * msg = ktest_output_buf; in ktest_emit_testbegin()66 int size = sizeof(ktest_output_buf); in ktest_emit_testbegin()88 EMIT(ktest_output_buf, (int)(msg - ktest_output_buf)); in ktest_emit_testbegin()94 char * msg = ktest_output_buf; in ktest_emit_testskip()95 int size = sizeof(ktest_output_buf); in ktest_emit_testskip()118 EMIT(ktest_output_buf, (int)(msg - ktest_output_buf)); in ktest_emit_testskip()124 char * msg = ktest_output_buf; in ktest_emit_testend()125 int size = sizeof(ktest_output_buf); in ktest_emit_testend()146 EMIT(ktest_output_buf, (int)(msg - ktest_output_buf)); in ktest_emit_testend()152 char * msg = ktest_output_buf; in ktest_emit_log()[all …]
72 extern char ktest_output_buf[KTEST_MAXLEN];
126 ktest_output_buf[0] = '\0'; in ktest_testcase()
61 char ktest_output_buf[KTEST_MAXLEN] = ""; variable