Searched refs:free_pgno (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h100 db_pgno_t free_pgno; member in struct:_ham_newpgno_args
118 db_pgno_t free_pgno; member in struct:_ham_ovfl_args
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c945 opcode, fileid, pgno, free_pgno, old_type, old_pgno,
954 db_pgno_t free_pgno;
978 + sizeof(free_pgno)
1000 memcpy(bp, &free_pgno, sizeof(free_pgno));
1001 bp += sizeof(free_pgno);
1064 printf("\tfree_pgno: %lu\n", (u_long)argp->free_pgno);
1107 memcpy(&argp->free_pgno, bp, sizeof(argp->free_pgno));
1108 bp += sizeof(argp->free_pgno);
[all...]
H A Dhash_rec.c505 hcp->hdr->last_freed = argp->free_pgno;
562 NEXT_PGNO(pagep) = argp->free_pgno;
798 hcp->hdr->last_freed = argp->free_pgno;
819 pgno == max_pgno ? argp->free_pgno : pgno + 1,

Completed in 60 milliseconds