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

  /src/sys/compat/linux/common/
linux_socketcall.h 92 #define LINUX_SYS_SETSOCKOPT 14
153 #ifndef LINUX_SYS_setsockopt
282 SYS_DEF(linux_sys_setsockopt)
linux_socketcall.c 207 case LINUX_SYS_SETSOCKOPT:
208 error = linux_sys_setsockopt(l, (void *)&lda, retval);
linux_socket.c 1034 linux_sys_setsockopt(struct lwp *l, const struct linux_sys_setsockopt_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/compat/linux32/common/
linux32_socket.c 182 return linux_sys_setsockopt(l, &ua, retval);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 951 check_syscall_args(linux_sys_setsockopt)
1527 int linux_sys_setsockopt(struct lwp *, const struct linux_sys_setsockopt_args *, register_t *);
linux_sysent.c 1000 .sy_call = (sy_call_t *)linux_sys_setsockopt
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 294 check_syscall_args(linux_sys_setsockopt)
1572 int linux_sys_setsockopt(struct lwp *, const struct linux_sys_setsockopt_args *, register_t *);
linux_sysent.c 460 .sy_call = (sy_call_t *)linux_sys_setsockopt
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 284 check_syscall_args(linux_sys_setsockopt)
1441 int linux_sys_setsockopt(struct lwp *, const struct linux_sys_setsockopt_args *, register_t *);
linux_sysent.c 311 .sy_call = (sy_call_t *)linux_sys_setsockopt
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 658 check_syscall_args(linux_sys_setsockopt)
1736 int linux_sys_setsockopt(struct lwp *, const struct linux_sys_setsockopt_args *, register_t *);
linux_sysent.c 804 .sy_call = (sy_call_t *)linux_sys_setsockopt

Completed in 51 milliseconds