Searched refs:PGNO_OF (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/include/ |
H A D | hash.h | 165 #define PGNO_OF(I, S, O) (BUCKET_TO_PAGE((I), (1 << (S)) - 1) + (O)) macro
|
/osnet-11/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_page.c | 1642 new_addr = PGNO_OF(hcp, hcp->hdr->ovfl_point, offset); 1726 new_pgno = PGNO_OF(hcp, hcp->hdr->ovfl_point, curpages + 1); 1738 PGNO_OF(hcp, hcp->hdr->ovfl_point, curpages + i),
|
Completed in 18 milliseconds