Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_boottrace.c155 static int shutdown_trace_threshold; variable
156 SYSCTL_INT(_kern_boottrace, OID_AUTO, shutdown_trace_threshold, CTLFLAG_RWTUN,
157 &shutdown_trace_threshold, 0,
307 boottrace_display(NULL, &st, shutdown_trace_threshold); in boottrace_dump_console()