Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c103 static int xmapping_iter(struct ps_prochandle *, proc_xmap_f *, void *,
448 rc += xmapping_iter(Pr, gather_xmap, NULL, 0); in main()
450 rc += xmapping_iter(Pr, gather_xmap, NULL, 1); in main()
456 rc += xmapping_iter(Pr, gather_xmap, in main()
626 xmapping_iter(struct ps_prochandle *Pr, proc_xmap_f *func, void *cd, int doswap) in xmapping_iter() function