Home
last modified time | relevance | path

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

/xnu-12377.41.6/pexpert/i386/
H A Dpe_init.c124 boot_progress_element *bootPict; in PE_init_iokit() local
146 bootPict = (boot_progress_element *) ml_static_ptovirt(map[0]); in PE_init_iokit()
147 default_noroot.width = bootPict->width; in PE_init_iokit()
148 default_noroot.height = bootPict->height; in PE_init_iokit()
150 default_noroot.dy = bootPict->yOffset; in PE_init_iokit()
151 default_noroot_data = &bootPict->data[0]; in PE_init_iokit()
/xnu-12377.41.6/pexpert/arm/
H A Dpe_init.c272 boot_progress_element const *bootPict; in PE_init_iokit() local
279 bootPict = (boot_progress_element const *) map[0]; in PE_init_iokit()
280 default_noroot.width = bootPict->width; in PE_init_iokit()
281 default_noroot.height = bootPict->height; in PE_init_iokit()
283 default_noroot.dy = bootPict->yOffset; in PE_init_iokit()
284 default_noroot_data = &bootPict->data[0]; in PE_init_iokit()