Lines Matching defs:stic_info
74 struct stic_info { struct
84 u_int32_t *(*si_pbuf_get)(struct stic_info *); argument
85 int (*si_pbuf_post)(struct stic_info *, u_int32_t *); argument
86 int (*si_ioctl)(struct stic_info *, u_long, void *, int, argument
88 int si_pbuf_select;
89 int si_hwflags;
91 struct stic_screen *si_curscreen;
92 struct wsdisplay_font *si_font;
94 int si_consw;
95 int si_consh;
96 int si_fontw;
97 int si_fonth;
98 int si_stamph;
99 int si_stamphm;
100 int si_stampw;
101 int si_depth;
102 int si_disptype;
126 void stic_init(struct stic_info *); argument