Home
last modified time | relevance | path

Searched refs:CN_NORMAL (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/sys/arm/freescale/imx/
HDimx_console.c142 cp->cn_pri = CN_NORMAL; in uart_cnprobe()
/freebsd-13-stable/sys/sys/
HDcons.h84 #define CN_NORMAL 2 /* device exists but is nothing special */ macro
/freebsd-13-stable/sys/powerpc/mambo/
HDmambo_console.c135 cp->cn_pri = CN_NORMAL; in mambo_cnprobe()
/freebsd-13-stable/sys/riscv/riscv/
HDriscv_console.c174 cp->cn_pri = CN_NORMAL; in riscv_cnprobe()
/freebsd-13-stable/sys/isa/
HDsyscons_isa.c179 return ((*flags & SC_KERNEL_CONSOLE) != 0 ? CN_INTERNAL : CN_NORMAL); in sc_get_cons_priority()
/freebsd-13-stable/sys/dev/altera/jtag_uart/
HDaltera_jtag_uart_cons.c279 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in aju_cnprobe()
/freebsd-13-stable/sys/dev/gxemul/cons/
HDgxemul_cons.c221 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in gxemul_cons_cnprobe()
/freebsd-13-stable/sys/mips/cavium/
HDocteon_pci_console.c105 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in opcic_cnprobe()
/freebsd-13-stable/sys/dev/dcons/
HDdcons_os.c258 cp->cn_pri = CN_NORMAL; in dcons_cnprobe()
/freebsd-13-stable/sys/dev/uart/
HDuart_tty.c96 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in uart_cnprobe()
/freebsd-13-stable/sys/powerpc/pseries/
HDphyp_console.c221 cp->cn_pri = CN_NORMAL; in uart_phyp_cnprobe()
/freebsd-13-stable/sys/powerpc/powernv/
HDopal_console.c268 cp->cn_pri = CN_NORMAL; in uart_opal_cnprobe()
/freebsd-13-stable/sys/dev/xen/console/
HDxen_console.c592 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in xencons_cnprobe()
/freebsd-13-stable/sys/dev/usb/serial/
HDusb_serial.c483 cp->cn_pri = CN_NORMAL; in ucom_attach_tty()
1655 cp->cn_pri = CN_NORMAL; in ucom_cnprobe()