Symbol: cgsix_softc
sys/arch/sparc/dev/cgsix_obio.c
108
struct cgsix_softc *sc = device_private(self);
sys/arch/sparc/dev/cgsix_obio.c
70
CFATTACH_DECL_NEW(cgsix_obio, sizeof(struct cgsix_softc),
sys/dev/sbus/cgsix_sbus.c
69
CFATTACH_DECL_NEW(cgsix_sbus, sizeof(struct cgsix_softc),
sys/dev/sbus/cgsix_sbus.c
90
struct cgsix_softc *sc = device_private(self);
sys/dev/sun/cgsix.c
1024
struct cgsix_softc *sc = device_lookup_private(&cgsix_cd, minor(dev));
sys/dev/sun/cgsix.c
1080
cg6_setup_palette(struct cgsix_softc *sc)
sys/dev/sun/cgsix.c
1104
struct cgsix_softc *sc = vd->cookie;
sys/dev/sun/cgsix.c
1164
struct cgsix_softc *sc = vd->cookie;
sys/dev/sun/cgsix.c
1175
cgsix_putcmap(struct cgsix_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/sun/cgsix.c
119
static void cg6_blank(struct cgsix_softc *, int);
sys/dev/sun/cgsix.c
1206
cgsix_getcmap(struct cgsix_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/sun/cgsix.c
1238
struct cgsix_softc *sc = cookie;
sys/dev/sun/cgsix.c
1274
cgsix_rectfill(struct cgsix_softc *sc, int xs, int ys, int wi, int he,
sys/dev/sun/cgsix.c
1296
struct cgsix_softc *sc = cookie;
sys/dev/sun/cgsix.c
1315
cgsix_setup_mono(struct cgsix_softc *sc, int x, int y, int wi, int he,
sys/dev/sun/cgsix.c
1336
cgsix_feed_line(struct cgsix_softc *sc, int count, uint8_t *data)
sys/dev/sun/cgsix.c
1362
struct cgsix_softc *sc = scr->scr_cookie;
sys/dev/sun/cgsix.c
1416
struct cgsix_softc *sc = scr->scr_cookie;
sys/dev/sun/cgsix.c
147
static void cg6_reset (struct cgsix_softc *);
sys/dev/sun/cgsix.c
148
static void cg6_loadcmap (struct cgsix_softc *, int, int);
sys/dev/sun/cgsix.c
149
static void cg6_loadomap (struct cgsix_softc *);
sys/dev/sun/cgsix.c
150
static void cg6_setcursor (struct cgsix_softc *);/* set position */
sys/dev/sun/cgsix.c
151
static void cg6_loadcursor (struct cgsix_softc *);/* set shape */
sys/dev/sun/cgsix.c
1522
struct cgsix_softc *sc = scr->scr_cookie;
sys/dev/sun/cgsix.c
153
static void cg6_setup_palette(struct cgsix_softc *);
sys/dev/sun/cgsix.c
1549
cgsix_clearscreen(struct cgsix_softc *sc)
sys/dev/sun/cgsix.c
1572
cg6_invert(struct cgsix_softc *sc, int x, int y, int wi, int he)
sys/dev/sun/cgsix.c
168
static void cgsix_clearscreen(struct cgsix_softc *);
sys/dev/sun/cgsix.c
170
void cgsix_setup_mono(struct cgsix_softc *, int, int, int, int, uint32_t,
sys/dev/sun/cgsix.c
172
void cgsix_feed_line(struct cgsix_softc *, int, uint8_t *);
sys/dev/sun/cgsix.c
173
void cgsix_rectfill(struct cgsix_softc *, int, int, int, int, uint32_t);
sys/dev/sun/cgsix.c
176
int cgsix_putcmap(struct cgsix_softc *, struct wsdisplay_cmap *);
sys/dev/sun/cgsix.c
177
int cgsix_getcmap(struct cgsix_softc *, struct wsdisplay_cmap *);
sys/dev/sun/cgsix.c
205
void cg6_invert(struct cgsix_softc *, int, int, int, int);
sys/dev/sun/cgsix.c
314
static void cg6_ras_init(struct cgsix_softc *);
sys/dev/sun/cgsix.c
321
cg6_ras_init(struct cgsix_softc *sc)
sys/dev/sun/cgsix.c
344
struct cgsix_softc *sc = scr->scr_cookie;
sys/dev/sun/cgsix.c
362
struct cgsix_softc *sc = scr->scr_cookie;
sys/dev/sun/cgsix.c
401
struct cgsix_softc *sc = scr->scr_cookie;
sys/dev/sun/cgsix.c
448
struct cgsix_softc *sc = scr->scr_cookie;
sys/dev/sun/cgsix.c
477
struct cgsix_softc *sc = scr->scr_cookie;
sys/dev/sun/cgsix.c
505
cg6attach(struct cgsix_softc *sc, const char *name, int isconsole)
sys/dev/sun/cgsix.c
637
struct cgsix_softc *sc = device_private(dv);
sys/dev/sun/cgsix.c
650
struct cgsix_softc *sc = device_private(dv);
sys/dev/sun/cgsix.c
672
struct cgsix_softc *sc = device_lookup_private(&cgsix_cd, minor(dev));
sys/dev/sun/cgsix.c
845
cg6_reset(struct cgsix_softc *sc)
sys/dev/sun/cgsix.c
881
cg6_setcursor(struct cgsix_softc *sc)
sys/dev/sun/cgsix.c
893
cg6_loadcursor(struct cgsix_softc *sc)
sys/dev/sun/cgsix.c
922
cg6_loadcmap(struct cgsix_softc *sc, int start, int ncolors)
sys/dev/sun/cgsix.c
946
cg6_loadomap(struct cgsix_softc *sc)
sys/dev/sun/cgsix.c
967
cg6_blank(struct cgsix_softc *sc, int flag)
sys/dev/sun/cgsix.c
988
struct cgsix_softc *sc = device_private(dev);
sys/dev/sun/cgsixvar.h
88
void cg6attach(struct cgsix_softc *, const char *, int);