Searched refs:xmapping_iter (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 108 static int xmapping_iter(struct ps_prochandle *, proc_xmap_f *, void *, 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() 665 xmapping_iter(struct ps_prochandle *Pr, proc_xmap_f *func, void *cd, int doswap) in xmapping_iter() function
|