Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h102 #define FONT_HEADER_MAGIC "VFNT0002" macro
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c2063 if (memcmp(fh.fh_magic, FONT_HEADER_MAGIC, sizeof (fh.fh_magic)) != 0) { in load_font()
2217 if (memcmp(fh.fh_magic, FONT_HEADER_MAGIC, in insert_font()