Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h104 uint8_t fh_magic[8]; member
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c2071 if (memcmp(fh.fh_magic, FONT_HEADER_MAGIC, sizeof (fh.fh_magic)) != 0) { in load_font()
2225 if (memcmp(fh.fh_magic, FONT_HEADER_MAGIC, in insert_font()
2226 sizeof (fh.fh_magic)) != 0) in insert_font()