Home
last modified time | relevance | path

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

/xnu-11215/pexpert/arm/
H A Dpe_init.c257 unsigned int show_progress; in PE_init_iokit() local
295 show_progress = TRUE; in PE_init_iokit()
297 show_progress = FALSE; in PE_init_iokit()
300 show_progress = FALSE; in PE_init_iokit()
303 show_progress = FALSE; in PE_init_iokit()
304 PE_parse_boot_argn("-progress", &show_progress, sizeof(show_progress)); in PE_init_iokit()
306 if (show_progress) { in PE_init_iokit()
/xnu-11215/osfmk/kern/
H A Dexclaves.c767 exclaves_debug_printf(show_progress, in exclaves_endpoint_call()
776 exclaves_debug_printf(show_progress, in exclaves_endpoint_call()
854 exclaves_debug_printf(show_progress, in exclaves_thread_terminate()
1193 exclaves_debug_printf(show_progress, in exclaves_init_multicore()
1533 exclaves_debug_printf(show_progress, in handle_response_yield()
1571 exclaves_debug_printf(show_progress, in handle_response_spawned()
1609 exclaves_debug_printf(show_progress, in handle_response_wait()
1682 exclaves_debug_printf(show_progress, in handle_response_wake()
1713 exclaves_debug_printf(show_progress, in handle_response_wake_with_owner()
1746 exclaves_debug_printf(show_progress, in handle_response_panic_wait()
[all …]
H A Dexclaves_boot.c116 exclaves_debug_printf(show_progress, in exclaves_boot_tasks()
125 exclaves_debug_printf(show_progress, in exclaves_boot_tasks()
H A Dexclaves_xnuproxy.c465 exclaves_debug_printf(show_progress, \
600 exclaves_debug_printf(show_progress, in exclaves_xnuproxy_init()
H A Dexclaves_inspection.c289 exclaves_debug_printf(show_progress, "exclaves stackshot: collection done with result %d\n", kr); in collect_scid_list()
465 exclaves_debug_printf(show_progress, "exclaves stackshot: exclaves inspection initialized\n"); in exclaves_inspection_init()
/xnu-11215/tools/lldbmacros/
H A Dkext.py179 def GetKextLoadInformation(addr=0, show_progress=False): argument