Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c113 static int gather_map(void *, const prmap_t *, const char *);
453 rc += rmapping_iter(Pr, gather_map, in main()
460 gather_map, NULL); in main()
463 gather_map, NULL); in main()
1196 gather_map(void *ignored, const prmap_t *map, const char *objname) in gather_map() function