Home
last modified time | relevance | path

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

/original-bsd/sbin/savecore/
H A Dsavecore.c79 char panic_mesg[1024]; variable
158 syslog(LOG_ALERT, "reboot after panic: %s", panic_mesg);
258 cp = panic_mesg; in check_kmem()
261 while (*cp++ && cp < &panic_mesg[sizeof(panic_mesg)]); in check_kmem()