Searched refs:prmap (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/libproc/dist/
H A Dlibproc.h63 typedef struct prmap { struct
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c271 int (*func) (struct prmap *map, find_memory_region_ftype child_func,
3138 int (*func) (struct prmap *map,
3143 struct prmap *prmaps;
3144 struct prmap *prmap; local
3164 prmaps = (struct prmap *) alloca ((nmap + 1) * sizeof (*prmaps));
3169 for (prmap = prmaps; nmap > 0; prmap++, nmap--)
3171 funcstat = (*func) (prmap, child_func, data);
3184 find_memory_regions_callback (struct prmap *ma
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c272 int (*func) (struct prmap *map, find_memory_region_ftype child_func,
3111 int (*func) (struct prmap *map,
3116 struct prmap *prmaps;
3117 struct prmap *prmap; local
3137 prmaps = (struct prmap *) alloca ((nmap + 1) * sizeof (*prmaps));
3142 for (prmap = prmaps; nmap > 0; prmap++, nmap--)
3144 funcstat = (*func) (prmap, child_func, data);
3157 find_memory_regions_callback (struct prmap *ma
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.c627 dt_module_load_proc_count(void *arg, const prmap_t *prmap, const char *obj) argument
641 dt_module_load_proc_build(void *arg, const prmap_t *prmap, const char *obj) argument
664 (void) Pobjname(dcp->dpa_proc, prmap->pr_vaddr, buf, sizeof (buf));
675 if (Plmid(dcp->dpa_proc, prmap->pr_vaddr, &lmid) != 0)

Completed in 227 milliseconds