Searched refs:panicend (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/savecore/
H A Dsavecore.c392 long panicloc, panicstart, panicend; local
404 panicstart = panicend = 0;
409 if (KREAD(kd_dump, dump_nl[X_PANICEND].n_value, &panicend) != 0) {
413 if (panicstart != 0 && panicend != 0) {
440 while (panicstart != panicend && cp < &panic_mesg[sizeof(panic_mesg)-1]) {
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_prf.c114 long panicstart, panicend; /* position in the msgbuf of the start and variable
274 panicend = msgbufp->msg_bufx;

Completed in 102 milliseconds