Home
last modified time | relevance | path

Searched refs:IS_ZERO_LSN (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_findckp.c95 if (IS_ZERO_LSN(ckp_lsn))
116 } while (!IS_ZERO_LSN(next_lsn) &&
139 return (IS_ZERO_LSN(last_ckp) ? DB_NOTFOUND : 0);
H A Dlog_get.c112 if (IS_ZERO_LSN(nlsn)) {
120 if (!IS_ZERO_LSN(nlsn)) {
145 if (!IS_ZERO_LSN(nlsn)) {
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c397 !IS_ZERO_LSN(txnp->last_lsn)) {
708 for (ret = 0; ret == 0 && !IS_ZERO_LSN(key_lsn);) {
787 if (IS_ZERO_LSN(ckp_lsn)) {
800 if (!IS_ZERO_LSN(mgr->region->pending_ckp))
812 if (!IS_ZERO_LSN(txnp->begin_lsn) &&
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_apprec.c118 } else if (IS_ZERO_LSN(ckp_args->last_ckp) ||
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h306 #define IS_ZERO_LSN(LSN) ((LSN).file == 0) macro
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c399 if (!rootsplit && !IS_ZERO_LSN(argp->nlsn)) {
468 if (!rootsplit && !IS_ZERO_LSN(argp->nlsn)) {
/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa.c460 if (IS_ZERO_LSN(log->xa_lsn))