Searched refs:TESTOSLOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/libkern/os/ |
| H A D | log.c | 738 #define TESTOSLOG(fn_name) TESTOSLOGPFX TESTOSLOGFMT(fn_name "#") macro 765 … callout_f(OS_LOG_DEFAULT, TESTOSLOG(ident), checksum, uniqid, i + 1, count); \ 809 printf(TESTOSLOG("printf_only") "mat%llu\n", checksum, uniqid, seqno, total_seqno, a); in test_os_log() 814 printf(TESTOSLOG("printf_only") "mat%llu\n", checksum, uniqid, seqno, total_seqno, a); in test_os_log() 839 …os_log_info(log_handle, TESTOSLOG("oslog_info") "mat%llu", checksum, uniqid, seqno, total_seqno, a… in test_os_log()
|