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)
1192 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 1300 check_syscall_args(linux_sys_eventfd2)
1952 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1972 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 1182 check_syscall_args(linux_sys_eventfd2)
1813 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1348 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 1255 check_syscall_args(linux_sys_eventfd2)
1902 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1516 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 1302 check_syscall_args(linux_sys_eventfd2)
1936 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1445 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 1254 check_syscall_args(linux_sys_eventfd2)
1901 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1441 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 1301 check_syscall_args(linux_sys_eventfd2)
1942 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1424 .sy_call = (sy_call_t *)linux_sys_eventfd2
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 1188 check_syscall_args(linux_sys_eventfd2)
1807 int linux_sys_eventfd2(struct lwp *, const struct linux_sys_eventfd2_args *, register_t *);
linux_sysent.c 1370 .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 in typeref:typename:int

Completed in 30 milliseconds