Home
last modified time | relevance | path

Searched defs:panicbuf (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.S66 panicbuf = SYSBASE32 + PAGESIZE ! address of panic buffer define
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S67 panicbuf = SYSBASE32 + PAGESIZE ! address of panic buffer define
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dprintf.c43 char panicbuf[512]; variable
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c159 char panicbuf[PANICBUFSIZE]; variable
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1650 char *panicbuf = mdb_alloc(PANIC_BUFSIZE, UM_SLEEP); in pt_status_dcmd() local