Searched refs:ovflpoint (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_auto.c | 410 fileid, bucket, ovflpoint, spares, metalsn) in __ham_splitmeta_log() argument 417 u_int32_t ovflpoint; 437 + sizeof(ovflpoint) 454 memcpy(bp, &ovflpoint, sizeof(ovflpoint)); 455 bp += sizeof(ovflpoint); 508 printf("\tovflpoint: %lu\n", (u_long)argp->ovflpoint); 545 memcpy(&argp->ovflpoint, bp, sizeof(argp->ovflpoint)); 546 bp += sizeof(argp->ovflpoint); 1130 fileid, start_pgno, npages, free_pgno, ovflpoint, metalsn) in __ham_ovfl_log() argument 1139 u_int32_t ovflpoint; [all …]
|
H A D | hash_rec.c | 643 hcp->hdr->ovfl_point = argp->ovflpoint; 794 hcp->hdr->spares[argp->ovflpoint] += argp->npages; 799 hcp->hdr->spares[argp->ovflpoint] -= argp->npages;
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | hash_auto.h | 52 u_int32_t ovflpoint; member 117 u_int32_t ovflpoint; member
|