Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_textdump.c157 static int textdump_do_ddb = 1; variable
159 &textdump_do_ddb, 0, "Dump DDB captured output in textdump");
473 if (textdump_do_ddb) in textdump_dumpsys()