Searched refs:linux_mmap_args (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c473 linux_mmap(struct thread *td, struct linux_mmap_args *args)
H A Dlinux32_sysent.c111 { AS(linux_mmap_args), (sy_call_t *)linux_mmap, AUE_MMAP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 90 = linux_mmap */
H A Dlinux32_proto.h293 struct linux_mmap_args { struct
1577 int linux_mmap(struct thread *, struct linux_mmap_args *);
H A Dlinux32_systrace_args.c606 struct linux_mmap_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_machdep.c364 linux_mmap(struct thread *td, struct linux_mmap_args *args)
H A Dlinux_sysent.c110 { AS(linux_mmap_args), (sy_call_t *)linux_mmap, AUE_MMAP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 90 = linux_mmap */
H A Dlinux_proto.h288 struct linux_mmap_args { struct
1594 int linux_mmap(struct thread *, struct linux_mmap_args *);
H A Dlinux_systrace_args.c621 struct linux_mmap_args *p = params;

Completed in 286 milliseconds