Home
last modified time | relevance | path

Searched refs:RB_MUTEMSGS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_boot.c73 { "boot_mutemsgs", RB_MUTEMSGS},
140 RB_MUTE, RB_MUTEMSGS, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE in boot_parse_arg()
164 case 'M': howto |= RB_MUTEMSGS; break; in boot_parse_arg()
H A Dkern_cons.c145 if ((boothowto & (RB_MUTEMSGS | RB_VERBOSE)) == RB_MUTEMSGS) { in mute_console()
/freebsd/sys/sys/
H A Dreboot.h63 #define RB_MUTEMSGS 0x800000 /* start up with console muted after banner */ macro