Home
last modified time | relevance | path

Searched refs:AB_SILENT (Results 1 – 7 of 7) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dboot_flag.h83 (retval) |= AB_SILENT; \
H A Dreboot.h64 #define AB_SILENT 0x00040000 /* boot silently */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dinit_main.c719 if ((boothowto & (AB_SILENT|AB_VERBOSE)) == AB_SILENT) { in configure()
1100 if ((boothowto & AB_SILENT) != 0) { in banner()
H A Dsubr_prf.c723 if ((boothowto & (AB_SILENT|AB_QUIET)) == 0 || in aprint_normal_internal()
797 if ((boothowto & (AB_SILENT|AB_QUIET)) == 0 || in aprint_error_internal()
852 if ((boothowto & (AB_QUIET|AB_SILENT|AB_VERBOSE)) != AB_QUIET) in aprint_naive_internal()
H A Dinit_sysctl.c783 messagemask = (AB_NORMAL|AB_QUIET|AB_SILENT|AB_VERBOSE|AB_DEBUG); in sysctl_kern_messages()
785 case AB_SILENT: in sysctl_kern_messages()
815 newboothowto |= AB_SILENT; in sysctl_kern_messages()
H A Dsubr_autoconf.c2174 if ((boothowto & (AB_QUIET|AB_SILENT)) != 0 && in config_finalize()
2194 if ((boothowto & (AB_SILENT|AB_VERBOSE)) == AB_SILENT) { in config_twiddle_init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/librump/rumpkern/
H A Demul.c68 int boothowto = AB_SILENT;