OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:panicstart
(Results
1 - 2
of
2
) sorted by relevancy
/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;
/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;
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025