HomeSort by: relevance | last modified time | path
    Searched refs:cons_channel (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/sun/
kbdvar.h 79 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 *);
sunkbd.c 135 struct cons_channel *cc;
186 extern void kd_attach_input(struct cons_channel *);
kbd.c 149 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.
kbd_zs.c 157 struct cons_channel *cc = kbd_cc_alloc(&k->k_kbd);
  /src/sys/arch/sun3/dev/
kd.c 73 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)
  /src/sys/arch/sparc/dev/
kd.c 85 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 *cc
    [all...]
kbd_pckbport.c 217 extern void kd_attach_input(struct cons_channel *);
218 struct cons_channel *cc;
  /src/sys/arch/sparc64/dev/
kd.c 99 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...]
  /src/sys/arch/sun2/dev/
kd.c 82 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 16 milliseconds