Home
last modified time | relevance | path

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

/xnu-8792.81.2/libkern/os/
H A Dlog.c791 void test_oslog_default_helper(uint32_t uniqid, uint64_t count);
792 void test_oslog_info_helper(uint32_t uniqid, uint64_t count);
793 void test_oslog_debug_helper(uint32_t uniqid, uint64_t count);
794 void test_oslog_error_helper(uint32_t uniqid, uint64_t count);
795 void test_oslog_fault_helper(uint32_t uniqid, uint64_t count);
798 kern_return_t test_stresslog_dropmsg(uint32_t uniqid);
804 …void fname(uint32_t uniqid, uint64_t count) …
812 … datalen = scnprintf(databuffer, sizeof(databuffer), TESTOSLOGFMT(ident), uniqid, i + 1, count); \
814 … callout_f(OS_LOG_DEFAULT, TESTOSLOG(ident), checksum, uniqid, i + 1, count); \
830 uint32_t uniqid = RandomULong(); in test_os_log() local
[all …]