Searched refs:DUMP_LOGSIZE (Results 1 – 4 of 4) sorted by relevance
51 #define DUMP_LOGSIZE (2 * LOG_HIWAT) /* /dev/log message save area */ macro
1449 offset_t dumpoff = -(DUMP_OFFSET + DUMP_LOGSIZE); in message_save()1463 dat.buf = Zalloc(DUMP_LOGSIZE); in message_save()1479 if (dat.len >= DUMP_LOGSIZE) in message_save()1530 offset_t dumpoff = -(DUMP_OFFSET + DUMP_LOGSIZE + in stack_retrieve()
1205 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()
263 off = DUMP_OFFSET + DUMP_LOGSIZE + DUMP_ERPTSIZE; in sysev_replay()