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