Home
last modified time | relevance | path

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

/xnu-12377.41.6/pexpert/i386/
H A Dpe_init.c147 default_noroot.width = bootPict->width; in PE_init_iokit()
148 default_noroot.height = bootPict->height; in PE_init_iokit()
149 default_noroot.dx = 0; in PE_init_iokit()
150 default_noroot.dy = bootPict->yOffset; in PE_init_iokit()
172 default_noroot.width = kFailedBootWidth; in PE_init_iokit()
173 default_noroot.height = kFailedBootHeight; in PE_init_iokit()
174 default_noroot.dx = 0; in PE_init_iokit()
175 default_noroot.dy = kFailedBootOffset; in PE_init_iokit()
302 vc_display_icon( &default_noroot, default_noroot_data ); in PE_display_icon()
/xnu-12377.41.6/pexpert/pexpert/
H A Dpe_images.h56 static vc_progress_element default_noroot = variable
/xnu-12377.41.6/pexpert/arm/
H A Dpe_init.c280 default_noroot.width = bootPict->width; in PE_init_iokit()
281 default_noroot.height = bootPict->height; in PE_init_iokit()
282 default_noroot.dx = 0; in PE_init_iokit()
283 default_noroot.dy = bootPict->yOffset; in PE_init_iokit()
562 vc_display_icon(&default_noroot, default_noroot_data); in PE_display_icon()