scr_romfont 605 dev/ic/sti.c scr->scr_romfont = malloc(size, M_DEVBUF, M_NOWAIT);
scr_romfont 606 dev/ic/sti.c if (scr->scr_romfont == NULL)
scr_romfont 610 dev/ic/sti.c (u_int8_t *)scr->scr_romfont, size);
scr_romfont 629 dev/ic/sti.c a.in.font_addr = scr->scr_romfont;
scr_romfont 650 dev/ic/sti.c free(scr->scr_romfont, M_DEVBUF);
scr_romfont 651 dev/ic/sti.c scr->scr_romfont = NULL;
scr_romfont 1024 dev/ic/sti.c if (scr->scr_romfont != NULL) {
scr_romfont 1042 dev/ic/sti.c a.in.font_addr = scr->scr_romfont;
scr_romfont 51 dev/ic/stivar.h void *scr_romfont; /* ROM font copy, either in memory... */