HomeSort by: relevance | last modified time | path
    Searched refs:gfont (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/wsconsctl/
display.c 48 static struct wsdisplay_getfont gfont; variable in typeref:struct:wsdisplay_getfont
112 gfont.gf_name = fontname_buf;
113 gfont.gf_size = sizeof(fontname_buf);
114 font.name = gfont.gf_name;
115 if (ioctl(fd, WSDISPLAYIO_GFONT, &gfont) < 0)

Completed in 13 milliseconds