| /freebsd-9-stable/sys/boot/userboot/userboot/ |
| D | bootinfo.c | 57 {"boot_verbose", RB_VERBOSE}, 112 howto |= RB_VERBOSE; in bi_getboothowto()
|
| /freebsd-9-stable/sys/boot/i386/libi386/ |
| D | bootinfo.c | 57 {"boot_verbose", RB_VERBOSE}, 112 howto |= RB_VERBOSE; in bi_getboothowto()
|
| /freebsd-9-stable/sys/sys/ |
| D | reboot.h | 52 #define RB_VERBOSE 0x800 /* print all potentially useful info */ macro
|
| /freebsd-9-stable/sys/boot/i386/efi/ |
| D | bootinfo.c | 63 { "boot_verbose", RB_VERBOSE}, 70 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE
|
| /freebsd-9-stable/sys/boot/ia64/common/ |
| D | bootinfo.c | 61 { "boot_verbose", RB_VERBOSE}, 68 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE
|
| /freebsd-9-stable/sys/boot/powerpc/ofw/ |
| D | metadata.c | 61 {"boot_verbose", RB_VERBOSE}, 114 howto |= RB_VERBOSE; in md_getboothowto()
|
| /freebsd-9-stable/sys/boot/powerpc/ps3/ |
| D | metadata.c | 60 {"boot_verbose", RB_VERBOSE}, 113 howto |= RB_VERBOSE; in md_getboothowto()
|
| /freebsd-9-stable/sys/boot/uboot/common/ |
| D | metadata.c | 67 {"boot_verbose", RB_VERBOSE}, 120 howto |= RB_VERBOSE; in md_getboothowto()
|
| /freebsd-9-stable/sys/boot/sparc64/loader/ |
| D | metadata.c | 69 {"boot_verbose", RB_VERBOSE}, 122 howto |= RB_VERBOSE; in md_getboothowto()
|
| /freebsd-9-stable/sys/mips/rt305x/ |
| D | rt305x_machdep.c | 175 boothowto |= (RB_VERBOSE); in platform_start()
|
| /freebsd-9-stable/sys/mips/nlm/ |
| D | xlp_machdep.c | 243 boothowto |= RB_VERBOSE; in xlp_set_boot_flags() 447 boothowto |= RB_VERBOSE; in platform_start()
|
| /freebsd-9-stable/sys/powerpc/booke/ |
| D | machdep.c | 452 if ((boothowto & RB_VERBOSE) != 0 || (csr & L1CSR0_DCE) == 0) in booke_init() 464 if ((boothowto & RB_VERBOSE) != 0 || (csr & L1CSR1_ICE) == 0) in booke_init()
|
| /freebsd-9-stable/sys/mips/atheros/ |
| D | ar71xx_machdep.c | 88 case 'v': boothowto |= RB_VERBOSE; break; in parse_argv()
|
| /freebsd-9-stable/sys/mips/sibyte/ |
| D | sb_machdep.c | 148 if (boothowto & RB_VERBOSE) in mips_init()
|
| /freebsd-9-stable/usr.sbin/sade/ |
| D | system.c | 114 (i == sizeof(boothowto)) && (boothowto & RB_VERBOSE)) in systemInitialize()
|
| /freebsd-9-stable/sys/mips/mips/ |
| D | machdep.c | 184 if (boothowto & RB_VERBOSE) in cpu_startup()
|
| /freebsd-9-stable/sys/arm/econa/ |
| D | econa_machdep.c | 204 boothowto = RB_VERBOSE; in initarm()
|
| /freebsd-9-stable/sys/arm/sa11x0/ |
| D | assabet_machdep.c | 219 boothowto = RB_VERBOSE | RB_SINGLE; in initarm()
|
| /freebsd-9-stable/sys/mips/rmi/ |
| D | xlr_machdep.c | 251 boothowto |= RB_VERBOSE; in xlr_set_boot_flags()
|
| /freebsd-9-stable/usr.sbin/sysinstall/ |
| D | system.c | 154 (i == sizeof(boothowto)) && (boothowto & RB_VERBOSE)) in systemInitialize()
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_cons.c | 120 |RB_VERBOSE in cninit()
|
| D | init_main.c | 203 if (boothowto & RB_VERBOSE) in mi_startup()
|
| /freebsd-9-stable/sys/amd64/amd64/ |
| D | machdep.c | 1322 if (boothowto & RB_VERBOSE) in add_smap_entry() 1343 if (boothowto & RB_VERBOSE) in add_smap_entry() 1484 (boothowto & RB_VERBOSE)) in getmemsize()
|
| /freebsd-9-stable/sys/i386/i386/ |
| D | machdep.c | 2011 if (boothowto & RB_VERBOSE) in add_smap_entry() 2040 if (boothowto & RB_VERBOSE) in add_smap_entry() 2367 (boothowto & RB_VERBOSE)) in getmemsize()
|
| /freebsd-9-stable/sys/i386/xen/ |
| D | xen_machdep.c | 162 {"boot_verbose", RB_VERBOSE},
|