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

  /src/sys/dev/wscons/
wsdisplay.c 1497 u_int fontsz; local in function:wsdisplay_cfg_ioctl
1543 fontsz = d->fontheight * d->stride * d->numchars;
1544 if (fontsz > WSDISPLAY_MAXFONTSZ) {
1549 tbuf = malloc(fontsz, M_DEVBUF, M_WAITOK);
1550 error = copyin(d->data, tbuf, fontsz);

Completed in 12 milliseconds