cons_channel
extern void kd_attach_input(struct cons_channel *);
struct cons_channel *cc;
struct cons_channel *cc = kd->kd_in;
struct cons_channel *cc;
cons_attach_input(struct cons_channel *cc, struct consdev *cn)
kd_attach_input(struct cons_channel *cc)
static int kd_rom_iopen(struct cons_channel *);
static int kd_rom_iclose(struct cons_channel *);
static struct cons_channel prom_cons_channel = {
kd_rom_iopen(struct cons_channel *cc)
kd_rom_iclose(struct cons_channel *cc)
struct cons_channel *cc = arg;
struct cons_channel *kd_in;
void kd_attach_input(struct cons_channel *);
struct cons_channel *cc = kd->kd_in;
struct cons_channel *cc;
static int kd_rom_iopen(struct cons_channel *);
static int kd_rom_iclose(struct cons_channel *);
static struct cons_channel prom_cons_channel;
kd_rom_iopen(struct cons_channel *cc)
kd_rom_iclose(struct cons_channel *cc)
cons_attach_input(struct cons_channel *cc, struct consdev *cn)
void kd_attach_input(struct cons_channel *);
kd_attach_input(struct cons_channel *cc)
struct cons_channel *kd_in;
struct cons_channel *cc = kd->kd_in;
struct cons_channel *cc;
static int kd_rom_iopen(struct cons_channel *);
static int kd_rom_iclose(struct cons_channel *);
static struct cons_channel prom_cons_channel;
kd_rom_iopen(struct cons_channel *cc)
kd_rom_iclose(struct cons_channel *cc)
cons_attach_input(struct cons_channel *cc, struct consdev *cn)
void kd_attach_input(struct cons_channel *);
kd_attach_input(struct cons_channel *cc)
struct cons_channel *kd_in;
struct cons_channel *cc = kd->kd_in;
struct cons_channel *cc;
cons_attach_input(struct cons_channel *cc, struct consdev *cn)
static int kd_rom_iopen(struct cons_channel *);
static int kd_rom_iclose(struct cons_channel *);
static struct cons_channel prom_cons_channel;
kd_rom_iopen(struct cons_channel *cc)
kd_rom_iclose(struct cons_channel *cc)
struct cons_channel *kd_in;
static int kbd_cc_open(struct cons_channel *);
static int kbd_cc_close(struct cons_channel *);
struct cons_channel *
struct cons_channel *cc;
kbd_cc_open(struct cons_channel *cc)
kbd_cc_close(struct cons_channel *cc)
struct cons_channel *cc = kbd_cc_alloc(&k->k_kbd);
int (*cc_iopen)(struct cons_channel *); /* open underlying device */
int (*cc_iclose)(struct cons_channel *); /* close underlying device */
extern struct cons_channel *kbd_cc_alloc(struct kbd_softc *);
extern void cons_attach_input(struct cons_channel *, struct consdev *);
struct cons_channel *k_cc;
struct cons_channel *cc;
extern void kd_attach_input(struct cons_channel *);