Searched refs:cons_channel (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/dev/sun/
H A Dkbdvar.h79 struct cons_channel *k_cc;
106 struct cons_channel { struct
112 int (*cc_iopen)(struct cons_channel *); /* open underlying device */
113 int (*cc_iclose)(struct cons_channel *); /* close underlying device */
127 extern struct cons_channel *kbd_cc_alloc(struct kbd_softc *);
140 extern void cons_attach_input(struct cons_channel *, struct consdev *);
H A Dsunkbd.c135 struct cons_channel *cc;
186 extern void kd_attach_input(struct cons_channel *);
H A Dkbd.c149 static int kbd_cc_open(struct cons_channel *);
150 static int kbd_cc_close(struct cons_channel *);
509 struct cons_channel *
512 struct cons_channel *cc;
535 kbd_cc_open(struct cons_channel *cc)
562 kbd_cc_close(struct cons_channel *cc)
654 * pass them up to cons_channel's upstream hook.
H A Dkbd_zs.c157 struct cons_channel *cc = kbd_cc_alloc(&k->k_kbd);
/netbsd-current/sys/arch/sun3/dev/
H A Dkd.c73 struct cons_channel *kd_in;
170 struct cons_channel *cc = kd->kd_in;
199 struct cons_channel *cc;
371 cons_attach_input(struct cons_channel *cc, struct consdev *cn)
382 static int kd_rom_iopen(struct cons_channel *);
383 static int kd_rom_iclose(struct cons_channel *);
385 static struct cons_channel prom_cons_channel;
388 kd_rom_iopen(struct cons_channel *cc)
395 kd_rom_iclose(struct cons_channel *cc)
/netbsd-current/sys/arch/sparc/dev/
H A Dkd.c85 struct cons_channel *kd_in;
95 void kd_attach_input(struct cons_channel *);
223 struct cons_channel *cc = kd->kd_in;
254 struct cons_channel *cc;
436 cons_attach_input(struct cons_channel *cc, struct consdev *cn)
445 kd_attach_input(struct cons_channel *cc)
458 static int kd_rom_iopen(struct cons_channel *);
459 static int kd_rom_iclose(struct cons_channel *);
462 static struct cons_channel prom_cons_channel = {
472 kd_rom_iopen(struct cons_channel *c
[all...]
H A Dkbd_pckbport.c217 extern void kd_attach_input(struct cons_channel *);
218 struct cons_channel *cc;
/netbsd-current/sys/arch/sparc64/dev/
H A Dkd.c99 struct cons_channel *kd_in;
194 struct cons_channel *cc = kd->kd_in;
226 struct cons_channel *cc;
401 static int kd_rom_iopen(struct cons_channel *);
402 static int kd_rom_iclose(struct cons_channel *);
404 static struct cons_channel prom_cons_channel;
407 kd_rom_iopen(struct cons_channel *cc)
413 kd_rom_iclose(struct cons_channel *cc)
463 cons_attach_input(struct cons_channel *cc, struct consdev *cn)
498 void kd_attach_input(struct cons_channel *);
[all...]
/netbsd-current/sys/arch/sun2/dev/
H A Dkd.c82 struct cons_channel *kd_in;
237 struct cons_channel *cc = kd->kd_in;
269 struct cons_channel *cc;
446 static int kd_rom_iopen(struct cons_channel *);
447 static int kd_rom_iclose(struct cons_channel *);
449 static struct cons_channel prom_cons_channel;
452 kd_rom_iopen(struct cons_channel *cc)
458 kd_rom_iclose(struct cons_channel *cc)
509 cons_attach_input(struct cons_channel *cc, struct consdev *cn)
544 void kd_attach_input(struct cons_channel *);
[all...]

Completed in 148 milliseconds