Searched refs:PANICBUFSIZE (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | panic.h | 44 #define PANICBUFSIZE 8192 macro 121 extern char panicbuf[PANICBUFSIZE];
|
/titanic_44/usr/src/uts/common/os/ |
H A D | printf.c | 64 uint32_t panicbuf_log = PANICBUFSIZE; 65 uint32_t panicbuf_index = PANICBUFSIZE; 167 if (panicbuf_log + len < PANICBUFSIZE) { in cprintf() 172 if (new >= PANICBUFSIZE) in cprintf()
|
H A D | panic.c | 274 PANICBUFSIZE - pdp->pd_msgoff, format, alist); in panicsys()
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 230 if (prom_claim_virt(PANICBUFSIZE, panicbuf) != panicbuf) in mlsetup() 233 if (prom_retain("panicbuf", PANICBUFSIZE, MMU_PAGESIZE, &pa) != 0) in mlsetup() 236 if (prom_map_phys(-1, PANICBUFSIZE, panicbuf, pa) != 0) in mlsetup()
|
/titanic_44/usr/src/cmd/mdb/intel/mdb/ |
H A D | kvm_amd64dep.c | 253 size_t pd_size = MIN(PANICBUFSIZE, pd.pd_msgoff); in kt_amd64_init()
|
H A D | kvm_ia32dep.c | 249 size_t pd_size = MIN(PANICBUFSIZE, pd.pd_msgoff); in kt_ia32_init()
|
/titanic_44/usr/src/cmd/mdb/sparc/mdb/ |
H A D | kvm_v9dep.c | 289 size_t pd_size = MIN(PANICBUFSIZE, pd.pd_msgoff); in kt_sparcv9_init()
|
H A D | kvm_v7dep.c | 473 size_t pd_size = MIN(PANICBUFSIZE, pd.pd_msgoff); in kt_sparcv7_init()
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.s | 84 .size panicbuf, PANICBUFSIZE 95 intr_vec_table = SYSBASE32 + PAGESIZE + PANICBUFSIZE ! address of interrupt table
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.s | 84 .size panicbuf, PANICBUFSIZE 95 intr_vec_table = SYSBASE32 + PAGESIZE + PANICBUFSIZE ! address of interrupt table
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_kmem.c | 310 (void) vmem_xalloc(heap32_arena, PANICBUFSIZE, PAGESIZE, 0, 0, in kernelheap_init() 311 panicbuf, panicbuf + PANICBUFSIZE, in kernelheap_init()
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 157 char panicbuf[PANICBUFSIZE];
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 3774 buf = mdb_alloc(PANICBUFSIZE, UM_SLEEP); in panicinfo() 3777 if (mdb_readsym(buf, PANICBUFSIZE, "panicbuf") == -1 || in panicinfo() 3780 mdb_free(buf, PANICBUFSIZE); in panicinfo() 3793 mdb_free(buf, PANICBUFSIZE); in panicinfo()
|