Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c119 static int gather_xmap(void *, const prxmap_t *, const char *, int, int);
485 rc += xmapping_iter(Pr, gather_xmap, NULL, 0); in main()
487 rc += xmapping_iter(Pr, gather_xmap, NULL, 1); in main()
493 rc += xmapping_iter(Pr, gather_xmap, in main()
1243 gather_xmap(void *ignored, const prxmap_t *xmap, const char *objname, in gather_xmap() function