Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c1290 nnextlsn, page) in __ham_copypage_log() argument
1301 DB_LSN * nnextlsn;
1325 + sizeof(*nnextlsn)
1355 if (nnextlsn != NULL)
1356 memcpy(bp, nnextlsn, sizeof(*nnextlsn));
1358 memset(bp, 0, sizeof(*nnextlsn));
1359 bp += sizeof(*nnextlsn);
1422 (u_long)argp->nnextlsn.file, (u_long)argp->nnextlsn.offset);
1473 memcpy(&argp->nnextlsn, bp, sizeof(argp->nnextlsn));
1474 bp += sizeof(argp->nnextlsn);
H A Dhash_rec.c955 cmp_p = log_compare(&LSN(pagep), &argp->nnextlsn);
965 LSN(pagep) = argp->nnextlsn;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h134 DB_LSN nnextlsn; member