Searched refs:bootPict (Results 1 – 2 of 2) sorted by relevance
123 boot_progress_element *bootPict; in PE_init_iokit() local145 bootPict = (boot_progress_element *) ml_static_ptovirt(map[0]); in PE_init_iokit()146 default_noroot.width = bootPict->width; in PE_init_iokit()147 default_noroot.height = bootPict->height; in PE_init_iokit()149 default_noroot.dy = bootPict->yOffset; in PE_init_iokit()150 default_noroot_data = &bootPict->data[0]; in PE_init_iokit()
266 boot_progress_element const *bootPict; in PE_init_iokit() local273 bootPict = (boot_progress_element const *) map[0]; in PE_init_iokit()274 default_noroot.width = bootPict->width; in PE_init_iokit()275 default_noroot.height = bootPict->height; in PE_init_iokit()277 default_noroot.dy = bootPict->yOffset; in PE_init_iokit()278 default_noroot_data = &bootPict->data[0]; in PE_init_iokit()