Lines Matching refs:scr_romfont
764 if (scr->scr_romfont != NULL) { in sti_screen_setup()
765 free(scr->scr_romfont, M_DEVBUF, 0); in sti_screen_setup()
766 scr->scr_romfont = NULL; in sti_screen_setup()
924 scr->scr_romfont = malloc(size, M_DEVBUF, M_NOWAIT); in sti_fetchfonts()
925 if (scr->scr_romfont == NULL) in sti_fetchfonts()
929 (u_int8_t *)scr->scr_romfont, size); in sti_fetchfonts()
942 if (fp->next == 0 && scr->scr_romfont == NULL) { in sti_fetchfonts()
961 a.in.font_addr = scr->scr_romfont; in sti_fetchfonts()
982 free(scr->scr_romfont, M_DEVBUF, 0); in sti_fetchfonts()
983 scr->scr_romfont = NULL; in sti_fetchfonts()
1390 if (scr->scr_romfont != NULL) { in sti_putchar()
1408 a.in.font_addr = scr->scr_romfont; in sti_putchar()