Home
last modified time | relevance | path

Searched refs:TARGET_SYS_SENDMSG (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h29 #define TARGET_SYS_SENDMSG 16 /* sendmsg() */ macro
H A Dsyscall.c3679 [TARGET_SYS_SENDMSG] = 3, /* fd, msg, flags */ in do_socketcall()
3735 case TARGET_SYS_SENDMSG: /* sockfd, msg, flags */ in do_socketcall()