Home
last modified time | relevance | path

Searched refs:verbose_sysinit (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/conf/
HDstd.debug16 options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
HDNOTES2682 # be enabled with the debug.verbose_sysinit=1 tunable.
/freebsd-head/sys/kern/
HDinit_main.c140 int verbose_sysinit = VERBOSE_SYSINIT; variable
274 TUNABLE_INT_FETCH("debug.verbose_sysinit", &verbose_sysinit); in mi_startup()
299 if (sip->subsystem > last && verbose_sysinit != 0) { in mi_startup()
/freebsd-head/sys/amd64/conf/
HDFIRECRACKER102 options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default