Home
last modified time | relevance | path

Searched refs:linux_pselect6_args (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/sys/arm64/linux/
H A Dlinux_proto.h314 struct linux_pselect6_args { struct
1302 int linux_pselect6(struct thread *, struct linux_pselect6_args *);
H A Dlinux_sysent.c89 …{ .sy_narg = AS(linux_pselect6_args), .sy_call = (sy_call_t *)linux_pselect6, .sy_auevent = AUE_SE…
H A Dlinux_systrace_args.c575 struct linux_pselect6_args *p = params; in systrace_args()
/freebsd-14.2/sys/amd64/linux/
H A Dlinux_proto.h999 struct linux_pselect6_args { struct
1655 int linux_pselect6(struct thread *, struct linux_pselect6_args *);
H A Dlinux_sysent.c287 …{ .sy_narg = AS(linux_pselect6_args), .sy_call = (sy_call_t *)linux_pselect6, .sy_auevent = AUE_SE…
H A Dlinux_systrace_args.c2061 struct linux_pselect6_args *p = params; in systrace_args()
/freebsd-14.2/sys/i386/linux/
H A Dlinux_proto.h1066 struct linux_pselect6_args { struct
1970 int linux_pselect6(struct thread *, struct linux_pselect6_args *);
H A Dlinux_sysent.c325 …{ .sy_narg = AS(linux_pselect6_args), .sy_call = (sy_call_t *)linux_pselect6, .sy_auevent = AUE_SE…
H A Dlinux_systrace_args.c2214 struct linux_pselect6_args *p = params; in systrace_args()
/freebsd-14.2/sys/amd64/linux32/
H A Dlinux32_proto.h1068 struct linux_pselect6_args { struct
1974 int linux_pselect6(struct thread *, struct linux_pselect6_args *);
H A Dlinux32_sysent.c326 …{ .sy_narg = AS(linux_pselect6_args), .sy_call = (sy_call_t *)linux_pselect6, .sy_auevent = AUE_SE…
H A Dlinux32_systrace_args.c2179 struct linux_pselect6_args *p = params; in systrace_args()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.c2076 linux_pselect6(struct thread *td, struct linux_pselect6_args *args) in linux_pselect6()