Lines Matching defs:stic_info
63 struct stic_info *ss_si;
74 struct stic_info {
84 u_int32_t *(*si_pbuf_get)(struct stic_info *);
85 int (*si_pbuf_post)(struct stic_info *, u_int32_t *);
86 int (*si_ioctl)(struct stic_info *, u_long, void *, int,
126 void stic_init(struct stic_info *);
127 void stic_attach(device_t, struct stic_info *, int);
128 void stic_cnattach(struct stic_info *);
129 void stic_reset(struct stic_info *);
130 void stic_flush(struct stic_info *);
132 extern struct stic_info stic_consinfo;