Searched refs:kernel_bootstrap_thread_kprintf (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dstartup.c272 #define kernel_bootstrap_thread_kprintf(x...) /* kprintf("kernel_bootstrap_thread: " x) */ macro
273 kernel_bootstrap_thread_kprintf("calling idle_thread_create\n");
285 kernel_bootstrap_thread_kprintf("calling sched_startup\n");
291 kernel_bootstrap_thread_kprintf("calling thread_daemon_init\n");
297 kernel_bootstrap_thread_kprintf("calling thread_call_initialize\n");
304 kernel_bootstrap_thread_kprintf("calling thread_bind\n");
310 kernel_bootstrap_thread_kprintf("calling mapping_adjust\n");
316 kernel_bootstrap_thread_kprintf("calling clock_service_create\n");

Completed in 23 milliseconds