Searched refs:llsn (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/btree/ |
H A D | btree_auto.c | 359 fileid, left, llsn, right, rlsn, indx, in __bam_split_log() argument 367 DB_LSN * llsn; 392 + sizeof(*llsn) 413 if (llsn != NULL) 414 memcpy(bp, llsn, sizeof(*llsn)); 416 memset(bp, 0, sizeof(*llsn)); 417 bp += sizeof(*llsn); 490 (u_long)argp->llsn.file, (u_long)argp->llsn.offset); 540 memcpy(&argp->llsn, bp, sizeof(argp->llsn)); 541 bp += sizeof(argp->llsn);
|
H A D | bt_rec.c | 301 if (lp == NULL || log_compare(&LSN(lp), &argp->llsn) == 0) 444 lp->lsn = argp->llsn;
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | btree_auto.h | 50 DB_LSN llsn; member
|