Searched refs:itempp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.c124 bp->itempp =
125 (Item **) malloc(sizeof (*bp->itempp) * cp->bsz);
134 (Item **) malloc(sizeof (*bp->itempp) *
136 bcopy((char *)bp->itempp, (char *)titempp,
137 (sizeof (*bp->itempp) * bp->nalloc));
139 bkmem_free(bp->itempp,
140 (sizeof (*bp->itempp) * bp->nalloc));
142 free(bp->itempp);
144 bp->itempp = titempp;
146 bp->itempp
[all...]
H A Dnhash.h51 Item **itempp; member in struct:bucket_t
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.c88 (*cp)->bp[i].itempp = NULL;
132 bp->itempp =
133 (Item **) Malloc(sizeof (*bp->itempp) * cp->bsz);
141 (Item **) Malloc(sizeof (*bp->itempp) *
145 (char *)bp->itempp,
146 (sizeof (*bp->itempp) * bp->nalloc));
148 bkmem_free(bp->itempp,
149 (sizeof (*bp->itempp) * bp->nalloc));
151 Free(bp->itempp);
153 bp->itempp
[all...]
H A Dmed_hash.h46 Item **itempp; member in struct:bucket_t

Completed in 59 milliseconds