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

  /src/sys/compat/linux/common/
linux_socketcall.h 79 #define LINUX_SYS_ACCEPT 5
185 #ifndef LINUX_SYS_accept
288 SYS_DEF(linux_sys_accept)
linux_socketcall.c 180 case LINUX_SYS_ACCEPT:
181 error = linux_sys_accept(l, (void *)&lda, retval);
linux_socket.c 1773 linux_sys_accept(struct lwp *l, const struct linux_sys_accept_args *uap, register_t *retval) function
  /src/sys/compat/linux32/common/
linux32_socket.c 277 return linux_sys_accept(l, &ua, retval);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 914 check_syscall_args(linux_sys_accept)
1532 int linux_sys_accept(struct lwp *, const struct linux_sys_accept_args *, register_t *);
linux_sysent.c 974 .sy_call = (sy_call_t *)linux_sys_accept
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 251 check_syscall_args(linux_sys_accept)
1573 int linux_sys_accept(struct lwp *, const struct linux_sys_accept_args *, register_t *);
linux_sysent.c 431 .sy_call = (sy_call_t *)linux_sys_accept
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 208 check_syscall_args(linux_sys_accept)
1432 int linux_sys_accept(struct lwp *, const struct linux_sys_accept_args *, register_t *);
linux_sysent.c 258 .sy_call = (sy_call_t *)linux_sys_accept
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 560 check_syscall_args(linux_sys_accept)
1715 int linux_sys_accept(struct lwp *, const struct linux_sys_accept_args *, register_t *);
linux_sysent.c 740 .sy_call = (sy_call_t *)linux_sys_accept

Completed in 53 milliseconds