Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_textdump.c167 static int textdump_do_panic = 1; variable
169 &textdump_do_panic, 0, "Dump kernel panic message in textdump");
483 if (textdump_do_panic && KERNEL_PANICKED()) in textdump_dumpsys()