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

  /src/sys/compat/linux/common/
linux_socketcall.h 84 #define LINUX_SYS_RECV 10
234 #ifndef LINUX_SYS_recv
286 SYS_DEF(linux_sys_recv)
linux_socketcall.c 195 case LINUX_SYS_RECV:
196 error = linux_sys_recv(l, (void *)&lda, retval);
linux_socket.c 1729 linux_sys_recv(struct lwp *l, const struct linux_sys_recv_args *uap, register_t *retval) function
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 273 check_syscall_args(linux_sys_recv)
1579 int linux_sys_recv(struct lwp *, const struct linux_sys_recv_args *, register_t *);
linux_sysent.c 445 .sy_call = (sy_call_t *)linux_sys_recv
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 607 check_syscall_args(linux_sys_recv)
1729 int linux_sys_recv(struct lwp *, const struct linux_sys_recv_args *, register_t *);
linux_sysent.c 774 .sy_call = (sy_call_t *)linux_sys_recv

Completed in 33 milliseconds