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

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_findckp.c62 DB_LSN ckp_lsn, final_ckp, last_ckp, next_lsn; local
83 next_lsn = last_ckp;
88 if ((ret = log_get(lp, &next_lsn, &data, DB_SET)) != 0)
107 last_ckp = next_lsn;
108 next_lsn = ckp_args->last_ckp;
116 } while (!IS_ZERO_LSN(next_lsn) &&
124 * At this point, either, next_lsn is ZERO or ckp_lsn is the
127 * next_lsn must be 0 and we need to roll forward from the

Completed in 55 milliseconds