Searched refs:mapp (Results 1 – 3 of 3) sorted by relevance
641 hashp->mapp[ndx] = ip; in __ibitmap()678 if (!(freep = (__uint32_t *)hashp->mapp[i]) && in overflow_page()826 if (!(freep = hashp->mapp[free_page])) in __free_ovflpage()905 if ((hashp->mapp[ndx] = (__uint32_t *)malloc(hashp->BSIZE)) == NULL) in fetch_bitmap()908 (char *)hashp->mapp[ndx], hashp->BITMAPS[ndx], 0, 1, 1)) { in fetch_bitmap()909 free(hashp->mapp[ndx]); in fetch_bitmap()912 return (hashp->mapp[ndx]); in fetch_bitmap()
217 (void)memset(&hashp->mapp[0], 0, bpages * sizeof(__uint32_t *));467 if (hashp->mapp[i])468 free(hashp->mapp[i]);546 if (hashp->mapp[i])547 if (__put_page(hashp, (char *)hashp->mapp[i],
129 __uint32_t *mapp[NCACHED]; /* Pointers to page maps */ member