Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tc/
H A Dsticvar.h74 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;
[all …]
H A Dstic.c272 static struct stic_info *stic_info[STIC_MAXDV]; variable