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

  /src/sys/compat/linux32/common/
linux32_misc.c 382 return linux_sys_eventfd2(l, &ua, retval);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 133 check_syscall_args(linux_sys_eventfd2)
1205 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 130 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1313 check_syscall_args(linux_sys_eventfd2)
1969 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1976 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 1195 check_syscall_args(linux_sys_eventfd2)
1830 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1352 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 1268 check_syscall_args(linux_sys_eventfd2)
1919 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1520 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 1307 check_syscall_args(linux_sys_eventfd2)
1943 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1447 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 1259 check_syscall_args(linux_sys_eventfd2)
1908 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1443 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 1306 check_syscall_args(linux_sys_eventfd2)
1949 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1426 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 1193 check_syscall_args(linux_sys_eventfd2)
1814 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1372 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/common/
linux_misc.c 1758 linux_sys_eventfd2(struct lwp *l, const struct linux_sys_eventfd2_args *uap, function

Completed in 50 milliseconds