Searched refs:show_progress (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/pexpert/arm/ |
| H A D | pe_init.c | 257 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 D | exclaves.c | 767 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 D | exclaves_boot.c | 116 exclaves_debug_printf(show_progress, in exclaves_boot_tasks() 125 exclaves_debug_printf(show_progress, in exclaves_boot_tasks()
|
| H A D | exclaves_xnuproxy.c | 465 exclaves_debug_printf(show_progress, \ 600 exclaves_debug_printf(show_progress, in exclaves_xnuproxy_init()
|
| H A D | exclaves_inspection.c | 289 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 D | kext.py | 179 def GetKextLoadInformation(addr=0, show_progress=False): argument
|