Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_prf.c565 int ddb_active; in kvcprintf() local
568 ddb_active = db_active; in kvcprintf()
570 ddb_active = 0; in kvcprintf()
738 !(panicstr || dumping || ddb_active)) { in kvcprintf()
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c2066 int ddb_active; in sccnupdate() local
2069 ddb_active = db_active; in sccnupdate()
2071 ddb_active = 0; in sccnupdate()
2082 if (panicstr == NULL && ddb_active == 0 && shutdown_in_progress == 0) in sccnupdate()
2086 if (debugger > 0 || panicstr || ddb_active || shutdown_in_progress) { in sccnupdate()
2254 int ddb_active; in scrn_update() local
2257 ddb_active = db_active; in scrn_update()
2259 ddb_active = 0; in scrn_update()
2270 panicstr == NULL && ddb_active == 0 && shutdown_in_progress == 0) { in scrn_update()