Searched refs:show_progress (Results 1 – 2 of 2) sorted by relevance
239 unsigned int show_progress; in PE_init_iokit() local274 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()
156 def GetKextLoadInformation(addr=0, show_progress=False): argument