Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dmachdep_e500.c66 if ((boothowto & RB_VERBOSE) != 0 || (csr & L1CSR0_DCE) == 0) in booke_enable_l1_cache()
78 if ((boothowto & RB_VERBOSE) != 0 || (csr & L1CSR1_ICE) == 0) in booke_enable_l1_cache()
108 if ((boothowto & RB_VERBOSE) != 0 || (csr & L2CSR0_L2E) == 0) in booke_enable_l2_cache()
121 if ((boothowto & RB_VERBOSE) != 0 || (csr & BUCSR_BPEN) == 0) in booke_enable_bpred()
/freebsd/sys/kern/
H A Dsubr_boot.c77 { "boot_verbose", RB_VERBOSE},
140 RB_MUTE, RB_MUTEMSGS, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE in boot_parse_arg()
172 case 'v': howto |= RB_VERBOSE; break; in boot_parse_arg()
H A Dkern_cons.c145 if ((boothowto & (RB_MUTEMSGS | RB_VERBOSE)) == RB_MUTEMSGS) { in mute_console()
167 |RB_VERBOSE in cninit()
H A Dinit_main.c268 if (boothowto & RB_VERBOSE) in mi_startup()
/freebsd/sys/sys/
H A Dreboot.h51 #define RB_VERBOSE 0x800 /* print all potentially useful info */ macro
/freebsd/sys/riscv/riscv/
H A Dmachdep.c398 PRELOAD_PUSH_VALUE(int, RB_VERBOSE); in fake_preload_metadata()
414 if (boothowto & RB_VERBOSE) in fake_preload_metadata()
598 if (boothowto & RB_VERBOSE) in initriscv()
/freebsd/sys/arm/arm/
H A Dmachdep_boot.c430 if (boothowto & RB_VERBOSE) in arm_add_efi_map_entries()
436 if (boothowto & RB_VERBOSE) { in arm_add_efi_map_entries()
/freebsd/sys/arm64/arm64/
H A Dptrauth.c97 if (boothowto & RB_VERBOSE) in ptrauth_init()
H A Dmachdep.c1063 if (boothowto & RB_VERBOSE) { in initarm()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c653 if (boothowto & RB_VERBOSE) in add_physmap_entry()
704 if (boothowto & RB_VERBOSE) in bios_add_smap_entries()
755 if (boothowto & RB_VERBOSE) in add_efi_map_entries()
761 if (boothowto & RB_VERBOSE) { in add_efi_map_entries()
934 (boothowto & RB_VERBOSE)) in getmemsize()
/freebsd/sys/powerpc/mpc85xx/
H A Dmpc85xx.c307 if ((boothowto & RB_VERBOSE) != 0 || in mpc85xx_enable_l3_cache()
/freebsd/sys/dev/gpio/dwgpio/
H A Ddwgpio.c152 if (boothowto & RB_VERBOSE) in dwgpio_attach()
/freebsd/sys/i386/i386/
H A Dmachdep.c790 if (boothowto & RB_VERBOSE) in add_physmap_entry()
835 if (boothowto & RB_VERBOSE) in add_smap_entry()
1092 (boothowto & RB_VERBOSE)) in getmemsize()
/freebsd/sys/dev/syscons/
H A Dsyscons.c2432 if (cold && !(boothowto & RB_VERBOSE)) { in scsplash_callback()
/freebsd/sys/powerpc/aim/
H A Dmmu_oea64.c1080 if (boothowto & RB_VERBOSE) { in moea64_mid_bootstrap()