Home
last modified time | relevance | path

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

12

/freebsd-9-stable/sys/boot/userboot/userboot/
Dbootinfo.c57 {"boot_verbose", RB_VERBOSE},
112 howto |= RB_VERBOSE; in bi_getboothowto()
/freebsd-9-stable/sys/boot/i386/libi386/
Dbootinfo.c57 {"boot_verbose", RB_VERBOSE},
112 howto |= RB_VERBOSE; in bi_getboothowto()
/freebsd-9-stable/sys/sys/
Dreboot.h52 #define RB_VERBOSE 0x800 /* print all potentially useful info */ macro
/freebsd-9-stable/sys/boot/i386/efi/
Dbootinfo.c63 { "boot_verbose", RB_VERBOSE},
70 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE
/freebsd-9-stable/sys/boot/ia64/common/
Dbootinfo.c61 { "boot_verbose", RB_VERBOSE},
68 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE
/freebsd-9-stable/sys/boot/powerpc/ofw/
Dmetadata.c61 {"boot_verbose", RB_VERBOSE},
114 howto |= RB_VERBOSE; in md_getboothowto()
/freebsd-9-stable/sys/boot/powerpc/ps3/
Dmetadata.c60 {"boot_verbose", RB_VERBOSE},
113 howto |= RB_VERBOSE; in md_getboothowto()
/freebsd-9-stable/sys/boot/uboot/common/
Dmetadata.c67 {"boot_verbose", RB_VERBOSE},
120 howto |= RB_VERBOSE; in md_getboothowto()
/freebsd-9-stable/sys/boot/sparc64/loader/
Dmetadata.c69 {"boot_verbose", RB_VERBOSE},
122 howto |= RB_VERBOSE; in md_getboothowto()
/freebsd-9-stable/sys/mips/rt305x/
Drt305x_machdep.c175 boothowto |= (RB_VERBOSE); in platform_start()
/freebsd-9-stable/sys/mips/nlm/
Dxlp_machdep.c243 boothowto |= RB_VERBOSE; in xlp_set_boot_flags()
447 boothowto |= RB_VERBOSE; in platform_start()
/freebsd-9-stable/sys/powerpc/booke/
Dmachdep.c452 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/
Dar71xx_machdep.c88 case 'v': boothowto |= RB_VERBOSE; break; in parse_argv()
/freebsd-9-stable/sys/mips/sibyte/
Dsb_machdep.c148 if (boothowto & RB_VERBOSE) in mips_init()
/freebsd-9-stable/usr.sbin/sade/
Dsystem.c114 (i == sizeof(boothowto)) && (boothowto & RB_VERBOSE)) in systemInitialize()
/freebsd-9-stable/sys/mips/mips/
Dmachdep.c184 if (boothowto & RB_VERBOSE) in cpu_startup()
/freebsd-9-stable/sys/arm/econa/
Decona_machdep.c204 boothowto = RB_VERBOSE; in initarm()
/freebsd-9-stable/sys/arm/sa11x0/
Dassabet_machdep.c219 boothowto = RB_VERBOSE | RB_SINGLE; in initarm()
/freebsd-9-stable/sys/mips/rmi/
Dxlr_machdep.c251 boothowto |= RB_VERBOSE; in xlr_set_boot_flags()
/freebsd-9-stable/usr.sbin/sysinstall/
Dsystem.c154 (i == sizeof(boothowto)) && (boothowto & RB_VERBOSE)) in systemInitialize()
/freebsd-9-stable/sys/kern/
Dkern_cons.c120 |RB_VERBOSE in cninit()
Dinit_main.c203 if (boothowto & RB_VERBOSE) in mi_startup()
/freebsd-9-stable/sys/amd64/amd64/
Dmachdep.c1322 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/
Dmachdep.c2011 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/
Dxen_machdep.c162 {"boot_verbose", RB_VERBOSE},

12