HomeSort by: relevance | last modified time | path
    Searched defs:cons_channel (Results 1 - 1 of 1) 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 *);

Completed in 12 milliseconds