om_hwdevconfig
struct om_hwdevconfig *sc_dc; /* device configuration */
static struct om_hwdevconfig omfb_console_dc;
static void omfb_resetcmap(struct om_hwdevconfig *);
static void omfb_getdevconfig(paddr_t, struct om_hwdevconfig *);
sc->sc_dc = kmem_zalloc(sizeof(struct om_hwdevconfig),
struct om_hwdevconfig *dc = &omfb_console_dc;
struct om_hwdevconfig *dc = sc->sc_dc;
struct om_hwdevconfig *dc = sc->sc_dc;
omfb_resetcmap(struct om_hwdevconfig *dc)
omfb_getdevconfig(paddr_t paddr, struct om_hwdevconfig *dc)