Home
last modified time | relevance | path

Searched refs:linux_select_args (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/i386/linux/
H A Dlinux_machdep.c259 struct linux_select_args newsel; in linux_old_select()
H A Dlinux_sysent.c162 …{ AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dlinux_proto.h452 struct linux_select_args { struct
1635 int linux_select(struct thread *, struct linux_select_args *);
H A Dlinux_systrace_args.c981 struct linux_select_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_machdep.c385 struct linux_select_args newsel; in linux_old_select()
H A Dlinux32_sysent.c162 …{ AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dlinux32_proto.h444 struct linux_select_args { struct
1615 int linux_select(struct thread *, struct linux_select_args *);
H A Dlinux32_systrace_args.c943 struct linux_select_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c43 …{ AS(linux_select_args), (sy_call_t *)linux_select, AUE_SELECT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dlinux_proto.h115 struct linux_select_args { struct
1261 int linux_select(struct thread *, struct linux_select_args *);
H A Dlinux_systrace_args.c218 struct linux_select_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c518 linux_select(struct thread *td, struct linux_select_args *args) in linux_select()