Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c417 u_int32_t ovflpoint;
437 + sizeof(ovflpoint)
454 memcpy(bp, &ovflpoint, sizeof(ovflpoint));
455 bp += sizeof(ovflpoint);
545 memcpy(&argp->ovflpoint, bp, sizeof(argp->ovflpoint));
546 bp += sizeof(argp->ovflpoint);
1139 u_int32_t ovflpoint;
1160 + sizeof(ovflpoint)
1180 memcpy(bp, &ovflpoint, sizeof(ovflpoint));
1181 bp += sizeof(ovflpoint);
[all …]
H A Dhash_rec.c643 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 Dhash_auto.h52 u_int32_t ovflpoint; member
117 u_int32_t ovflpoint; member