OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scr_romfont
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
stivar.h
86
void *
scr_romfont
; /* ROM font copy in memory... */
member in struct:sti_screen
sti.c
888
scr->
scr_romfont
= malloc(size, M_DEVBUF, M_WAITOK);
891
(uint32_t *)scr->
scr_romfont
, size / 4);
903
if (fp->next == 0 && scr->
scr_romfont
== NULL) {
922
a.in.font_addr = scr->
scr_romfont
;
941
free(scr->
scr_romfont
, M_DEVBUF);
942
scr->
scr_romfont
= NULL;
1373
if (scr->
scr_romfont
!= NULL) {
1390
a.in.font_addr = scr->
scr_romfont
;
/src/sys/arch/hppa/dev/
summitfb.c
1309
uint8_t *font = sc->sc_scr.
scr_romfont
;
Completed in 13 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025