cgeight_softc
CFATTACH_DECL_NEW(cgeight, sizeof(struct cgeight_softc),
static void cgeightloadcmap(struct cgeight_softc *, int, int);
static int cgeight_get_video(struct cgeight_softc *);
static void cgeight_set_video(struct cgeight_softc *, int);
struct cgeight_softc *sc = device_private(self);
struct cgeight_softc *sc = device_lookup_private(&cgeight_cd,
struct cgeight_softc *sc = device_lookup_private(&cgeight_cd,
cgeight_get_video(struct cgeight_softc *sc)
cgeight_set_video(struct cgeight_softc *sc, int enable)
cgeightloadcmap(struct cgeight_softc *sc, int start, int ncolors)