Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_stat.c213 printf("\tEstimated Statefile Size:\t%8lu\n", cp->cs_est_statefsz/1000); in cpr_stat_event_print()
H A Dcpr_misc.c686 STAT->cs_est_statefsz = size; in cpr_statefile_ok()
716 STAT->cs_est_statefsz = size; in cpr_statefile_ok()
H A Dcpr_dump.c256 (STAT->cs_nocomp_statefsz > STAT->cs_est_statefsz)) { in cpr_write_header()
/titanic_44/usr/src/uts/common/sys/
H A Dcpr.h480 size_t cs_est_statefsz; /* estimated statefile size */ member