Home
last modified time | relevance | path

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

/freebsd-head/sys/powerpc/booke/
HDmachdep_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-head/sys/kern/
HDsubr_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()
HDkern_cons.c145 if ((boothowto & (RB_MUTEMSGS | RB_VERBOSE)) == RB_MUTEMSGS) { in mute_console()
167 |RB_VERBOSE in cninit()
HDinit_main.c266 if (boothowto & RB_VERBOSE) in mi_startup()
/freebsd-head/sys/sys/
HDreboot.h51 #define RB_VERBOSE 0x800 /* print all potentially useful info */ macro
/freebsd-head/sys/riscv/riscv/
HDmachdep.c394 PRELOAD_PUSH_VALUE(int, RB_VERBOSE); in fake_preload_metadata()
410 if (boothowto & RB_VERBOSE) in fake_preload_metadata()
661 if (boothowto & RB_VERBOSE) { in initriscv()
/freebsd-head/sys/amd64/amd64/
HDmachdep.c654 if (boothowto & RB_VERBOSE) in add_physmap_entry()
705 if (boothowto & RB_VERBOSE) in bios_add_smap_entries()
756 if (boothowto & RB_VERBOSE) in add_efi_map_entries()
762 if (boothowto & RB_VERBOSE) { in add_efi_map_entries()
935 (boothowto & RB_VERBOSE)) in getmemsize()
/freebsd-head/sys/arm64/arm64/
HDptrauth.c98 if (boothowto & RB_VERBOSE) in ptrauth_check()
HDmachdep.c911 if (boothowto & RB_VERBOSE) { in initarm()
/freebsd-head/sys/powerpc/mpc85xx/
HDmpc85xx.c307 if ((boothowto & RB_VERBOSE) != 0 || in mpc85xx_enable_l3_cache()
/freebsd-head/sys/dev/gpio/dwgpio/
HDdwgpio.c152 if (boothowto & RB_VERBOSE) in dwgpio_attach()
/freebsd-head/sys/arm/arm/
HDmachdep.c650 if (boothowto & RB_VERBOSE) { in initarm()
/freebsd-head/sys/i386/i386/
HDmachdep.c790 if (boothowto & RB_VERBOSE) in add_physmap_entry()
835 if (boothowto & RB_VERBOSE) in add_smap_entry()
1088 (boothowto & RB_VERBOSE)) in getmemsize()
/freebsd-head/sys/dev/syscons/
HDsyscons.c2432 if (cold && !(boothowto & RB_VERBOSE)) { in scsplash_callback()
/freebsd-head/sys/powerpc/aim/
HDmmu_oea64.c1083 if (boothowto & RB_VERBOSE) { in moea64_mid_bootstrap()