Home
last modified time | relevance | path

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

12

/netbsd-src/sys/arch/sparc/stand/common/
H A Dmmu.c105 if (boothowto & AB_VERBOSE) in pmap_map4()
114 if (boothowto & AB_VERBOSE) in pmap_map4()
119 if (boothowto & AB_VERBOSE) in pmap_map4()
149 if (boothowto & AB_VERBOSE) in pmap_map_srmmu()
/netbsd-src/sys/sys/
H A Dboot_flag.h77 (retval) |= AB_VERBOSE; \
H A Dreboot.h63 #define AB_VERBOSE 0x00020000 /* boot verbosely */ macro
H A Dsystm.h167 #define bootverbose (boothowto & AB_VERBOSE)
/netbsd-src/sys/arch/i386/stand/boot/
H A Dboot2.c283 if (howto & AB_VERBOSE) in bootit()
408 bootit(names[currname][1], AB_VERBOSE); in boot2()
/netbsd-src/sys/kern/
H A Dsubr_prf.c743 (boothowto & AB_VERBOSE) != 0) in aprint_normal_internal()
821 (boothowto & AB_VERBOSE) != 0) in aprint_error_internal()
880 if ((boothowto & (AB_QUIET|AB_SILENT|AB_VERBOSE)) != AB_QUIET) in aprint_naive_internal()
935 if (boothowto & AB_VERBOSE) in aprint_verbose_internal()
H A Dinit_main.c779 if ((boothowto & (AB_SILENT|AB_VERBOSE)) == AB_SILENT) { in configure()
938 if (boothowto & (AB_VERBOSE|AB_DEBUG)) in check_console()
H A Dinit_sysctl.c751 messagemask = (AB_NORMAL|AB_QUIET|AB_SILENT|AB_VERBOSE|AB_DEBUG); in sysctl_kern_messages()
759 case AB_VERBOSE: in sysctl_kern_messages()
789 newboothowto |= AB_VERBOSE; in sysctl_kern_messages()
/netbsd-src/sbin/reboot/
H A Dreboot.c111 howto |= AB_VERBOSE; in main()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dboot.c271 if (howto & AB_VERBOSE) in bootit()
370 bootit(names[currname][1], AB_VERBOSE); in boot()
/netbsd-src/sys/arch/evbmips/cavium/
H A Dmachdep.c436 boothowto |= AB_VERBOSE; in parse_boot_args()
/netbsd-src/sys/arch/sparc/stand/boot/
H A Dboot.c206 if (boothowto & AB_VERBOSE) in loadk()
/netbsd-src/sys/dev/acpi/
H A Dacpi_pci_link.c507 if (boothowto & AB_VERBOSE) { in acpi_pci_link_attach()
518 if (boothowto & AB_VERBOSE) { in acpi_pci_link_attach()
543 if (boothowto & AB_VERBOSE) { in acpi_pci_link_attach()
/netbsd-src/sys/arch/algor/algor/
H A Dmachdep.c402 boothowto |= AB_VERBOSE; in mach_init()
/netbsd-src/sys/arch/x68k/stand/loadbsd/
H A Dloadbsd.c474 boothowto |= AB_VERBOSE; /* XXX */ in main()
/netbsd-src/sys/arch/arc/arc/
H A Dmachdep.c301 boothowto |= AB_VERBOSE; in mach_init()
/netbsd-src/sys/arch/amiga/stand/bootblock/boot/
H A Dmain.c216 boothowto |= AB_VERBOSE; in pain()
/netbsd-src/sys/arch/arm/at91/
H A Dat91bus.c534 boothowto = AB_VERBOSE | AB_DEBUG; // @@@@ in at91bus_setup()
/netbsd-src/sys/arch/amiga/stand/loadbsd/
H A Dloadbsd.c247 boothowto |= AB_VERBOSE; in main()
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump.c255 boothowto = AB_VERBOSE; in rump_init_callback()
/netbsd-src/sys/arch/ia64/ia64/
H A Dmachdep.c459 boothowto |= AB_VERBOSE; in ia64_init()
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dmain.c59 { "verb", AB_VERBOSE },
/netbsd-src/sys/arch/arm/arm32/
H A Darm32_machdep.c621 boothowto |= AB_VERBOSE; in parse_mi_bootargs()
/netbsd-src/sys/dev/wsfb/
H A Dgenfb.c60 AB_VERBOSE | AB_DEBUG) )
/netbsd-src/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c1110 case 'v': ourhowto |= AB_VERBOSE; break; in parse_cmdline()

12