Home
last modified time | relevance | path

Searched refs:linux_sys_pselect6_args (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_syscallargs.h1090 struct linux_sys_pselect6_args { struct
1787 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1263 ns(struct linux_sys_pselect6_args),
Dlinux_systrace_args.c1865 const struct linux_sys_pselect6_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_syscallargs.h1026 struct linux_sys_pselect6_args { struct
1757 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1219 ns(struct linux_sys_pselect6_args),
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_syscallargs.h1211 struct linux_sys_pselect6_args { struct
1910 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1360 ns(struct linux_sys_pselect6_args),
Dlinux_systrace_args.c2027 const struct linux_sys_pselect6_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_syscallargs.h1149 struct linux_sys_pselect6_args { struct
1871 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1343 ns(struct linux_sys_pselect6_args),
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_syscallargs.h1164 struct linux_sys_pselect6_args { struct
1876 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1428 ns(struct linux_sys_pselect6_args),
Dlinux_systrace_args.c1964 const struct linux_sys_pselect6_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h1200 struct linux_sys_pselect6_args { struct
1924 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1879 ns(struct linux_sys_pselect6_args),
/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_syscallargs.h1210 struct linux_sys_pselect6_args { struct
1916 int linux_sys_pselect6(struct lwp *, const struct linux_sys_pselect6_args *, register_t *);
Dlinux_sysent.c1327 ns(struct linux_sys_pselect6_args),
/netbsd/src/sys/compat/linux/common/
Dlinux_misc.c1033 const struct linux_sys_pselect6_args *uap, register_t *retval) in linux_sys_pselect6()