consdev
dcons_cnprobe(struct consdev *cp)
dcons_cninit(struct consdev *cp)
dcons_cninit_fini(struct consdev *cp)
dcons_cngetc(struct consdev *cp)
dcons_cncheckc(struct consdev *cp)
dcons_cnputc(struct consdev *cp, int c)
struct consdev *cdev;
sccnprobe(struct consdev *cp)
sccninit(struct consdev *cp)
sccninit_fini(struct consdev *cp)
sccnterm(struct consdev *cp)
siocnprobe(struct consdev *cp)
siocninit(struct consdev *cp)
siocninit_fini(struct consdev *cp)
struct consdev *cn_tab; /* physical console device info */
struct consdev *gdb_tab; /* physical gdb debugger device info */
SET_DECLARE(cons_set, struct consdev);
struct consdev *best_cp, *cp, **list;
SYSCTL_OPAQUE(_machdep, CPU_CONSDEV, consdev, CTLFLAG_RD,
static struct consdev *vconsole;
vconsprobe(struct consdev *cp)
vconsinit(struct consdev *cp)
vconsinit_fini(struct consdev *cp)
vconsterm(struct consdev *vp)
struct consdev;
typedef void cn_probe_t (struct consdev *);
typedef void cn_init_t (struct consdev *);
typedef void cn_init_fini_t (struct consdev *);
typedef void cn_term_t (struct consdev *);
extern struct consdev *cn_tab; /* console device */
extern struct consdev *gdb_tab;/* gdb debugger device */
static struct consdev name##_consdev = { \