Searched refs:VmEntry (Results 1 – 1 of 1) sorted by relevance
61 struct kinfo_vmentry *VmEntry = (struct kinfo_vmentry*)current_; in Next() local63 *start = (uptr)VmEntry->kve_start; in Next()64 *end = (uptr)VmEntry->kve_end; in Next()65 *offset = (uptr)VmEntry->kve_offset; in Next()68 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) in Next()70 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) in Next()72 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0) in Next()78 "%s", VmEntry->kve_path); in Next()81 current_ += VmEntry->kve_structsize; in Next()