Home
last modified time | relevance | path

Searched refs:ktest_output_buf (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/osfmk/tests/
H A Dktest_emit.c65 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 …]
H A Dktest_internal.h72 extern char ktest_output_buf[KTEST_MAXLEN];
H A Dktest.c126 ktest_output_buf[0] = '\0'; in ktest_testcase()
H A Dktest_global.c61 char ktest_output_buf[KTEST_MAXLEN] = ""; variable