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

/freebsd-13-stable/sys/i386/linux/
H A Dlinux_machdep.c341 linux_mmap(struct thread *td, struct linux_mmap_args *args)
H A Dlinux_proto.h289 struct linux_mmap_args { struct
1655 int linux_mmap(struct thread *, struct linux_mmap_args *);
H A Dlinux_sysent.c110 { .sy_narg = AS(linux_mmap_args), .sy_call = (sy_call_t *)linux_mmap, .sy_auevent = AUE_MMAP, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 90 = linux_mmap */
H A Dlinux_systrace_args.c621 struct linux_mmap_args *p = params;
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c445 linux_mmap(struct thread *td, struct linux_mmap_args *args)
H A Dlinux32_proto.h294 struct linux_mmap_args { struct
1663 int linux_mmap(struct thread *, struct linux_mmap_args *);
H A Dlinux32_sysent.c110 { .sy_narg = AS(linux_mmap_args), .sy_call = (sy_call_t *)linux_mmap, .sy_auevent = AUE_MMAP, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 90 = linux_mmap */
H A Dlinux32_systrace_args.c606 struct linux_mmap_args *p = params;

Completed in 220 milliseconds