Searched refs:bootPict (Results 1 – 2 of 2) sorted by relevance
124 boot_progress_element *bootPict; in PE_init_iokit() local146 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()
272 boot_progress_element const *bootPict; in PE_init_iokit() local279 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()