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

  /src/sys/dev/ic/
igsfb.c 416 int wsfcookie; local in function:igsfb_init_wsdisplay
444 wsfcookie = wsfont_find("Gallant", 12, 22, 0,
447 if (wsfcookie <= 0) {
451 wsfcookie = wsfont_find(NULL, 0, 0, 0, /* any font at all? */
457 if (wsfcookie <= 0) {
462 if (wsfont_lock(wsfcookie, &ri->ri_font) != 0) {
466 ri->ri_wsfcookie = wsfcookie;
  /src/sys/arch/luna68k/dev/
omrasops.c 1814 int wsfcookie, bpp; local in function:omrasops_init
1829 wsfcookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_L2R,
1831 if (wsfcookie < 0)
1833 if (wsfont_lock(wsfcookie, &ri->ri_font))
1835 ri->ri_wsfcookie = wsfcookie;

Completed in 13 milliseconds