Searched refs:kves (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/librtld_db/
H A Drtld_db.c131 struct kinfo_vmentry *kves, *kve; local
135 if ((kves = kinfo_getvmmap(proc_getpid(rdap->rda_php), &cnt)) == NULL) {
140 kve = kves + i;
156 strlcpy(rdl.rdl_path, kves[lastvn].kve_path,
160 free(kves);
/freebsd-9.3-release/lib/libproc/
H A Dproc_sym.c144 struct kinfo_vmentry *kves, *kve; local
151 if ((kves = kinfo_getvmmap(p->pid, &cnt)) == NULL)
154 kve = kves + i;
159 free(kves);
178 strlcpy(map->pr_mapname, kves[lastvn].kve_path,
180 free(kves);
184 free(kves);
337 struct kinfo_vmentry *kves, *kve; local
347 if ((kves = kinfo_getvmmap(proc_getpid(p), &cnt)) == NULL)
350 kve = kves
[all...]

Completed in 50 milliseconds