Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c4237 static inline abi_long do_msgsnd(int msqid, abi_long msgp, in do_msgsnd() function
4521 ret = do_msgsnd(first, ptr, second, third); in do_ipc()
11006 return do_msgsnd(arg1, arg2, arg3, arg4); in _syscall2()