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

  /src/sys/dev/wscons/
wsdisplay.c 116 struct wsdisplay_softc *sc;
122 static struct wsscreen *wsscreen_attach(struct wsdisplay_softc *, int,
127 static int wsdisplay_addscreen(struct wsdisplay_softc *, int, const char *, const char *);
128 static void wsdisplay_addscreen_print(struct wsdisplay_softc *, int, int);
129 static void wsdisplay_closescreen(struct wsdisplay_softc *, struct wsscreen *);
130 static int wsdisplay_delscreen(struct wsdisplay_softc *, int, int);
134 struct wsdisplay_softc { struct
187 CFATTACH_DECL_NEW(wsdisplay_emul, sizeof (struct wsdisplay_softc),
190 CFATTACH_DECL_NEW(wsdisplay_noemul, sizeof (struct wsdisplay_softc),
232 static void wsdisplay_common_attach(struct wsdisplay_softc *sc
    [all...]
wsdisplay.c 116 struct wsdisplay_softc *sc;
122 static struct wsscreen *wsscreen_attach(struct wsdisplay_softc *, int,
127 static int wsdisplay_addscreen(struct wsdisplay_softc *, int, const char *, const char *);
128 static void wsdisplay_addscreen_print(struct wsdisplay_softc *, int, int);
129 static void wsdisplay_closescreen(struct wsdisplay_softc *, struct wsscreen *);
130 static int wsdisplay_delscreen(struct wsdisplay_softc *, int, int);
134 struct wsdisplay_softc { struct
187 CFATTACH_DECL_NEW(wsdisplay_emul, sizeof (struct wsdisplay_softc),
190 CFATTACH_DECL_NEW(wsdisplay_noemul, sizeof (struct wsdisplay_softc),
232 static void wsdisplay_common_attach(struct wsdisplay_softc *sc
    [all...]
wsdisplay.c 116 struct wsdisplay_softc *sc;
122 static struct wsscreen *wsscreen_attach(struct wsdisplay_softc *, int,
127 static int wsdisplay_addscreen(struct wsdisplay_softc *, int, const char *, const char *);
128 static void wsdisplay_addscreen_print(struct wsdisplay_softc *, int, int);
129 static void wsdisplay_closescreen(struct wsdisplay_softc *, struct wsscreen *);
130 static int wsdisplay_delscreen(struct wsdisplay_softc *, int, int);
134 struct wsdisplay_softc { struct
187 CFATTACH_DECL_NEW(wsdisplay_emul, sizeof (struct wsdisplay_softc),
190 CFATTACH_DECL_NEW(wsdisplay_noemul, sizeof (struct wsdisplay_softc),
232 static void wsdisplay_common_attach(struct wsdisplay_softc *sc
    [all...]

Completed in 32 milliseconds