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 83 #define LINUX_SYS_ACCEPT 5
189 #ifndef LINUX_SYS_accept
292 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 in typeref:typename:int
  /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 901 check_syscall_args(linux_sys_accept)
1515 int linux_sys_accept(struct lwp *, const struct linux_sys_accept_args *, register_t *);
linux_sysent.c 970 .sy_call = (sy_call_t *)linux_sys_accept
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 251 check_syscall_args(linux_sys_accept)
1560 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)
1419 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)
1710 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 102 milliseconds