Searched refs:bootPict (Results 1 – 2 of 2) sorted by relevance
122 boot_progress_element *bootPict; in PE_init_iokit() local144 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()
251 boot_progress_element const *bootPict; in PE_init_iokit() local258 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()