Home
last modified time | relevance | path

Searched defs:sc_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dsyscons.h187 typedef struct sc_softc { struct
188 int unit; /* unit # */
189 int config; /* configuration flags */
194 int flags; /* status flags */
210 struct keyboard *kbd; /* NULL if unavailable. */
212 int adapter;
213 struct video_adapter *adp;
214 int initial_mode; /* initial video mode */
216 int first_vty;
217 int vtys;
[all …]