Home
last modified time | relevance | path

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

/xnu-8020.101.4/pexpert/i386/
H A Dpe_init.c145 default_noroot.width = bootPict->width; in PE_init_iokit()
146 default_noroot.height = bootPict->height; in PE_init_iokit()
147 default_noroot.dx = 0; in PE_init_iokit()
148 default_noroot.dy = bootPict->yOffset; in PE_init_iokit()
170 default_noroot.width = kFailedBootWidth; in PE_init_iokit()
171 default_noroot.height = kFailedBootHeight; in PE_init_iokit()
172 default_noroot.dx = 0; in PE_init_iokit()
173 default_noroot.dy = kFailedBootOffset; in PE_init_iokit()
299 vc_display_icon( &default_noroot, default_noroot_data ); in PE_display_icon()
/xnu-8020.101.4/pexpert/arm/
H A Dpe_init.c259 default_noroot.width = bootPict->width; in PE_init_iokit()
260 default_noroot.height = bootPict->height; in PE_init_iokit()
261 default_noroot.dx = 0; in PE_init_iokit()
262 default_noroot.dy = bootPict->yOffset; in PE_init_iokit()
518 vc_display_icon(&default_noroot, default_noroot_data); in PE_display_icon()
/xnu-8020.101.4/pexpert/pexpert/
H A Dpe_images.h56 static vc_progress_element default_noroot = variable