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

/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_proc.c321 struct kinfo_vmentry *freep, *kve; local
331 kve = &freep[i];
332 if ((kve->kve_flags & KVME_FLAG_COW) &&
333 kve->kve_path != NULL &&
334 strlen(kve->kve_path) > 0) {
336 if (find_lib(ph, kve->kve_path) == false) {
338 if ((lib = add_lib_info(ph, kve->kve_path,
339 (uintptr_t) kve->kve_start)) == NULL)

Completed in 30 milliseconds