Lines Matching refs:consdev
43 struct consdev;
46 typedef void cn_probe_t(struct consdev *);
47 typedef void cn_init_t(struct consdev *);
48 typedef void cn_term_t(struct consdev *);
49 typedef void cn_grab_t(struct consdev *);
50 typedef void cn_ungrab_t(struct consdev *);
51 typedef int cn_getc_t(struct consdev *);
52 typedef void cn_putc_t(struct consdev *, int);
73 struct consdev { struct
104 static struct consdev name = { \
128 int cnadd(struct consdev *);
129 void cnavailable(struct consdev *, int);
130 void cnremove(struct consdev *);
131 void cnselect(struct consdev *);