Symbol: cons_channel
sys/arch/sparc/dev/kbd_pckbport.c
217
extern void kd_attach_input(struct cons_channel *);
sys/arch/sparc/dev/kbd_pckbport.c
218
struct cons_channel *cc;
sys/arch/sparc/dev/kd.c
223
struct cons_channel *cc = kd->kd_in;
sys/arch/sparc/dev/kd.c
254
struct cons_channel *cc;
sys/arch/sparc/dev/kd.c
436
cons_attach_input(struct cons_channel *cc, struct consdev *cn)
sys/arch/sparc/dev/kd.c
445
kd_attach_input(struct cons_channel *cc)
sys/arch/sparc/dev/kd.c
458
static int kd_rom_iopen(struct cons_channel *);
sys/arch/sparc/dev/kd.c
459
static int kd_rom_iclose(struct cons_channel *);
sys/arch/sparc/dev/kd.c
462
static struct cons_channel prom_cons_channel = {
sys/arch/sparc/dev/kd.c
472
kd_rom_iopen(struct cons_channel *cc)
sys/arch/sparc/dev/kd.c
487
kd_rom_iclose(struct cons_channel *cc)
sys/arch/sparc/dev/kd.c
500
struct cons_channel *cc = arg;
sys/arch/sparc/dev/kd.c
85
struct cons_channel *kd_in;
sys/arch/sparc/dev/kd.c
95
void kd_attach_input(struct cons_channel *);
sys/arch/sparc64/dev/kd.c
194
struct cons_channel *cc = kd->kd_in;
sys/arch/sparc64/dev/kd.c
226
struct cons_channel *cc;
sys/arch/sparc64/dev/kd.c
401
static int kd_rom_iopen(struct cons_channel *);
sys/arch/sparc64/dev/kd.c
402
static int kd_rom_iclose(struct cons_channel *);
sys/arch/sparc64/dev/kd.c
404
static struct cons_channel prom_cons_channel;
sys/arch/sparc64/dev/kd.c
407
kd_rom_iopen(struct cons_channel *cc)
sys/arch/sparc64/dev/kd.c
413
kd_rom_iclose(struct cons_channel *cc)
sys/arch/sparc64/dev/kd.c
463
cons_attach_input(struct cons_channel *cc, struct consdev *cn)
sys/arch/sparc64/dev/kd.c
498
void kd_attach_input(struct cons_channel *);
sys/arch/sparc64/dev/kd.c
500
kd_attach_input(struct cons_channel *cc)
sys/arch/sparc64/dev/kd.c
99
struct cons_channel *kd_in;
sys/arch/sun2/dev/kd.c
237
struct cons_channel *cc = kd->kd_in;
sys/arch/sun2/dev/kd.c
269
struct cons_channel *cc;
sys/arch/sun2/dev/kd.c
446
static int kd_rom_iopen(struct cons_channel *);
sys/arch/sun2/dev/kd.c
447
static int kd_rom_iclose(struct cons_channel *);
sys/arch/sun2/dev/kd.c
449
static struct cons_channel prom_cons_channel;
sys/arch/sun2/dev/kd.c
452
kd_rom_iopen(struct cons_channel *cc)
sys/arch/sun2/dev/kd.c
458
kd_rom_iclose(struct cons_channel *cc)
sys/arch/sun2/dev/kd.c
509
cons_attach_input(struct cons_channel *cc, struct consdev *cn)
sys/arch/sun2/dev/kd.c
544
void kd_attach_input(struct cons_channel *);
sys/arch/sun2/dev/kd.c
546
kd_attach_input(struct cons_channel *cc)
sys/arch/sun2/dev/kd.c
82
struct cons_channel *kd_in;
sys/arch/sun3/dev/kd.c
170
struct cons_channel *cc = kd->kd_in;
sys/arch/sun3/dev/kd.c
199
struct cons_channel *cc;
sys/arch/sun3/dev/kd.c
371
cons_attach_input(struct cons_channel *cc, struct consdev *cn)
sys/arch/sun3/dev/kd.c
382
static int kd_rom_iopen(struct cons_channel *);
sys/arch/sun3/dev/kd.c
383
static int kd_rom_iclose(struct cons_channel *);
sys/arch/sun3/dev/kd.c
385
static struct cons_channel prom_cons_channel;
sys/arch/sun3/dev/kd.c
388
kd_rom_iopen(struct cons_channel *cc)
sys/arch/sun3/dev/kd.c
395
kd_rom_iclose(struct cons_channel *cc)
sys/arch/sun3/dev/kd.c
73
struct cons_channel *kd_in;
sys/dev/sun/kbd.c
149
static int kbd_cc_open(struct cons_channel *);
sys/dev/sun/kbd.c
150
static int kbd_cc_close(struct cons_channel *);
sys/dev/sun/kbd.c
509
struct cons_channel *
sys/dev/sun/kbd.c
512
struct cons_channel *cc;
sys/dev/sun/kbd.c
535
kbd_cc_open(struct cons_channel *cc)
sys/dev/sun/kbd.c
562
kbd_cc_close(struct cons_channel *cc)
sys/dev/sun/kbd_zs.c
157
struct cons_channel *cc = kbd_cc_alloc(&k->k_kbd);
sys/dev/sun/kbdvar.h
112
int (*cc_iopen)(struct cons_channel *); /* open underlying device */
sys/dev/sun/kbdvar.h
113
int (*cc_iclose)(struct cons_channel *); /* close underlying device */
sys/dev/sun/kbdvar.h
127
extern struct cons_channel *kbd_cc_alloc(struct kbd_softc *);
sys/dev/sun/kbdvar.h
140
extern void cons_attach_input(struct cons_channel *, struct consdev *);
sys/dev/sun/kbdvar.h
79
struct cons_channel *k_cc;
sys/dev/sun/sunkbd.c
135
struct cons_channel *cc;
sys/dev/sun/sunkbd.c
186
extern void kd_attach_input(struct cons_channel *);