Searched refs:proc_xmap_f (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 106 typedef int proc_xmap_f(void *, const prxmap_t *, const char *, int, int); typedef 108 static int xmapping_iter(struct ps_prochandle *, proc_xmap_f *, void *, 121 static int iter_xmap(proc_xmap_f *, void *); 665 xmapping_iter(struct ps_prochandle *Pr, proc_xmap_f *func, void *cd, int doswap) in xmapping_iter() 1282 iter_xmap(proc_xmap_f *func, void *data) in iter_xmap()
|