Searched refs:linux_mmap (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_mmap.h | 74 #error Undefined linux_mmap.h machine type.
|
| D | linux_misc.c | 181 static int linux_mmap(struct lwp *, const struct linux_sys_mmap_args *, 474 return linux_mmap(l, uap, retval, SCARG(uap, offset)); in linux_sys_mmap() 498 return linux_mmap(l, uap, retval, in linux_sys_mmap2() 506 linux_mmap(struct lwp *l, const struct linux_sys_mmap_args *uap, register_t *retval, off_t offset) in linux_mmap() function
|