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

  /src/sys/compat/linux/common/
linux_socketcall.h 86 #define LINUX_SYS_SOCKETPAIR 8
122 #ifndef LINUX_SYS_socketpair
279 SYS_DEF(linux_sys_socketpair)
linux_socketcall.c 189 case LINUX_SYS_SOCKETPAIR:
190 error = linux_sys_socketpair(l, (void *)&lda, retval);
linux_socket.c 368 linux_sys_socketpair(struct lwp *l, const struct linux_sys_socketpair_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/compat/linux32/common/
linux32_socket.c 114 return linux_sys_socketpair(l, &ua, retval);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 885 check_syscall_args(linux_sys_socketpair)
1509 int linux_sys_socketpair(struct lwp *, const struct linux_sys_socketpair_args *, register_t *);
linux_sysent.c 956 .sy_call = (sy_call_t *)linux_sys_socketpair
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 398 check_syscall_args(linux_sys_socketpair)
1620 int linux_sys_socketpair(struct lwp *, const struct linux_sys_socketpair_args *, register_t *);
linux_sysent.c 589 .sy_call = (sy_call_t *)linux_sys_socketpair
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 275 check_syscall_args(linux_sys_socketpair)
1439 int linux_sys_socketpair(struct lwp *, const struct linux_sys_socketpair_args *, register_t *);
linux_sysent.c 306 .sy_call = (sy_call_t *)linux_sys_socketpair
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 673 check_syscall_args(linux_sys_socketpair)
1740 int linux_sys_socketpair(struct lwp *, const struct linux_sys_socketpair_args *, register_t *);
linux_sysent.c 816 .sy_call = (sy_call_t *)linux_sys_socketpair

Completed in 24 milliseconds