Home
last modified time | relevance | path

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

/xnu-8020.140.41/pexpert/i386/
H A Dpe_init.c63 static boot_icon_element* norootIcon_lzss; variable
124 norootIcon_lzss = NULL; in PE_init_iokit()
158 norootIcon_lzss = (boot_icon_element *) ml_static_ptovirt(map[0]); in PE_init_iokit()
288 if (norootIcon_lzss && norootClut_lzss) { in PE_display_icon()
289 uint32_t width = norootIcon_lzss->width; in PE_display_icon()
290 uint32_t height = norootIcon_lzss->height; in PE_display_icon()
292 uint32_t y = ((PE_state.video.v_height - height) / 2) + norootIcon_lzss->y_offset_from_center; in PE_display_icon()
295 &norootIcon_lzss->data[0], in PE_display_icon()
296 norootIcon_lzss->data_size, in PE_display_icon()