Searched defs:mmap_req (Results 1 – 1 of 1) sorted by relevance
76 struct mmap_req { struct77 vm_offset_t mr_hint;78 vm_size_t mr_len;79 int mr_prot;80 int mr_flags;81 int mr_fd;82 off_t mr_pos;83 mmap_check_fp_fn mr_check_fp_fn;