Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/tests/
H A Dktest_emit.c33 #define EMIT(buf, size) do {\ macro
52 EMIT((char *)&str[0], sizeof(str) - 1); in ktest_emit_start()
59 EMIT((char *)&str[0], sizeof(str) - 1); in ktest_emit_finish()
88 EMIT(ktest_output_buf, (int)(msg - ktest_output_buf)); in ktest_emit_testbegin()
118 EMIT(ktest_output_buf, (int)(msg - ktest_output_buf)); in ktest_emit_testskip()
146 EMIT(ktest_output_buf, (int)(msg - ktest_output_buf)); in ktest_emit_testend()
176 EMIT(ktest_output_buf, (int)(msg - ktest_output_buf)); in ktest_emit_log()
207 EMIT(ktest_output_buf, (int)(msg - ktest_output_buf)); in ktest_emit_perfdata()
251 EMIT(ktest_output_buf, (int)(msg - ktest_output_buf)); in ktest_emit_testcase()