sti_screen 100 dev/ic/sti.c int sti_init(struct sti_screen *scr, int mode); sti_screen 101 dev/ic/sti.c int sti_inqcfg(struct sti_screen *scr, struct sti_inqconfout *out); sti_screen 102 dev/ic/sti.c void sti_bmove(struct sti_screen *scr, int, int, int, int, int, int, sti_screen 104 dev/ic/sti.c int sti_setcment(struct sti_screen *scr, u_int i, u_char r, u_char g, u_char b); sti_screen 105 dev/ic/sti.c int sti_fetchfonts(struct sti_screen *scr, struct sti_inqconfout *cfg, sti_screen 107 dev/ic/sti.c int sti_screen_setup(struct sti_screen *scr, bus_space_tag_t iot, sti_screen 132 dev/ic/sti.c struct sti_screen *scr; sti_screen 135 dev/ic/sti.c scr = malloc(sizeof(struct sti_screen), M_DEVBUF, M_NOWAIT); sti_screen 141 dev/ic/sti.c bzero(scr, sizeof(struct sti_screen)); sti_screen 157 dev/ic/sti.c sti_screen_setup(struct sti_screen *scr, bus_space_tag_t iot, sti_screen 488 dev/ic/sti.c struct sti_screen *scr = sc->sc_scr; sti_screen 555 dev/ic/sti.c sti_fetchfonts(struct sti_screen *scr, struct sti_inqconfout *cfg, sti_screen 660 dev/ic/sti.c struct sti_screen *scr; sti_screen 688 dev/ic/sti.c sti_inqcfg(struct sti_screen *scr, struct sti_inqconfout *out) sti_screen 705 dev/ic/sti.c struct sti_screen *scr; sti_screen 749 dev/ic/sti.c sti_setcment(struct sti_screen *scr, u_int i, u_char r, u_char g, u_char b) sti_screen 777 dev/ic/sti.c struct sti_screen *scr = sc->sc_scr; sti_screen 946 dev/ic/sti.c struct sti_screen *scr = v; sti_screen 985 dev/ic/sti.c struct sti_screen *scr = v; sti_screen 1021 dev/ic/sti.c struct sti_screen *scr = v; sti_screen 1081 dev/ic/sti.c struct sti_screen *scr = v; sti_screen 1096 dev/ic/sti.c struct sti_screen *scr = v; sti_screen 1110 dev/ic/sti.c struct sti_screen *scr = v; sti_screen 1123 dev/ic/sti.c struct sti_screen *scr = v; sti_screen 1159 dev/ic/sti.c sti_clear(struct sti_screen *scr) sti_screen 1166 dev/ic/sti.c sti_cnattach(struct sti_screen *scr, bus_space_tag_t iot, bus_addr_t *bases, sti_screen 34 dev/ic/stivar.h struct sti_screen { sti_screen 99 dev/ic/stivar.h struct sti_screen *sc_scr; sti_screen 108 dev/ic/stivar.h void sti_clear(struct sti_screen *); sti_screen 109 dev/ic/stivar.h int sti_cnattach(struct sti_screen *, bus_space_tag_t, bus_addr_t *, u_int);