Home
last modified time | relevance | path

Searched refs:maptable (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcdos.c42 struct map *maptable; member
70 if(!(dp->maptable=(struct map*)realloc((void*)dp->maptable,(dp->mapsize+1)*sizeof(struct map))))
79 dp->maptable[dp->maptop].logical=0;
98 if(!(mp=dp->maptable))
164 if(!dp->maptable)
170 if(!dp->maptable)
177 dp->maptable[0].physical = dp->maptable[0].logical+1;
178 dp->maptable[1].logical=0;
217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
310 if(!dp->maptable)
[all …]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c358 hostmap_t hm, *hmp, **maptable; in showhostmap() local
363 maptable = (hostmap_t **)malloc(sizeof (hostmap_t *) * in showhostmap()
365 if (maptable == NULL) { in showhostmap()
369 if (kmemcpy((char *)maptable, (ulong_t)nsp->ns_maptable, in showhostmap()
376 hmp = maptable[hv]; in showhostmap()
388 free(maptable); in showhostmap()