cg4_softc
void (*sc_ldcmap)(struct cg4_softc *);
CFATTACH_DECL_NEW(cgfour, sizeof(struct cg4_softc),
static void cg4a_init (struct cg4_softc *);
static void cg4a_ldcmap(struct cg4_softc *);
static void cg4b_init (struct cg4_softc *);
static void cg4b_ldcmap(struct cg4_softc *);
struct cg4_softc *sc = device_private(self);
struct cg4_softc *sc;
struct cg4_softc *sc = device_lookup_private(&cgfour_cd, minor(dev));
struct cg4_softc *sc = device_lookup_private(&cgfour_cd, minor(dev));
struct cg4_softc *sc = fb->fb_private;
struct cg4_softc *sc = fb->fb_private;
struct cg4_softc *sc = fb->fb_private;
struct cg4_softc *sc = fb->fb_private;
cg4a_init(struct cg4_softc *sc)
cg4a_ldcmap(struct cg4_softc *sc)
cg4b_init(struct cg4_softc *sc)
cg4b_ldcmap(struct cg4_softc *sc)