Lines Matching refs:maps
162 static mapdata_t *maps;
265 "\t\t(report process address maps)\n");
269 "\t\t(report process address maps lgroups mappings)\n");
282 "\t-r: show reserved address maps\n");
674 maps[map_count - 1].md_last = B_TRUE;
1179 newmaps = realloc(maps, next * sizeof (mapdata_t));
1181 (void) perr("failed to allocate maps");
1188 maps = newmaps;
1191 return (&maps[map_count++]);
1246 if ((ret = func(data, &maps[i].md_map,
1247 maps[i].md_objname)) != 0)
1263 if ((ret = func(data, &maps[i].md_xmap, maps[i].md_objname,
1264 maps[i].md_last, maps[i].md_doswap)) != 0)