sys/dev/isa/ega.c
107
int ega_selectfont(struct ega_config *, struct egascreen *, char *, char *);
sys/dev/isa/ega.c
108
void ega_init_screen(struct ega_config *, struct egascreen *,
sys/dev/isa/ega.c
110
static void ega_init(struct ega_config *, bus_space_tag_t, bus_space_tag_t,
sys/dev/isa/ega.c
112
static void ega_setfont(struct ega_config *, struct egascreen *);
sys/dev/isa/ega.c
221
void ega_doswitch(struct ega_config *);
sys/dev/isa/ega.c
286
ega_selectfont(struct ega_config *vc, struct egascreen *scr, char *name1, char *name2)
sys/dev/isa/ega.c
336
ega_init_screen(struct ega_config *vc, struct egascreen *scr, const struct wsscreen_descr *type, int existing, long *attrp)
sys/dev/isa/ega.c
393
ega_init(struct ega_config *vc, bus_space_tag_t iot, bus_space_tag_t memt, int mono)
sys/dev/isa/ega.c
491
struct ega_config *dc;
sys/dev/isa/ega.c
503
dc = malloc(sizeof(struct ega_config),
sys/dev/isa/ega.c
585
struct ega_config *vc = v;
sys/dev/isa/ega.c
621
struct ega_config *vc = vs->cfg;
sys/dev/isa/ega.c
634
ega_setfont(struct ega_config *vc, struct egascreen *scr)
sys/dev/isa/ega.c
652
struct ega_config *vc = scr->cfg;
sys/dev/isa/ega.c
673
ega_doswitch(struct ega_config *vc)
sys/dev/isa/ega.c
68
struct ega_config *cfg;
sys/dev/isa/ega.c
744
struct ega_config *vc = v;
sys/dev/isa/ega.c
800
struct ega_config *vc = scr->cfg;
sys/dev/isa/ega.c
93
struct ega_config *sc_dc;
sys/dev/isa/ega.c
99
static struct ega_config ega_console_dc;