Home
last modified time | relevance | path

Searched refs:linux_sys_pselect6 (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_syscallargs.h1098 check_syscall_args(linux_sys_pselect6)
1787 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1265 .sy_call = (sy_call_t *)linux_sys_pselect6
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_syscallargs.h1034 check_syscall_args(linux_sys_pselect6)
1757 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1221 .sy_call = (sy_call_t *)linux_sys_pselect6
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_syscallargs.h1219 check_syscall_args(linux_sys_pselect6)
1910 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1362 .sy_call = (sy_call_t *)linux_sys_pselect6
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_syscallargs.h1157 check_syscall_args(linux_sys_pselect6)
1871 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1345 .sy_call = (sy_call_t *)linux_sys_pselect6
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_syscallargs.h1172 check_syscall_args(linux_sys_pselect6)
1876 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1430 .sy_call = (sy_call_t *)linux_sys_pselect6
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h1208 check_syscall_args(linux_sys_pselect6)
1924 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1881 .sy_call = (sy_call_t *)linux_sys_pselect6
/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_syscallargs.h1218 check_syscall_args(linux_sys_pselect6)
1916 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1329 .sy_call = (sy_call_t *)linux_sys_pselect6
/netbsd/src/sys/compat/linux/common/
Dlinux_misc.c1032 linux_sys_pselect6(struct lwp *l, in linux_sys_pselect6() function