Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_boot.c73 { "boot_mute", RB_MUTE},
138 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE in boot_parse_arg()
161 case 'm': howto |= RB_MUTE; break; in boot_parse_arg()
H A Dkern_cons.c141 cn_mute = ((boothowto & (RB_MUTE in cninit()
144 |RB_ASKNAME)) == RB_MUTE); in cninit()
/f-stack/freebsd/sys/
H A Dreboot.h59 #define RB_MUTE 0x10000 /* start up with the console muted */ macro