Searched refs:nextlsn (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_auto.c | 407 pagelsn, prevlsn, nextlsn) in __db_big_log() argument 420 DB_LSN * nextlsn; 445 + sizeof(*nextlsn); 486 if (nextlsn != NULL) 487 memcpy(bp, nextlsn, sizeof(*nextlsn)); 489 memset(bp, 0, sizeof(*nextlsn)); 490 bp += sizeof(*nextlsn); 553 (u_long)argp->nextlsn.file, (u_long)argp->nextlsn.offset); 601 memcpy(&argp->nextlsn, bp, sizeof(argp->nextlsn)); 602 bp += sizeof(argp->nextlsn); [all …]
|
H A D | db_rec.c | 311 cmp_p = log_compare(&LSN(pagep), &argp->nextlsn); 320 LSN(pagep) = redo ? *lsnp : argp->nextlsn; 563 cmp_p = log_compare(&LSN(pagep), &argp->nextlsn); 572 LSN(pagep) = argp->nextlsn;
|
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_auto.c | 229 next_pgno, nextlsn) in __ham_newpage_log() argument 241 DB_LSN * nextlsn; 264 + sizeof(*nextlsn); 295 if (nextlsn != NULL) 296 memcpy(bp, nextlsn, sizeof(*nextlsn)); 298 memset(bp, 0, sizeof(*nextlsn)); 299 bp += sizeof(*nextlsn); 353 (u_long)argp->nextlsn.file, (u_long)argp->nextlsn.offset); 397 memcpy(&argp->nextlsn, bp, sizeof(argp->nextlsn)); 398 bp += sizeof(argp->nextlsn); [all …]
|
H A D | hash_rec.c | 325 cmp_p = log_compare(&LSN(pagep), &argp->nextlsn); 345 LSN(pagep) = redo ? *lsnp : argp->nextlsn;
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | db_auto.h | 50 DB_LSN nextlsn; member 94 DB_LSN nextlsn; member
|
H A D | hash_auto.h | 40 DB_LSN nextlsn; member 132 DB_LSN nextlsn; member
|