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

  /src/sys/compat/linux/common/
linux_socketcall.h 216 syscallarg(struct linux_msghdr *) msg;
224 syscallarg(struct linux_msghdr *) msg;
linux_socket.h 141 struct linux_msghdr { struct
152 struct linux_msghdr msg_hdr;
linux_socket.c 128 static void linux_to_bsd_msghdr(const struct linux_msghdr *, struct msghdr *);
129 static void bsd_to_linux_msghdr(const struct msghdr *, struct linux_msghdr *);
441 linux_to_bsd_msghdr(const struct linux_msghdr *lmsg, struct msghdr *bmsg)
454 bsd_to_linux_msghdr(const struct msghdr *bmsg, struct linux_msghdr *lmsg)
471 syscallarg(struct linux_msghdr *) msg;
475 struct linux_msghdr lmsg;
775 syscallarg(struct linux_msghdr *) msg;
779 struct linux_msghdr lmsg;
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 966 syscallarg(const struct linux_msghdr *) msg;
973 syscallarg(struct linux_msghdr *) msg;
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 309 syscallarg(struct linux_msghdr *) msg;
316 syscallarg(const struct linux_msghdr *) msg;
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 232 syscallarg(const struct linux_msghdr *) msg;
239 syscallarg(struct linux_msghdr *) msg;
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 621 syscallarg(struct linux_msghdr *) msg;
636 syscallarg(struct linux_msghdr *) msg;

Completed in 17 milliseconds