Lines Matching defs:tmpmap
202 u_int32_t *bitmap, count, *entryp, i, id, nentries, *tmpmap;
239 if ((ret = __os_calloc(sizeof(u_int32_t), nentries, &tmpmap)) != 0) {
247 __os_free(tmpmap, sizeof(u_int32_t) * nentries);
257 __os_free(tmpmap, sizeof(u_int32_t) * nentries);
283 CLEAR_MAP(tmpmap, nentries);
306 SET_MAP(tmpmap, lockerp->dd_id);
335 OR_MAP(entryp, tmpmap, nentries);
383 __os_free(tmpmap, sizeof(u_int32_t) * nentries);
392 u_int32_t i, j, nentries, *mymap, *tmpmap;
405 tmpmap = bmp + (nentries * j);
406 OR_MAP(mymap, tmpmap, nentries);