Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ddb/
H A Ddb_textdump.c166 static int textdump_do_panic = 1; variable
168 &textdump_do_panic, 0, "Dump kernel panic message in textdump");
482 if (textdump_do_panic && panicstr != NULL) in textdump_dumpsys()