Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_get.c95 DB_LSN nlsn; local
108 nlsn = dblp->c_lsn;
111 nlsn = lp->chkpt_lsn;
139 nlsn.file = cnt;
140 nlsn.offset = 0;
152 --nlsn.file;
164 nlsn = *alsn;
171 (nlsn.file == lp->lsn.file && nlsn.offset >= lp->lsn.offset))
181 if (nlsn.file == lp->lsn.file && nlsn.offset >= lp->w_off) {
224 ++nlsn.file;
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbtree_auto.c360 npgno, nlsn, pg) in __bam_split_log() argument
372 DB_LSN * nlsn;
397 + sizeof(*nlsn)
429 if (nlsn != NULL)
430 memcpy(bp, nlsn, sizeof(*nlsn));
432 memset(bp, 0, sizeof(*nlsn));
433 bp += sizeof(*nlsn);
497 (u_long)argp->nlsn.file, (u_long)argp->nlsn.offset);
550 memcpy(&argp->nlsn, bp, sizeof(argp->nlsn));
551 bp += sizeof(argp->nlsn);
H A Dbt_rec.c399 if (!rootsplit && !IS_ZERO_LSN(argp->nlsn)) {
405 if (log_compare(&LSN(np), &argp->nlsn) == 0) {
468 if (!rootsplit && !IS_ZERO_LSN(argp->nlsn)) {
475 np->lsn = argp->nlsn;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h53 DB_LSN nlsn; member