Searched refs:nlsn (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/log/ |
H A D | log_get.c | 95 DB_LSN nlsn; local 108 nlsn = dblp->c_lsn; 111 nlsn = lp->chkpt_lsn; 112 if (IS_ZERO_LSN(nlsn)) { 120 if (!IS_ZERO_LSN(nlsn)) { 122 nlsn.offset += dblp->c_len; 139 nlsn.file = cnt; 140 nlsn.offset = 0; 145 if (!IS_ZERO_LSN(nlsn)) { 147 if (nlsn.offset == 0) { [all …]
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | btree_auto.c | 360 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 D | bt_rec.c | 399 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;
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | btree_auto.h | 55 DB_LSN nlsn; member
|