Home
last modified time | relevance | path

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

/dragonfly/sbin/savecore/
H A Dsavecore.c114 fprintf(f, " Panic String: %s\n", h->panicstring); in printheader()
363 if (kdhl.panicstring[0]) in DoFile()
364 syslog(LOG_ALERT, "reboot after panic: %s", kdhl.panicstring); in DoFile()
/dragonfly/sys/sys/
H A Dkerneldump.h82 char panicstring[192]; member
/dragonfly/sys/kern/
H A Dkern_shutdown.c645 strncpy(kdh->panicstring, panicstr, sizeof(kdh->panicstring)); in mkdumpheader()