Searched refs:panicbuf (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | printf.c | 40 char panicbuf[512]; variable 116 (void) vsnprintf(panicbuf, sizeof (panicbuf), fmt, adx); in vpanic() 117 assfail(panicbuf, "(panic)", 0); in vpanic()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | panic.h | 120 #pragma align 8(panicbuf) 121 extern char panicbuf[PANICBUFSIZE];
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 230 if (prom_claim_virt(PANICBUFSIZE, panicbuf) != panicbuf) in mlsetup() 236 if (prom_map_phys(-1, PANICBUFSIZE, panicbuf, pa) != 0) in mlsetup() 239 PRM_DEBUG(panicbuf); in mlsetup()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | panic.c | 260 panic_data_t *pdp = (panic_data_t *)panicbuf; in panicsys() 273 (void) vsnprintf(&panicbuf[pdp->pd_msgoff], in panicsys()
|
H A D | printf.c | 175 bcopy(body, &panicbuf[new - len], len); in cprintf()
|
/titanic_41/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.s | 78 .global panicbuf 81 panicbuf = SYSBASE32 + PAGESIZE ! address of panic buffer define 83 .type panicbuf, #object 84 .size panicbuf, PANICBUFSIZE
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.s | 78 .global panicbuf 81 panicbuf = SYSBASE32 + PAGESIZE ! address of panic buffer define 83 .type panicbuf, #object 84 .size panicbuf, PANICBUFSIZE
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | cpr_impl.c | 748 pri->virt = (cpr_ptr)panicbuf; in i_cpr_count_special_kpages() 749 pri->phys = va_to_pa(panicbuf); in i_cpr_count_special_kpages() 750 pri->size = sizeof (panicbuf); in i_cpr_count_special_kpages()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | seg_kmem.c | 311 panicbuf, panicbuf + PANICBUFSIZE, in kernelheap_init()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 157 char panicbuf[PANICBUFSIZE]; variable
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1571 char *panicbuf = mdb_alloc(PANIC_BUFSIZE, UM_SLEEP); in pt_status_dcmd() local 1727 Pread_string(t->t_pshandle, panicbuf, in pt_status_dcmd() 1730 panicbuf); in pt_status_dcmd() 1743 mdb_free(panicbuf, PANIC_BUFSIZE); in pt_status_dcmd()
|