Home
last modified time | relevance | path

Searched refs:DUMP_LOGSIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddumphdr.h52 #define DUMP_LOGSIZE (2 * LOG_HIWAT) /* /dev/log message save area */ macro
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1450 offset_t dumpoff = -(DUMP_OFFSET + DUMP_LOGSIZE); in message_save()
1464 dat.buf = Zalloc(DUMP_LOGSIZE); in message_save()
1480 if (dat.len >= DUMP_LOGSIZE) in message_save()
1531 offset_t dumpoff = -(DUMP_OFFSET + DUMP_LOGSIZE + in stack_retrieve()
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c1205 if (error == 0 && vattr.va_size < 2 * DUMP_LOGSIZE + DUMP_ERPTSIZE) in dumpinit()
1497 dumpbuf.vp_limit = dumpvp_size - (DUMP_OFFSET + DUMP_LOGSIZE + in dump_summary()
1522 dumpbuf.vp_limit = dumpvp_size - (DUMP_OFFSET + DUMP_LOGSIZE); in dump_ereports()
1554 dumpvp_start = dumpbuf.vp_limit - DUMP_LOGSIZE; in dump_messages()
2769 dumpbuf.vp_limit = dumpvp_size - DUMP_LOGSIZE - DUMP_OFFSET - in dumpsys()
3084 if (error == 0 && vattr.va_size < 2 * DUMP_LOGSIZE + DUMP_ERPTSIZE) { in dumpvp_resize()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c263 off = DUMP_OFFSET + DUMP_LOGSIZE + DUMP_ERPTSIZE; in sysev_replay()