Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ddb/
Ddb_textdump.c158 static int textdump_do_ddb = 1; variable
160 &textdump_do_ddb, 0, "Dump DDB captured output in textdump");
474 if (textdump_do_ddb) in textdump_dumpsys()