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

/freebsd-10.2-release/lib/librtld_db/
H A Drtld_db.c151 struct kinfo_vmentry *kves, *kve; local
155 if ((kves = kinfo_getvmmap(proc_getpid(rdap->rda_php), &cnt)) == NULL) {
160 kve = kves + i;
176 strlcpy(rdl.rdl_path, kves[lastvn].kve_path,
180 free(kves);
/freebsd-10.2-release/lib/libproc/
H A Dproc_sym.c190 struct kinfo_vmentry *kves, *kve; local
197 if ((kves = kinfo_getvmmap(p->pid, &cnt)) == NULL)
200 kve = kves + i;
205 free(kves);
224 strlcpy(map->pr_mapname, kves[lastvn].kve_path,
226 free(kves);
230 free(kves);
383 struct kinfo_vmentry *kves, *kve; local
393 if ((kves = kinfo_getvmmap(proc_getpid(p), &cnt)) == NULL)
396 kve = kves
[all...]

Completed in 67 milliseconds