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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddumphdr.h51 #define DUMP_LOGSIZE (2 * LOG_HIWAT) /* /dev/log message save area */ macro
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Ddumpsubr.c1178 if (error == 0 && vattr.va_size < 2 * DUMP_LOGSIZE + DUMP_ERPTSIZE)
1470 dumpbuf.vp_limit = dumpvp_size - (DUMP_OFFSET + DUMP_LOGSIZE +
1495 dumpbuf.vp_limit = dumpvp_size - (DUMP_OFFSET + DUMP_LOGSIZE);
1527 dumpvp_start = dumpbuf.vp_limit - DUMP_LOGSIZE;
2715 dumpbuf.vp_limit = dumpvp_size - DUMP_LOGSIZE - DUMP_OFFSET -
3030 if (error == 0 && vattr.va_size < 2 * DUMP_LOGSIZE + DUMP_ERPTSIZE) {
/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c263 off = DUMP_OFFSET + DUMP_LOGSIZE + DUMP_ERPTSIZE;
/opensolaris-onvv-gate/usr/src/cmd/savecore/
H A Dsavecore.c1438 offset_t dumpoff = -(DUMP_OFFSET + DUMP_LOGSIZE);
1452 dat.buf = Zalloc(DUMP_LOGSIZE);
1468 if (dat.len >= DUMP_LOGSIZE)
1512 offset_t dumpoff = -(DUMP_OFFSET + DUMP_LOGSIZE +

Completed in 119 milliseconds