Searched refs:linux_mincore_args (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c47 { AS(linux_mincore_args), (sy_call_t *)linux_mincore, AUE_MINCORE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 27 = linux_mincore */
H A Dlinux_proto.h133 struct linux_mincore_args { struct
1263 int linux_mincore(struct thread *, struct linux_mincore_args *);
H A Dlinux_systrace_args.c254 struct linux_mincore_args *p = params;
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c239 { AS(linux_mincore_args), (sy_call_t *)linux_mincore, AUE_MINCORE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 218 = linux_mincore */
H A Dlinux32_proto.h677 struct linux_mincore_args { struct
1667 int linux_mincore(struct thread *, struct linux_mincore_args *);
H A Dlinux32_systrace_args.c1512 struct linux_mincore_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c238 { AS(linux_mincore_args), (sy_call_t *)linux_mincore, AUE_MINCORE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 218 = linux_mincore */
H A Dlinux_proto.h678 struct linux_mincore_args { struct
1686 int linux_mincore(struct thread *, struct linux_mincore_args *);
H A Dlinux_systrace_args.c1555 struct linux_mincore_args *p = params;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c2588 linux_mincore(struct thread *td, struct linux_mincore_args *args)

Completed in 248 milliseconds