Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.h66 #define FL_PUTIMAGE_DEBUG 0x80 macro
H A Dgfx_fb.c417 #define FL_PUTIMAGE_DEBUG 0x80 macro
428 trace = (flags & FL_PUTIMAGE_DEBUG) != 0; in gfx_fb_putimage()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.h167 #define FL_PUTIMAGE_DEBUG 0x80 macro
H A Dgfx_fb.c1582 trace = (flags & FL_PUTIMAGE_DEBUG) != 0; in gfx_fb_putimage()
/illumos-gate/usr/src/common/ficl/
H A Dloader.c151 if (f & FL_PUTIMAGE_DEBUG) in ficl_fb_putimage()