Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ddb/
HDdb_textdump.c164 static int textdump_do_panic = 1; variable
166 &textdump_do_panic, 0, "Dump kernel panic message in textdump");
473 if (textdump_do_panic && panicstr != NULL) in textdump_dumpsys()