Home
last modified time | relevance | path

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

/xnu-10063.141.1/pexpert/arm/
H A Dpe_init.c251 unsigned int show_progress; in PE_init_iokit() local
289 show_progress = TRUE; in PE_init_iokit()
291 show_progress = FALSE; in PE_init_iokit()
294 show_progress = FALSE; in PE_init_iokit()
297 show_progress = FALSE; in PE_init_iokit()
298 PE_parse_boot_argn("-progress", &show_progress, sizeof(show_progress)); in PE_init_iokit()
300 if (show_progress) { in PE_init_iokit()
/xnu-10063.141.1/osfmk/kern/
H A Dexclaves.c842 exclaves_debug_printf(show_progress, in exclaves_endpoint_call()
851 exclaves_debug_printf(show_progress, in exclaves_endpoint_call()
940 exclaves_debug_printf(show_progress, in exclaves_thread_terminate()
1351 exclaves_debug_printf(show_progress, "Using MPIDR for exclave scheduler core IDs\n"); in exclaves_init_multicore()
1354 exclaves_debug_printf(show_progress, "Not using MPIDR for exclave scheduler core IDs\n"); in exclaves_init_multicore()
1684 exclaves_debug_printf(show_progress, in handle_response_yield()
1718 exclaves_debug_printf(show_progress, in handle_response_spawned()
1761 exclaves_debug_printf(show_progress, in handle_response_wait()
1829 exclaves_debug_printf(show_progress, in handle_response_wake()
1860 exclaves_debug_printf(show_progress, in handle_response_wake_with_owner()
[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_inspection.c228 …exclaves_debug_printf(show_progress, "exclaves stackshot: starting collection, scid_list_count=%zu… in collect_scid_list()
260 exclaves_debug_printf(show_progress, "exclaves stackshot: collection done with result %d\n", kr); in collect_scid_list()
448 …exclaves_debug_printf(show_progress, "exclaves stackshot: exclaves stackshot buffer size: %zu byte… in exclaves_inspection_init()
/xnu-10063.141.1/tools/lldbmacros/
H A Dkext.py164 def GetKextLoadInformation(addr=0, show_progress=False): argument