/src/sbin/savecore/ |
savecore.c | 408 long panicloc, panicstart, panicend; local in function:check_kmem 419 panicstart = panicend = 0; 420 KREAD_LOGWARN(kd_dump, dump_nl[X_PANICSTART].n_value, panicstart, 425 if (panicstart != 0 && panicend != 0) { 449 while (panicstart != panicend && cp < &panic_mesg[sizeof(panic_mesg)-1]) { 450 *cp++ = bufdata[panicstart]; 451 panicstart++; 452 if (panicstart >= msgbuf.msg_bufs) 453 panicstart = 0;
|
savecore.c | 408 long panicloc, panicstart, panicend; local in function:check_kmem 419 panicstart = panicend = 0; 420 KREAD_LOGWARN(kd_dump, dump_nl[X_PANICSTART].n_value, panicstart, 425 if (panicstart != 0 && panicend != 0) { 449 while (panicstart != panicend && cp < &panic_mesg[sizeof(panic_mesg)-1]) { 450 *cp++ = bufdata[panicstart]; 451 panicstart++; 452 if (panicstart >= msgbuf.msg_bufs) 453 panicstart = 0;
|
savecore.c | 408 long panicloc, panicstart, panicend; local in function:check_kmem 419 panicstart = panicend = 0; 420 KREAD_LOGWARN(kd_dump, dump_nl[X_PANICSTART].n_value, panicstart, 425 if (panicstart != 0 && panicend != 0) { 449 while (panicstart != panicend && cp < &panic_mesg[sizeof(panic_mesg)-1]) { 450 *cp++ = bufdata[panicstart]; 451 panicstart++; 452 if (panicstart >= msgbuf.msg_bufs) 453 panicstart = 0;
|
/src/sys/kern/ |
subr_prf.c | 109 long panicstart, panicend; /* position in the msgbuf of the start and variable in typeref:typename:long 262 panicstart = msgbufp->msg_bufx;
|
subr_prf.c | 109 long panicstart, panicend; /* position in the msgbuf of the start and variable in typeref:typename:long 262 panicstart = msgbufp->msg_bufx;
|
subr_prf.c | 109 long panicstart, panicend; /* position in the msgbuf of the start and variable in typeref:typename:long 262 panicstart = msgbufp->msg_bufx;
|