HomeSort by: relevance | last modified time | path
    Searched defs:gfont (Results 1 - 2 of 2) 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)
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 59 milliseconds