HomeSort by: relevance | last modified time | path
    Searched defs:sendmsg (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/rump/include/rump/
rump_syscallshotgun.h 48 #define sendmsg(a,b,c) rump_sys_sendmsg(a,b,c) macro
  /src/lib/libpthread/
pthread_cancelstub.c 143 __typeof(sendmsg) _sys_sendmsg;
650 sendmsg(int s, const struct msghdr *msg, int flags) function in typeref:typename:ssize_t
815 __strong_alias(_sendmsg, sendmsg)
  /src/sys/dev/
ipmivar.h 72 int (*sendmsg)(struct ipmi_softc *, int, const uint8_t *); member in struct:ipmi_if
  /src/lib/librumphijack/
hijack.c 316 { DUALCALL_SENDMSG, "sendmsg", RSYS_NAME(SENDMSG) },
1708 * we intercept sendmsg and recvmsg to convert file descriptors in
1815 sendmsg(int fd, const struct msghdr *msg, int flags) function in typeref:typename:ssize_t
1839 * - caller don't care cmsg's contents after calling sendmsg.
1845 op_sendmsg = GETSYSCALL(rump, SENDMSG);
1847 op_sendmsg = GETSYSCALL(host, SENDMSG);

Completed in 52 milliseconds