Symbol: xcfb_softc
sys/dev/tc/xcfb.c
141
static void xcfb_screenblank(struct xcfb_softc *);
sys/dev/tc/xcfb.c
142
static void xcfb_cmap_init(struct xcfb_softc *);
sys/dev/tc/xcfb.c
143
static int set_cmap(struct xcfb_softc *, struct wsdisplay_cmap *);
sys/dev/tc/xcfb.c
144
static int get_cmap(struct xcfb_softc *, struct wsdisplay_cmap *);
sys/dev/tc/xcfb.c
145
static int set_cursor(struct xcfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/xcfb.c
146
static int get_cursor(struct xcfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/xcfb.c
147
static void set_curpos(struct xcfb_softc *, struct wsdisplay_curpos *);
sys/dev/tc/xcfb.c
149
static void ims332_set_curpos(struct xcfb_softc *);
sys/dev/tc/xcfb.c
150
static void ims332_load_curcmap(struct xcfb_softc *);
sys/dev/tc/xcfb.c
151
static void ims332_load_curshape(struct xcfb_softc *);
sys/dev/tc/xcfb.c
215
struct xcfb_softc *sc = device_private(self);
sys/dev/tc/xcfb.c
252
xcfb_cmap_init(struct xcfb_softc *sc)
sys/dev/tc/xcfb.c
390
struct xcfb_softc *sc = v;
sys/dev/tc/xcfb.c
482
struct xcfb_softc *sc = v;
sys/dev/tc/xcfb.c
501
struct xcfb_softc *sc = v;
sys/dev/tc/xcfb.c
520
struct xcfb_softc *sc = v;
sys/dev/tc/xcfb.c
531
xcfb_screenblank(struct xcfb_softc *sc)
sys/dev/tc/xcfb.c
541
get_cmap(struct xcfb_softc *sc, struct wsdisplay_cmap *p)
sys/dev/tc/xcfb.c
560
set_cmap(struct xcfb_softc *sc, struct wsdisplay_cmap *p)
sys/dev/tc/xcfb.c
585
set_cursor(struct xcfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/xcfb.c
653
get_cursor(struct xcfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/xcfb.c
659
set_curpos(struct xcfb_softc *sc, struct wsdisplay_curpos *curpos)
sys/dev/tc/xcfb.c
689
ims332_set_curpos(struct xcfb_softc *sc)
sys/dev/tc/xcfb.c
702
ims332_load_curcmap(struct xcfb_softc *sc)
sys/dev/tc/xcfb.c
717
ims332_load_curshape(struct xcfb_softc *sc)
sys/dev/tc/xcfb.c
98
CFATTACH_DECL_NEW(xcfb, sizeof(struct xcfb_softc),