Home
last modified time | relevance | path

Searched refs:RB_VERBOSE (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_boot.c77 { "boot_verbose", RB_VERBOSE},
138 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE in boot_parse_arg()
169 case 'v': howto |= RB_VERBOSE; break; in boot_parse_arg()
H A Dkern_cons.c143 |RB_VERBOSE in cninit()
H A Dinit_main.c244 if (boothowto & RB_VERBOSE) in mi_startup()
/f-stack/freebsd/sys/
H A Dreboot.h54 #define RB_VERBOSE 0x800 /* print all potentially useful info */ macro
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_machdep.c59 boothowto |= RB_VERBOSE|RB_MULTIPLE; in imx51_attach()
/f-stack/freebsd/arm/arm/
H A Dmachdep_boot.c433 if (boothowto & RB_VERBOSE) in arm_add_efi_map_entries()
440 if (boothowto & RB_VERBOSE) { in arm_add_efi_map_entries()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_machdep.c247 boothowto |= (RB_VERBOSE); in platform_start()
/f-stack/freebsd/mips/mips/
H A Dmachdep.c185 if (boothowto & RB_VERBOSE) in cpu_startup()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1010 if (boothowto & RB_VERBOSE) in add_physmap_entry()
1061 if (boothowto & RB_VERBOSE) in bios_add_smap_entries()
1112 if (boothowto & RB_VERBOSE) in add_efi_map_entries()
1118 if (boothowto & RB_VERBOSE) { in add_efi_map_entries()
1294 (boothowto & RB_VERBOSE)) in getmemsize()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1705 if (boothowto & RB_VERBOSE) in add_physmap_entry()
1750 if (boothowto & RB_VERBOSE) in add_smap_entry()
2007 (boothowto & RB_VERBOSE)) in getmemsize()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c1344 if (boothowto & RB_VERBOSE) { in initarm()