Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c165 } mapdata_t; typedef
167 static mapdata_t *maps;
1196 static mapdata_t *
1199 mapdata_t *newmaps; in nextmap()
1208 newmaps = realloc(maps, next * sizeof (mapdata_t)); in nextmap()
1214 (next - map_alloc) * sizeof (mapdata_t)); in nextmap()
1226 mapdata_t *data; in gather_map()
1246 mapdata_t *data; in gather_xmap()