| /freebsd-12-stable/sys/dev/ofw/ |
| D | ofw_console.c | 90 if (ofw_consdev.cn_pri != CN_DEAD && in cn_drvinit() 169 cp->cn_pri = CN_DEAD; in ofw_cnprobe() 174 cp->cn_pri = CN_DEAD; in ofw_cnprobe() 179 cp->cn_pri = CN_DEAD; in ofw_cnprobe() 183 cp->cn_pri = CN_LOW; in ofw_cnprobe()
|
| /freebsd-12-stable/sys/powerpc/mambo/ |
| D | mambo_console.c | 83 if (mambo_consdev.cn_pri != CN_DEAD && in cn_drvinit() 133 cp->cn_pri = CN_DEAD; in mambo_cnprobe() 137 cp->cn_pri = CN_NORMAL; in mambo_cnprobe()
|
| /freebsd-12-stable/sys/dev/cfe/ |
| D | cfe_console.c | 90 if (cfe_consdev.cn_pri != CN_DEAD && in cn_drvinit() 159 cp->cn_pri = CN_DEAD; in cfe_cnprobe() 172 cp->cn_pri = CN_LOW; in cfe_cnprobe()
|
| /freebsd-12-stable/sys/dev/bvm/ |
| D | bvm_console.c | 113 if (bvm_consdev.cn_pri != CN_DEAD) { in cn_drvinit() 178 cp->cn_pri = CN_DEAD; in bvm_cnprobe() 187 cp->cn_pri = CN_REMOTE; in bvm_cnprobe()
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | riscv_console.c | 124 if (riscv_consdev.cn_pri != CN_DEAD && in cn_drvinit() 176 cp->cn_pri = CN_NORMAL; in riscv_cnprobe()
|
| /freebsd-12-stable/sys/mips/cavium/ |
| D | octeon_pci_console.c | 85 cp->cn_pri = CN_DEAD; in opcic_cnprobe() 109 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in opcic_cnprobe()
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_cons.c | 141 if (cn->cn_pri == CN_DEAD) in cninit() 143 if (best_cn == NULL || cn->cn_pri > best_cn->cn_pri) in cninit()
|
| D | subr_terminal.c | 504 cp->cn_pri = CN_INTERNAL; in termcn_cnregister() 539 cp->cn_pri = CN_DEAD; in termcn_cnprobe()
|
| /freebsd-12-stable/sys/arm/freescale/imx/ |
| D | imx_console.c | 146 cp->cn_pri = CN_NORMAL; in uart_cnprobe()
|
| /freebsd-12-stable/sys/arm/amlogic/aml8726/ |
| D | aml8726_uart_console.c | 79 cp->cn_pri = CN_REMOTE; in uart_cnprobe()
|
| /freebsd-12-stable/sys/dev/dcons/ |
| D | dcons_os.c | 256 cp->cn_pri = CN_REMOTE; in dcons_cnprobe() 258 cp->cn_pri = CN_NORMAL; in dcons_cnprobe()
|
| /freebsd-12-stable/sys/powerpc/pseries/ |
| D | phyp_console.c | 222 cp->cn_pri = CN_NORMAL; in uart_phyp_cnprobe() 227 cp->cn_pri = CN_DEAD; in uart_phyp_cnprobe()
|
| /freebsd-12-stable/sys/sys/ |
| D | cons.h | 76 short cn_pri; /* pecking order; the higher the better */ member
|
| /freebsd-12-stable/sys/gdb/ |
| D | gdb_cons.c | 70 cp->cn_pri = CN_LOW; /* XXX no way to say "write only" */ in gdb_cnprobe()
|
| /freebsd-12-stable/sys/dev/uart/ |
| D | uart_tty.c | 84 cp->cn_pri = CN_DEAD; in uart_cnprobe() 95 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in uart_cnprobe()
|
| /freebsd-12-stable/sys/dev/altera/jtag_uart/ |
| D | altera_jtag_uart_cons.c | 280 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in aju_cnprobe()
|
| /freebsd-12-stable/sys/powerpc/powernv/ |
| D | opal_console.c | 250 cp->cn_pri = CN_NORMAL; in uart_opal_cnprobe() 257 cp->cn_pri = CN_DEAD; in uart_opal_cnprobe()
|
| /freebsd-12-stable/sys/dev/gxemul/cons/ |
| D | gxemul_cons.c | 223 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in gxemul_cons_cnprobe()
|
| /freebsd-12-stable/sys/dev/usb/serial/ |
| D | usb_serial.c | 486 cp->cn_pri = CN_NORMAL; in ucom_attach_tty() 1604 cp->cn_pri = CN_NORMAL; in ucom_cnprobe() 1606 cp->cn_pri = CN_DEAD; in ucom_cnprobe()
|
| /freebsd-12-stable/sys/dev/xen/console/ |
| D | xen_console.c | 593 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in xencons_cnprobe()
|
| /freebsd-12-stable/sys/dev/vt/ |
| D | vt_core.c | 1480 cp->cn_pri = CN_DEAD; in vtterm_cnprobe() 1484 cp->cn_pri = vd->vd_driver->vd_init(vd); in vtterm_cnprobe() 1488 if (cp->cn_pri == CN_DEAD) { in vtterm_cnprobe()
|
| /freebsd-12-stable/sys/dev/syscons/ |
| D | syscons.c | 1703 cp->cn_pri = CN_DEAD; in sc_cnprobe() 1707 cp->cn_pri = sc_get_cons_priority(&unit, &flags); in sc_cnprobe() 1711 cp->cn_pri = CN_DEAD; in sc_cnprobe() 1716 if (cp->cn_pri == CN_DEAD) in sc_cnprobe()
|
| /freebsd-12-stable/sys/dev/sio/ |
| D | sio.c | 2450 cp->cn_pri = CN_DEAD; 2495 cp->cn_pri = COM_FORCECONSOLE(flags)
|