Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c116 static int iter_xmap(proc_xmap_f *, void *);
496 rc += iter_xmap(sflag ? look_xmap : in main()
520 rc += iter_xmap(look_xmap_nopgsz, &t); in main()
546 rc += iter_xmap(look_smap, &t); in main()
554 rc += iter_xmap(look_smap, &t); in main()
1255 iter_xmap(proc_xmap_f *func, void *data) in iter_xmap() function