Searched refs:start_pgno (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_auto.c | 1130 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 D | hash_rec.c | 793 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++) {
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | hash_auto.h | 116 db_pgno_t start_pgno; member
|