Searched refs:itempp (Results 1 – 4 of 4) sorted by relevance
88 (*cp)->bp[i].itempp = NULL; in init_cache()132 bp->itempp = in add_cache()133 (Item **) Malloc(sizeof (*bp->itempp) * cp->bsz); in add_cache()141 (Item **) Malloc(sizeof (*bp->itempp) * in add_cache()145 (char *)bp->itempp, in add_cache()146 (sizeof (*bp->itempp) * bp->nalloc)); in add_cache()148 bkmem_free(bp->itempp, in add_cache()149 (sizeof (*bp->itempp) * bp->nalloc)); in add_cache()151 Free(bp->itempp); in add_cache()153 bp->itempp = titempp; in add_cache()[all …]
52 Item **itempp; member
124 bp->itempp = in add_cache()125 (Item **) malloc(sizeof (*bp->itempp) * cp->bsz); in add_cache()134 (Item **) malloc(sizeof (*bp->itempp) * in add_cache()136 bcopy((char *)bp->itempp, (char *)titempp, in add_cache()137 (sizeof (*bp->itempp) * bp->nalloc)); in add_cache()139 bkmem_free(bp->itempp, in add_cache()140 (sizeof (*bp->itempp) * bp->nalloc)); in add_cache()142 free(bp->itempp); in add_cache()144 bp->itempp = titempp; in add_cache()146 bp->itempp = NULL; in add_cache()[all …]
51 Item **itempp; member