Home
last modified time | relevance | path

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

/xnu-8020.101.4/pexpert/i386/
H A Dpe_init.c122 boot_progress_element *bootPict; in PE_init_iokit() local
144 bootPict = (boot_progress_element *) ml_static_ptovirt(map[0]); in PE_init_iokit()
145 default_noroot.width = bootPict->width; in PE_init_iokit()
146 default_noroot.height = bootPict->height; in PE_init_iokit()
148 default_noroot.dy = bootPict->yOffset; in PE_init_iokit()
149 default_noroot_data = &bootPict->data[0]; in PE_init_iokit()
/xnu-8020.101.4/pexpert/arm/
H A Dpe_init.c251 boot_progress_element const *bootPict; in PE_init_iokit() local
258 bootPict = (boot_progress_element const *) map[0]; in PE_init_iokit()
259 default_noroot.width = bootPict->width; in PE_init_iokit()
260 default_noroot.height = bootPict->height; in PE_init_iokit()
262 default_noroot.dy = bootPict->yOffset; in PE_init_iokit()
263 default_noroot_data = &bootPict->data[0]; in PE_init_iokit()