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

  /src/sys/dev/tc/
sfb.c 124 struct sfb_softc { struct
143 CFATTACH_DECL_NEW(sfb, sizeof(struct sfb_softc),
195 static void sfb_cmap_init(struct sfb_softc *);
196 static void sfb_screenblank(struct sfb_softc *);
198 static int get_cmap(struct sfb_softc *, struct wsdisplay_cmap *);
199 static int set_cmap(struct sfb_softc *, struct wsdisplay_cmap *);
200 static int set_cursor(struct sfb_softc *, struct wsdisplay_cursor *);
201 static int get_cursor(struct sfb_softc *, struct wsdisplay_cursor *);
202 static void set_curpos(struct sfb_softc *, struct wsdisplay_curpos *);
259 struct sfb_softc *sc = device_private(self)
    [all...]

Completed in 11 milliseconds