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

  /src/sys/dev/isa/
ega.c 53 static struct egafont { struct
69 struct egafont *fontset1, *fontset2;
83 struct egafont *vc_fonts[4];
290 struct egafont *f1, *f2;
296 struct egafont *f = vc->vc_fonts[i];
748 struct egafont *f;
777 f = malloc(sizeof(struct egafont), M_DEVBUF, M_WAITOK);
ega.c 53 static struct egafont { struct
69 struct egafont *fontset1, *fontset2;
83 struct egafont *vc_fonts[4];
290 struct egafont *f1, *f2;
296 struct egafont *f = vc->vc_fonts[i];
748 struct egafont *f;
777 f = malloc(sizeof(struct egafont), M_DEVBUF, M_WAITOK);

Completed in 46 milliseconds