HomeSort by: relevance | last modified time | path
    Searched defs:ofb_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/dev/
ofb.c 64 struct ofb_softc { struct
87 CFATTACH_DECL_NEW(ofb, sizeof(struct ofb_softc),
113 static void ofb_putpalreg(struct ofb_softc *, int, uint8_t, uint8_t,
116 static int ofb_getcmap(struct ofb_softc *, struct wsdisplay_cmap *);
117 static int ofb_putcmap(struct ofb_softc *, struct wsdisplay_cmap *);
118 static void ofb_init_cmap(struct ofb_softc *);
144 struct ofb_softc *sc = device_private(self);
238 struct ofb_softc *sc = cookie;
250 struct ofb_softc *sc = vd->cookie;
320 struct ofb_softc *sc = vd->cookie
    [all...]

Completed in 11 milliseconds