Symbol: consdev
sys/arm/freescale/imx/imx_console.c
125
uart_cngrab(struct consdev *cp)
sys/arm/freescale/imx/imx_console.c
131
uart_cnungrab(struct consdev *cp)
sys/arm/freescale/imx/imx_console.c
137
uart_cnprobe(struct consdev *cp)
sys/arm/freescale/imx/imx_console.c
145
uart_cninit(struct consdev *cp)
sys/arm/freescale/imx/imx_console.c
153
uart_cnputc(struct consdev *cp, int c)
sys/arm/freescale/imx/imx_console.c
160
uart_cngetc(struct consdev * cp)
sys/arm/freescale/imx/imx_console.c
167
uart_cnterm(struct consdev * cp)
sys/dev/cfe/cfe_console.c
151
cfe_cnprobe(struct consdev *cp)
sys/dev/cfe/cfe_console.c
173
cfe_cninit(struct consdev *cp)
sys/dev/cfe/cfe_console.c
180
cfe_cnterm(struct consdev *cp)
sys/dev/cfe/cfe_console.c
186
cfe_cngrab(struct consdev *cp)
sys/dev/cfe/cfe_console.c
192
cfe_cnungrab(struct consdev *cp)
sys/dev/cfe/cfe_console.c
198
cfe_cngetc(struct consdev *cp)
sys/dev/cfe/cfe_console.c
213
cfe_cnputc(struct consdev *cp, int c)
sys/dev/dcons/dcons_os.c
252
dcons_cnprobe(struct consdev *cp)
sys/dev/dcons/dcons_os.c
263
dcons_cninit(struct consdev *cp)
sys/dev/dcons/dcons_os.c
270
dcons_cnterm(struct consdev *cp)
sys/dev/dcons/dcons_os.c
275
dcons_cngrab(struct consdev *cp)
sys/dev/dcons/dcons_os.c
280
dcons_cnungrab(struct consdev *cp)
sys/dev/dcons/dcons_os.c
285
dcons_cngetc(struct consdev *cp)
sys/dev/dcons/dcons_os.c
292
dcons_cnputc(struct consdev *cp, int c)
sys/dev/dcons/dcons_os.h
44
struct consdev *cdev;
sys/dev/ofw/ofw_console.c
162
ofw_cnprobe(struct consdev *cp)
sys/dev/ofw/ofw_console.c
185
ofw_cninit(struct consdev *cp)
sys/dev/ofw/ofw_console.c
193
ofw_cnterm(struct consdev *cp)
sys/dev/ofw/ofw_console.c
198
ofw_cngrab(struct consdev *cp)
sys/dev/ofw/ofw_console.c
203
ofw_cnungrab(struct consdev *cp)
sys/dev/ofw/ofw_console.c
208
ofw_cngetc(struct consdev *cp)
sys/dev/ofw/ofw_console.c
223
ofw_cnputc(struct consdev *cp, int c)
sys/dev/syscons/syscons.c
105
static struct consdev *sc_consptr;
sys/dev/syscons/syscons.c
1719
sc_cnprobe(struct consdev *cp)
sys/dev/syscons/syscons.c
1746
sc_cninit(struct consdev *cp)
sys/dev/syscons/syscons.c
1759
sc_cnterm(struct consdev *cp)
sys/dev/syscons/syscons.c
1943
sc_cngrab(struct consdev *cp)
sys/dev/syscons/syscons.c
1958
sc_cnungrab(struct consdev *cp)
sys/dev/syscons/syscons.c
1978
sc_cnputc(struct consdev *cd, int c)
sys/dev/syscons/syscons.c
2082
sc_cngetc(struct consdev *cd)
sys/dev/uart/uart_tty.c
100
uart_cninit(struct consdev *cp)
sys/dev/uart/uart_tty.c
122
uart_cnresume(struct consdev *cp)
sys/dev/uart/uart_tty.c
129
uart_cnterm(struct consdev *cp)
sys/dev/uart/uart_tty.c
136
uart_cngrab(struct consdev *cp)
sys/dev/uart/uart_tty.c
143
uart_cnungrab(struct consdev *cp)
sys/dev/uart/uart_tty.c
150
uart_cnputc(struct consdev *cp, int c)
sys/dev/uart/uart_tty.c
157
uart_cngetc(struct consdev *cp)
sys/dev/uart/uart_tty.c
430
sprintf(((struct consdev *)sc->sc_sysdev->cookie)->cn_name,
sys/dev/uart/uart_tty.c
81
uart_cnprobe(struct consdev *cp)
sys/dev/usb/serial/usb_serial.c
1651
ucom_cnprobe(struct consdev *cp)
sys/dev/usb/serial/usb_serial.c
1662
ucom_cninit(struct consdev *cp)
sys/dev/usb/serial/usb_serial.c
1667
ucom_cnterm(struct consdev *cp)
sys/dev/usb/serial/usb_serial.c
1672
ucom_cngrab(struct consdev *cp)
sys/dev/usb/serial/usb_serial.c
1677
ucom_cnungrab(struct consdev *cp)
sys/dev/usb/serial/usb_serial.c
1682
ucom_cngetc(struct consdev *cd)
sys/dev/usb/serial/usb_serial.c
1713
ucom_cnputc(struct consdev *cd, int c)
sys/dev/usb/serial/usb_serial.c
476
struct consdev *cp;
sys/dev/usb/serial/usb_serial.c
478
cp = malloc(sizeof(struct consdev), M_USBDEV,
sys/dev/usb/serial/usb_serial.h
167
struct consdev *sc_consdev;
sys/dev/vt/vt_core.c
1867
vtterm_cnprobe(struct terminal *tm, struct consdev *cp)
sys/dev/vt/vt_core.c
2268
cnavailable(vw->vw_terminal->consdev, FALSE);
sys/dev/vt/vt_core.c
3077
cnavailable(vw->vw_terminal->consdev, TRUE);
sys/dev/vt/vt_core.c
3096
cnavailable(vw->vw_terminal->consdev, FALSE);
sys/dev/xen/console/xen_console.c
589
xencons_cnprobe(struct consdev *cp)
sys/dev/xen/console/xen_console.c
600
xencons_cninit(struct consdev *cp)
sys/dev/xen/console/xen_console.c
607
xencons_cnterm(struct consdev *cp)
sys/dev/xen/console/xen_console.c
612
xencons_cngrab(struct consdev *cp)
sys/dev/xen/console/xen_console.c
617
xencons_cnungrab(struct consdev *cp)
sys/dev/xen/console/xen_console.c
622
xencons_cngetc(struct consdev *dev)
sys/dev/xen/console/xen_console.c
631
xencons_cnputc(struct consdev *dev, int c)
sys/gdb/gdb_cons.c
102
gdb_cngetc(struct consdev *cp)
sys/gdb/gdb_cons.c
143
gdb_cnputc(struct consdev *cp, int c)
sys/gdb/gdb_cons.c
67
gdb_cnprobe(struct consdev *cp)
sys/gdb/gdb_cons.c
74
gdb_cninit(struct consdev *cp)
sys/gdb/gdb_cons.c
87
gdb_cnterm(struct consdev *cp)
sys/gdb/gdb_cons.c
92
gdb_cngrab(struct consdev *cp)
sys/gdb/gdb_cons.c
97
gdb_cnungrab(struct consdev *cp)
sys/kern/kern_cons.c
124
static struct consdev cons_consdev;
sys/kern/kern_cons.c
126
SET_DECLARE(cons_set, struct consdev);
sys/kern/kern_cons.c
156
struct consdev *best_cn, *cn, **list;
sys/kern/kern_cons.c
231
cnadd(struct consdev *cn)
sys/kern/kern_cons.c
262
cnremove(struct consdev *cn)
sys/kern/kern_cons.c
295
cnselect(struct consdev *cn)
sys/kern/kern_cons.c
312
cnavailable(struct consdev *cn, int available)
sys/kern/kern_cons.c
345
struct consdev *cp, **list;
sys/kern/kern_cons.c
402
struct consdev *cn;
sys/kern/kern_cons.c
415
struct consdev *cn;
sys/kern/kern_cons.c
428
struct consdev *cn;
sys/kern/kern_cons.c
458
struct consdev *cn;
sys/kern/kern_cons.c
525
struct consdev *cn;
sys/kern/kern_cons.c
91
struct consdev *cnd_cn;
sys/kern/subr_terminal.c
525
struct consdev *cp;
sys/kern/subr_terminal.c
527
cp = tm->consdev;
sys/kern/subr_terminal.c
529
cp = malloc(sizeof(struct consdev), M_TERMINAL,
sys/kern/subr_terminal.c
537
tm->consdev = cp;
sys/kern/subr_terminal.c
547
termcn_cngrab(struct consdev *cp)
sys/kern/subr_terminal.c
555
termcn_cnungrab(struct consdev *cp)
sys/kern/subr_terminal.c
563
termcn_cnprobe(struct consdev *cp)
sys/kern/subr_terminal.c
572
tm->consdev = cp;
sys/kern/subr_terminal.c
579
termcn_cninit(struct consdev *cp)
sys/kern/subr_terminal.c
585
termcn_cnterm(struct consdev *cp)
sys/kern/subr_terminal.c
591
termcn_cngetc(struct consdev *cp)
sys/kern/subr_terminal.c
599
termcn_cnputc(struct consdev *cp, int c)
sys/powerpc/mambo/mambo_console.c
127
mambo_cnprobe(struct consdev *cp)
sys/powerpc/mambo/mambo_console.c
138
mambo_cninit(struct consdev *cp)
sys/powerpc/mambo/mambo_console.c
146
mambo_cnterm(struct consdev *cp)
sys/powerpc/mambo/mambo_console.c
151
mambo_cngrab(struct consdev *cp)
sys/powerpc/mambo/mambo_console.c
156
mambo_cnungrab(struct consdev *cp)
sys/powerpc/mambo/mambo_console.c
161
mambo_cngetc(struct consdev *cp)
sys/powerpc/mambo/mambo_console.c
178
mambo_cnputc(struct consdev *cp, int c)
sys/powerpc/powernv/opal_console.c
242
uart_opal_cnprobe(struct consdev *cp)
sys/powerpc/powernv/opal_console.c
325
uart_opal_cninit(struct consdev *cp)
sys/powerpc/powernv/opal_console.c
332
uart_opal_cnterm(struct consdev *cp)
sys/powerpc/powernv/opal_console.c
448
uart_opal_cngetc(struct consdev *cp)
sys/powerpc/powernv/opal_console.c
470
uart_opal_cnputc(struct consdev *cp, int c)
sys/powerpc/powernv/opal_console.c
485
uart_opal_cngrab(struct consdev *cp)
sys/powerpc/powernv/opal_console.c
490
uart_opal_cnungrab(struct consdev *cp)
sys/powerpc/powernv/opal_console.c
79
static struct consdev *stdout_cp;
sys/powerpc/pseries/phyp_console.c
192
uart_phyp_cnprobe(struct consdev *cp)
sys/powerpc/pseries/phyp_console.c
273
uart_phyp_cninit(struct consdev *cp)
sys/powerpc/pseries/phyp_console.c
280
uart_phyp_cnterm(struct consdev *cp)
sys/powerpc/pseries/phyp_console.c
397
uart_phyp_cngetc(struct consdev *cp)
sys/powerpc/pseries/phyp_console.c
413
uart_phyp_cnputc(struct consdev *cp, int c)
sys/powerpc/pseries/phyp_console.c
420
uart_phyp_cngrab(struct consdev *cp)
sys/powerpc/pseries/phyp_console.c
425
uart_phyp_cnungrab(struct consdev *cp)
sys/riscv/riscv/riscv_console.c
170
riscv_cnprobe(struct consdev *cp)
sys/riscv/riscv/riscv_console.c
177
riscv_cninit(struct consdev *cp)
sys/riscv/riscv/riscv_console.c
184
riscv_cnterm(struct consdev *cp)
sys/riscv/riscv/riscv_console.c
190
riscv_cngrab(struct consdev *cp)
sys/riscv/riscv/riscv_console.c
196
riscv_cnungrab(struct consdev *cp)
sys/riscv/riscv/riscv_console.c
202
riscv_cngetc(struct consdev *cp)
sys/riscv/riscv/riscv_console.c
218
riscv_cnputc(struct consdev *cp, int c)
sys/sys/cons.h
103
static struct consdev name = { \
sys/sys/cons.h
127
int cnadd(struct consdev *);
sys/sys/cons.h
128
void cnavailable(struct consdev *, int);
sys/sys/cons.h
129
void cnremove(struct consdev *);
sys/sys/cons.h
130
void cnselect(struct consdev *);
sys/sys/cons.h
40
struct consdev;
sys/sys/cons.h
43
typedef void cn_probe_t(struct consdev *);
sys/sys/cons.h
44
typedef void cn_init_t(struct consdev *);
sys/sys/cons.h
45
typedef void cn_term_t(struct consdev *);
sys/sys/cons.h
46
typedef void cn_grab_t(struct consdev *);
sys/sys/cons.h
47
typedef void cn_ungrab_t(struct consdev *);
sys/sys/cons.h
48
typedef int cn_getc_t(struct consdev *);
sys/sys/cons.h
49
typedef void cn_putc_t(struct consdev *, int);
sys/sys/terminal.h
156
typedef void tc_cnprobe_t(struct terminal *tm, struct consdev *cd);
sys/sys/terminal.h
206
struct consdev *consdev;