HomeSort by: relevance | last modified time | path
    Searched refs:linux_sys_eventfd (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/compat/linux/arch/aarch64/
linux_machdep.h 91 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
  /src/sys/compat/linux32/common/
linux32_misc.c 366 return linux_sys_eventfd(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1257 check_syscall_args(linux_sys_eventfd)
1940 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1941 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 1146 check_syscall_args(linux_sys_eventfd)
1803 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1321 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 1227 check_syscall_args(linux_sys_eventfd)
1894 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1494 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 1274 check_syscall_args(linux_sys_eventfd)
1928 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1423 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 1226 check_syscall_args(linux_sys_eventfd)
1893 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1419 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 1267 check_syscall_args(linux_sys_eventfd)
1932 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1398 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 1152 check_syscall_args(linux_sys_eventfd)
1797 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1340 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/common/
linux_misc.c 1747 linux_sys_eventfd(struct lwp *l, const struct linux_sys_eventfd_args *uap, function in typeref:typename:int

Completed in 53 milliseconds