Searched refs:maptable (Results 1 – 2 of 2) sorted by relevance
42 struct map *maptable; member70 if(!(dp->maptable=(struct map*)realloc((void*)dp->maptable,(dp->mapsize+1)*sizeof(struct map))))77 dp->maptable[n].physical = dp->phere;78 dp->maptable[n].logical = dp->lhere;79 dp->maptable[dp->maptop].logical=0;98 if(!(mp=dp->maptable))164 if(!dp->maptable)170 if(!dp->maptable)173 if(dp->maptable=(struct map*)malloc((MINMAP+1)*sizeof(struct map)))176 dp->maptable[0].logical= dp->begin;[all …]
371 hostmap_t hm, *hmp, **maptable; local376 maptable = (hostmap_t **)malloc(sizeof(hostmap_t *) *378 if (maptable == NULL) {382 if (kmemcpy((char *)maptable, (u_long)nsp->ns_maptable,389 hmp = maptable[hv];401 free(maptable);