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

  /src/sys/compat/linux/common/
linux_socketcall.h 94 #define LINUX_SYS_SENDMSG 16
213 #ifndef LINUX_SYS_sendmsg
288 SYS_DEF(linux_sys_sendmsg)
linux_socketcall.c 213 case LINUX_SYS_SENDMSG:
214 error = linux_sys_sendmsg(l, (void *)&lda, retval);
linux_socket.c 467 linux_sys_sendmsg(struct lwp *l, const struct linux_sys_sendmsg_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/compat/linux32/common/
linux32_socket.c 328 return linux_sys_sendmsg(l, &ua, retval);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 969 check_syscall_args(linux_sys_sendmsg)
1533 int linux_sys_sendmsg(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
linux_sysent.c 1014 .sy_call = (sy_call_t *)linux_sys_sendmsg
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 319 check_syscall_args(linux_sys_sendmsg)
1582 int linux_sys_sendmsg(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
linux_sysent.c 496 .sy_call = (sy_call_t *)linux_sys_sendmsg
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 235 check_syscall_args(linux_sys_sendmsg)
1425 int linux_sys_sendmsg(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
linux_sysent.c 273 .sy_call = (sy_call_t *)linux_sys_sendmsg
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 639 check_syscall_args(linux_sys_sendmsg)
1732 int linux_sys_sendmsg(struct lwp *, const struct linux_sys_sendmsg_args *, register_t *);
linux_sysent.c 794 .sy_call = (sy_call_t *)linux_sys_sendmsg

Completed in 60 milliseconds