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 1270 check_syscall_args(linux_sys_eventfd)
1957 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1945 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 1159 check_syscall_args(linux_sys_eventfd)
1820 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1325 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 1240 check_syscall_args(linux_sys_eventfd)
1911 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1498 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 1279 check_syscall_args(linux_sys_eventfd)
1935 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1425 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 1231 check_syscall_args(linux_sys_eventfd)
1900 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1421 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 1272 check_syscall_args(linux_sys_eventfd)
1939 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1400 .sy_call = (sy_call_t *)linux_sys_eventfd
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 1157 check_syscall_args(linux_sys_eventfd)
1804 int linux_sys_eventfd(struct lwp *, const struct linux_sys_eventfd_args *, register_t *);
linux_sysent.c 1342 .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

Completed in 35 milliseconds