Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDsyscons.c117 static char shutdown_in_progress = FALSE; variable
239 if (panicstr || shutdown_in_progress) { in syscons_lock()
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()
2180 if (debugger > 0 || panicstr || shutdown_in_progress) in scrn_timer()
2270 panicstr == NULL && ddb_active == 0 && shutdown_in_progress == 0) { in scrn_update()
3520 shutdown_in_progress = TRUE; in scshutdown()
4319 if (cold || shutdown_in_progress) in sc_bell()