Searched refs:TESTOSLOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/libkern/os/ |
| H A D | log.c | 1177 #define TESTOSLOG(fn_name) TESTOSLOGPFX TESTOSLOGFMT(fn_name "#") macro 1200 callout_f(OS_LOG_DEFAULT, TESTOSLOG(ident), checksum, uniqid, i + 1, count); \ 1342 printf(TESTOSLOG("printf_only") "mat%llu\n", checksum, uniqid, 1LL, 2LL, stamp); in test_printf() 1345 printf(TESTOSLOG("printf_only") "mat%llu\n", checksum, uniqid, 2LL, 2LL, stamp); in test_printf() 1460 os_log_info(log_handle, TESTOSLOG("oslog_info") "mat%llu", checksum, uniqid, 1LL, 1LL, stamp); in test_os_log()
|