Home
last modified time | relevance | path

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

/xnu-8020.101.4/pexpert/arm/
H A Dpe_init.c239 unsigned int show_progress; in PE_init_iokit() local
274 show_progress = TRUE; in PE_init_iokit()
276 show_progress = FALSE; in PE_init_iokit()
279 show_progress = FALSE; in PE_init_iokit()
282 show_progress = FALSE; in PE_init_iokit()
283 PE_parse_boot_argn("-progress", &show_progress, sizeof(show_progress)); in PE_init_iokit()
285 if (show_progress) { in PE_init_iokit()
/xnu-8020.101.4/tools/lldbmacros/
H A Dkext.py156 def GetKextLoadInformation(addr=0, show_progress=False): argument