Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sparc/os/
H A Darchdep.c265 extern char *dump_stack_scratch;
286 if (panicstr && !dump_stack_scratch) { in traceback()
367 if (panicstr && dump_stack_scratch) { in traceback()
370 bcopy(stack_buffer, dump_stack_scratch + offset, in traceback()
393 } else if (dump_stack_scratch) { in traceback()
394 dump_stack_scratch[offset] = '\0'; in traceback()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Darchdep.c1203 extern char *dump_stack_scratch;
1222 if (panicstr && !dump_stack_scratch) { in traceback()
1266 if (panicstr && dump_stack_scratch) { in traceback()
1269 bcopy(stack_buffer, dump_stack_scratch + offset, in traceback()
1292 } else if (dump_stack_scratch) { in traceback()
1293 dump_stack_scratch[offset] = '\0'; in traceback()
1323 if (panicstr && !dump_stack_scratch) { in traceback()
1399 if (panicstr && dump_stack_scratch) { in traceback()
1402 bcopy(stack_buffer, dump_stack_scratch + offset, in traceback()
1426 } else if (dump_stack_scratch) { in traceback()
[all …]
/titanic_50/usr/src/uts/common/os/
H A Ddumpsubr.c115 char *dump_stack_scratch; /* scratch area for saving stack summary */ variable
1134 dump_stack_scratch = kmem_alloc(STACK_BUF_SIZE, KM_SLEEP); in dumphdr_init()
1503 sd.sd_ssum = checksum32(dump_stack_scratch, STACK_BUF_SIZE); in dump_summary()
1505 dumpvp_write(dump_stack_scratch, STACK_BUF_SIZE); in dump_summary()