Home
last modified time | relevance | path

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

/xnu-11417.140.69/libkern/os/
H A Dlog.c1170 #define TESTOSLOG(fn_name) TESTOSLOGPFX TESTOSLOGFMT(fn_name "#") macro
1193 callout_f(OS_LOG_DEFAULT, TESTOSLOG(ident), checksum, uniqid, i + 1, count); \
1334 printf(TESTOSLOG("printf_only") "mat%llu\n", checksum, uniqid, 1LL, 2LL, stamp); in test_printf()
1337 printf(TESTOSLOG("printf_only") "mat%llu\n", checksum, uniqid, 2LL, 2LL, stamp); in test_printf()
1452 os_log_info(log_handle, TESTOSLOG("oslog_info") "mat%llu", checksum, uniqid, 1LL, 1LL, stamp); in test_os_log()