Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_boot.c75 { "boot_serial", RB_SERIAL},
138 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE in boot_parse_arg()
163 case 'h': howto |= RB_SERIAL; break; in boot_parse_arg()
H A Dinit_main.c726 if (boothowto & RB_SERIAL) in start_init()
/f-stack/freebsd/sys/
H A Dreboot.h55 #define RB_SERIAL 0x1000 /* use serial port as console */ macro
/f-stack/freebsd/mips/cavium/
H A Docteon_pci_console.c109 cp->cn_pri = (boothowto & RB_SERIAL) ? CN_REMOTE : CN_NORMAL; in opcic_cnprobe()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_machdep.c246 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_machdep.c239 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start()
/f-stack/freebsd/mips/nlm/
H A Dxlp_machdep.c516 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start()