Home
last modified time | relevance | path

Searched refs:llsn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbtree_auto.c359 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 Dbt_rec.c301 if (lp == NULL || log_compare(&LSN(lp), &argp->llsn) == 0)
444 lp->lsn = argp->llsn;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h48 DB_LSN llsn; member