Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c1130 fileid, start_pgno, npages, free_pgno, ovflpoint, metalsn) in __ham_ovfl_log() argument
1136 db_pgno_t start_pgno;
1157 + sizeof(start_pgno)
1174 memcpy(bp, &start_pgno, sizeof(start_pgno));
1175 bp += sizeof(start_pgno);
1231 printf("\tstart_pgno: %lu\n", (u_long)argp->start_pgno);
1268 memcpy(&argp->start_pgno, bp, sizeof(argp->start_pgno));
1269 bp += sizeof(argp->start_pgno);
H A Dhash_rec.c793 hcp->hdr->last_freed = argp->start_pgno;
804 max_pgno = argp->start_pgno + argp->npages - 1;
806 for (pgno = argp->start_pgno; pgno <= max_pgno; pgno++) {
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h114 db_pgno_t start_pgno; member