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

/barrelfish-master/lib/posixcompat/
H A Ddlfcn.c72 determine_info (addr, l, info, mapp, symbolp);
/barrelfish-master/lib/libc/db/hash/
H A Dhash_page.c631 hashp->mapp[ndx] = ip;
668 if (!(freep = (u_int32_t *)hashp->mapp[i]) &&
822 if (!(freep = hashp->mapp[free_page]))
906 if ((hashp->mapp[ndx] = (u_int32_t *)malloc(hashp->BSIZE)) == NULL)
909 (char *)hashp->mapp[ndx], hashp->BITMAPS[ndx], 0, 1, 1)) {
910 free(hashp->mapp[ndx]);
913 return (hashp->mapp[ndx]);
H A Dhash.h110 u_int32_t *mapp[NCACHED]; /* Pointers to page maps */ member in struct:htab
H A Dhash.c176 (void)memset(&hashp->mapp[0], 0, bpages * sizeof(u_int32_t *));
417 if (hashp->mapp[i])
418 free(hashp->mapp[i]);
504 if (hashp->mapp[i])
505 if (__put_page(hashp, (char *)hashp->mapp[i],

Completed in 84 milliseconds