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

  /src/sys/compat/linux/common/
linux_socketcall.h 87 #define LINUX_SYS_SEND 9
229 #ifndef LINUX_SYS_send
291 SYS_DEF(linux_sys_send)
linux_socketcall.c 192 case LINUX_SYS_SEND:
193 error = linux_sys_send(l, (void *)&lda, retval);
linux_socket.c 1751 linux_sys_send(struct lwp *l, const struct linux_sys_send_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 265 check_syscall_args(linux_sys_send)
1564 int linux_sys_send(struct lwp *, const struct linux_sys_send_args *, register_t *);
linux_sysent.c 440 .sy_call = (sy_call_t *)linux_sys_send
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 632 check_syscall_args(linux_sys_send)
1730 int linux_sys_send(struct lwp *, const struct linux_sys_send_args *, register_t *);
linux_sysent.c 789 .sy_call = (sy_call_t *)linux_sys_send

Completed in 18 milliseconds