sys/dev/sbus/tcx.c
1045
struct tcx_softc *sc = scr->scr_cookie;
sys/dev/sbus/tcx.c
1075
struct tcx_softc *sc = scr->scr_cookie;
sys/dev/sbus/tcx.c
1130
struct tcx_softc *sc = scr->scr_cookie;
sys/dev/sbus/tcx.c
133
CFATTACH_DECL_NEW(tcx, sizeof(struct tcx_softc),
sys/dev/sbus/tcx.c
1339
tcx_do_cursor(struct tcx_softc *sc, struct wsdisplay_cursor *cur)
sys/dev/sbus/tcx.c
1420
tcx_set_cursor(struct tcx_softc *sc)
sys/dev/sbus/tcx.c
162
static void tcx_reset(struct tcx_softc *);
sys/dev/sbus/tcx.c
163
static void tcx_loadcmap(struct tcx_softc *, int, int);
sys/dev/sbus/tcx.c
168
static void tcx_init_cmap(struct tcx_softc *);
sys/dev/sbus/tcx.c
170
static void tcx_clearscreen(struct tcx_softc *, int);
sys/dev/sbus/tcx.c
177
static void tcx_set_video(struct tcx_softc *, int);
sys/dev/sbus/tcx.c
178
static int tcx_do_cursor(struct tcx_softc *, struct wsdisplay_cursor *);
sys/dev/sbus/tcx.c
179
static void tcx_set_cursor(struct tcx_softc *);
sys/dev/sbus/tcx.c
213
struct tcx_softc *sc = device_private(self);
sys/dev/sbus/tcx.c
449
struct tcx_softc *sc = device_lookup_private(&tcx_cd, minor(dev));
sys/dev/sbus/tcx.c
459
struct tcx_softc *sc = device_lookup_private(&tcx_cd, minor(dev));
sys/dev/sbus/tcx.c
531
tcx_reset(struct tcx_softc *sc)
sys/dev/sbus/tcx.c
541
tcx_init_cmap(struct tcx_softc *sc)
sys/dev/sbus/tcx.c
558
tcx_loadcmap(struct tcx_softc *sc, int start, int ncolors)
sys/dev/sbus/tcx.c
578
struct tcx_softc *sc = device_private(dev);
sys/dev/sbus/tcx.c
592
tcx_set_video(struct tcx_softc *sc, int unblank)
sys/dev/sbus/tcx.c
647
struct tcx_softc *sc = device_lookup_private(&tcx_cd, minor(dev));
sys/dev/sbus/tcx.c
730
struct tcx_softc *sc = vd->cookie;
sys/dev/sbus/tcx.c
913
struct tcx_softc *sc = vd->cookie;
sys/dev/sbus/tcx.c
938
struct tcx_softc *sc = cookie;
sys/dev/sbus/tcx.c
969
tcx_clearscreen(struct tcx_softc *sc, int spc)
sys/dev/sbus/tcx.c
989
struct tcx_softc *sc = scr->scr_cookie;