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.c160 } mapdata_t; typedef
162 static mapdata_t *maps;
1167 static mapdata_t *
1170 mapdata_t *newmaps; in nextmap()
1179 newmaps = realloc(maps, next * sizeof (mapdata_t)); in nextmap()
1185 (next - map_alloc) * sizeof (mapdata_t)); in nextmap()
1198 mapdata_t *data; in gather_map()
1219 mapdata_t *data; in gather_xmap()