Searched defs:mmap_req (Results 1 – 1 of 1) sorted by relevance
71 struct mmap_req { struct72 vm_offset_t mr_hint;73 vm_size_t mr_len;74 int mr_prot;75 int mr_flags;76 int mr_fd;77 off_t mr_pos;78 mmap_check_fp_fn mr_check_fp_fn;