Searched refs:rootlsn (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | btree_auto.c | 567 fileid, pgno, pgdbt, nrec, rootent, rootlsn) in __bam_rsplit_log() argument 577 DB_LSN * rootlsn; 599 + sizeof(*rootlsn); 636 if (rootlsn != NULL) 637 memcpy(bp, rootlsn, sizeof(*rootlsn)); 639 memset(bp, 0, sizeof(*rootlsn)); 640 bp += sizeof(*rootlsn); 706 (u_long)argp->rootlsn.file, (u_long)argp->rootlsn.offset); 750 memcpy(&argp->rootlsn, bp, sizeof(argp->rootlsn)); 751 bp += sizeof(argp->rootlsn);
|
H A D | bt_rec.c | 540 cmp_p = log_compare(&LSN(pagep), &argp->rootlsn); 555 pagep->lsn = argp->rootlsn;
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | btree_auto.h | 69 DB_LSN rootlsn; member
|