Searched defs:ite_softc (Results 1 – 3 of 3) sorted by relevance
55 struct ite_softc { struct56 device_t device; /* _Must_ be first */57 char argbuf[MAX_ARGSIZE];58 struct grf_softc *grf; /* XXX */59 char *ap;60 struct tty *tp;61 void *priv;62 font_info font;63 u_char *tabs;64 struct kbdmap *kbdmap;[all …]
51 struct ite_softc { struct52 struct tty *tp;53 char argbuf[MAX_ARGSIZE];54 struct grf_softc *grf; /* XXX */55 void *priv;56 char *ap;57 u_char *tabs;58 int flags;59 int open_count;60 short cursorx;[all …]
64 struct ite_softc { struct65 device_t device;66 struct grf_softc *grf;67 struct itesw *isw;68 int flags;69 int type;70 int open_cnt;71 void *priv;72 short curx, cury;73 short cursorx, cursory;[all …]