Home
last modified time | relevance | path

Searched refs:linux_old_select_args (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/i386/linux/
H A Dlinux_machdep.c254 linux_old_select(struct thread *td, struct linux_old_select_args *args) in linux_old_select()
H A Dlinux_proto.h259 struct linux_old_select_args { struct
1693 int linux_old_select(struct thread *, struct linux_old_select_args *);
H A Dlinux_sysent.c102 …{ .sy_narg = AS(linux_old_select_args), .sy_call = (sy_call_t *)linux_old_select, .sy_auevent = AU…
H A Dlinux_systrace_args.c556 struct linux_old_select_args *p = params; in systrace_args()
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_machdep.c377 linux_old_select(struct thread *td, struct linux_old_select_args *args) in linux_old_select()
H A Dlinux32_proto.h267 struct linux_old_select_args { struct
1702 int linux_old_select(struct thread *, struct linux_old_select_args *);
H A Dlinux32_sysent.c102 …{ .sy_narg = AS(linux_old_select_args), .sy_call = (sy_call_t *)linux_old_select, .sy_auevent = AU…
H A Dlinux32_systrace_args.c548 struct linux_old_select_args *p = params; in systrace_args()