Home
last modified time | relevance | path

Searched refs:default_progress (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/pexpert/arm/
H A Dpe_init.c213 default_progress.dx = 0; in PE_initialize_console()
214 default_progress.dy = 0; in PE_initialize_console()
215 vc_progress_initialize(&default_progress, in PE_initialize_console()
297 image_size = default_progress.height; in PE_init_iokit()
298 delta = &default_progress.dy; in PE_init_iokit()
306 image_size = default_progress.width; in PE_init_iokit()
307 delta = &default_progress.dx; in PE_init_iokit()
317 PE_get_default("progress-dy", &default_progress.dy, sizeof(default_progress.dy)); in PE_init_iokit()
319 vc_progress_initialize(&default_progress, in PE_init_iokit()
770 uint32_t tmp = default_progress.dx; in pe_prepare_images()
[all …]
/xnu-8792.41.9/pexpert/pexpert/
H A Dpe_images.h51 static vc_progress_element default_progress = variable
/xnu-8792.41.9/pexpert/i386/
H A Dpe_init.c180 vc_progress_initialize(&default_progress, in PE_init_iokit()