Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Digsfb.c416 int wsfcookie; in igsfb_init_wsdisplay() local
444 wsfcookie = wsfont_find("Gallant", 12, 22, 0, in igsfb_init_wsdisplay()
447 if (wsfcookie <= 0) { in igsfb_init_wsdisplay()
451 wsfcookie = wsfont_find(NULL, 0, 0, 0, /* any font at all? */ in igsfb_init_wsdisplay()
457 if (wsfcookie <= 0) { in igsfb_init_wsdisplay()
462 if (wsfont_lock(wsfcookie, &ri->ri_font) != 0) { in igsfb_init_wsdisplay()
466 ri->ri_wsfcookie = wsfcookie; in igsfb_init_wsdisplay()
/netbsd/sys/arch/luna68k/dev/
H A Domrasops.c1814 int wsfcookie, bpp; in omrasops_init() local
1829 wsfcookie = wsfont_find(NULL, 0, 0, 0, WSDISPLAY_FONTORDER_L2R, in omrasops_init()
1831 if (wsfcookie < 0) in omrasops_init()
1833 if (wsfont_lock(wsfcookie, &ri->ri_font)) in omrasops_init()
1835 ri->ri_wsfcookie = wsfcookie; in omrasops_init()