Lines Matching refs:cons_channel
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)
487 kd_rom_iclose(struct cons_channel *cc)
500 struct cons_channel *cc = arg;