Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_syscallargs.h1100 struct linux_sys_ppoll_args { struct
1789 int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
Dlinux_sysent.c1268 ns(struct linux_sys_ppoll_args),
Dlinux_systrace_args.c1877 const struct linux_sys_ppoll_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_syscallargs.h1036 struct linux_sys_ppoll_args { struct
1759 int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
Dlinux_sysent.c1224 ns(struct linux_sys_ppoll_args),
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_syscallargs.h1221 struct linux_sys_ppoll_args { struct
1912 int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
Dlinux_sysent.c1365 ns(struct linux_sys_ppoll_args),
Dlinux_systrace_args.c2039 const struct linux_sys_ppoll_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_syscallargs.h1159 struct linux_sys_ppoll_args { struct
1873 int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
Dlinux_sysent.c1348 ns(struct linux_sys_ppoll_args),
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_syscallargs.h1174 struct linux_sys_ppoll_args { struct
1878 int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
Dlinux_sysent.c1433 ns(struct linux_sys_ppoll_args),
Dlinux_systrace_args.c1976 const struct linux_sys_ppoll_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h1210 struct linux_sys_ppoll_args { struct
1926 int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
Dlinux_sysent.c1884 ns(struct linux_sys_ppoll_args),
/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_syscallargs.h1220 struct linux_sys_ppoll_args { struct
1918 int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
Dlinux_sysent.c1332 ns(struct linux_sys_ppoll_args),
/netbsd/src/sys/compat/linux/common/
Dlinux_misc.c1109 const struct linux_sys_ppoll_args *uap, register_t *retval) in linux_sys_ppoll()