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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dprintf.c40 char panicbuf[512]; variable
116 (void) vsnprintf(panicbuf, sizeof (panicbuf), fmt, adx);
117 assfail(panicbuf, "(panic)", 0);
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s78 .global panicbuf
81 panicbuf = SYSBASE32 + PAGESIZE ! address of panic buffer define
83 .type panicbuf, #object
84 .size panicbuf, PANICBUFSIZE
91 * moved out of kernel nucleus and allocated after panicbuf.
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s78 .global panicbuf
81 panicbuf = SYSBASE32 + PAGESIZE ! address of panic buffer define
83 .type panicbuf, #object
84 .size panicbuf, PANICBUFSIZE
91 * moved out of kernel nucleus and allocated after panicbuf.
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c155 * The panicbuf array is used to record messages and state:
157 char panicbuf[PANICBUFSIZE]; variable
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1571 char *panicbuf = mdb_alloc(PANIC_BUFSIZE, UM_SLEEP); local
1727 Pread_string(t->t_pshandle, panicbuf,
1730 panicbuf);
1743 mdb_free(panicbuf, PANIC_BUFSIZE);

Completed in 63 milliseconds