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

/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c42 struct map *maptable; member in struct:_dosdisc
70 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
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c256 { "maptable" },
371 hostmap_t hm, *hmp, **maptable; local
376 maptable = (hostmap_t **)malloc(sizeof(hostmap_t *) *
378 if (maptable == NULL) {
382 if (kmemcpy((char *)maptable, (u_long)nsp->ns_maptable,
384 perror("kmemcpy (maptable)");
389 hmp = maptable[hv];
401 free(maptable);

Completed in 58 milliseconds