Home
last modified time | relevance | path

Searched refs:RB_SERIAL (Results 1 – 13 of 13) sorted by relevance

/freebsd/stand/i386/libi386/
H A Dbootinfo.c58 howto |= RB_SERIAL; in bi_getboothowto()
63 if (vidconsole && (howto & RB_SERIAL)) in bi_getboothowto()
71 howto &= ~RB_SERIAL; in bi_getboothowto()
/freebsd/stand/userboot/userboot/
H A Dbootinfo.c56 howto |= RB_SERIAL; in bi_getboothowto()
61 if (vidconsole && (howto & RB_SERIAL)) in bi_getboothowto()
70 howto &= ~RB_SERIAL; in bi_getboothowto()
/freebsd/sys/kern/
H A Dsubr_boot.c75 { "boot_serial", RB_SERIAL},
140 RB_MUTE, RB_MUTEMSGS, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE in boot_parse_arg()
166 case 'h': howto |= RB_SERIAL; break; in boot_parse_arg()
H A Dinit_main.c745 if (boothowto & RB_SERIAL) in start_init()
/freebsd/sys/sys/
H A Dreboot.h52 #define RB_SERIAL 0x1000 /* use serial port as console */ macro
/freebsd/stand/efi/loader/
H A Dmain.c763 how = RB_MULTIPLE | RB_SERIAL; in parse_uefi_con_out()
826 how |= RB_SERIAL; in parse_uefi_con_out()
828 how |= RB_SERIAL; in parse_uefi_con_out()
1008 if ((uhowto & RB_SERIAL) != 0) in main()
1043 howto |= RB_SERIAL | RB_MULTIPLE; in main()
1069 #define SERIAL_ONLY RB_SERIAL in main()
1071 #define SER_VID_BOTH (RB_SERIAL | RB_MULTIPLE) in main()
1072 #define CON_MASK (RB_SERIAL | RB_MULTIPLE) in main()
H A Dbootinfo.c88 howto |= RB_SERIAL; in bi_getboothowto()
/freebsd/stand/i386/loader/
H A Dmain.c150 if (initial_howto & RB_SERIAL) in main()
154 } else if (initial_howto & RB_SERIAL) { in main()
/freebsd/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_cons.c276 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in aju_cnprobe()
/freebsd/stand/common/
H A Dmetadata.c59 howto |= RB_SERIAL; in md_getboothowto()
/freebsd/sys/dev/uart/
H A Duart_tty.c95 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in uart_cnprobe()
/freebsd/stand/efi/libefi/
H A Defi_console.c962 if ((mode & (RB_SERIAL | RB_MULTIPLE)) == 0) { in cons_update_mode()
1224 if ((mode & (RB_SERIAL | RB_MULTIPLE)) != 0 || screen_buffer == NULL) { in efi_cons_putchar()
/freebsd/sys/dev/xen/console/
H A Dxen_console.c596 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in xencons_cnprobe()