Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c4366 static inline abi_long do_msgrcv(int msqid, abi_long msgp, in do_msgrcv() function
4616 ret = do_msgrcv(first, tswapal(tmp->msgp), second, tswapal(tmp->msgtyp), third); in do_ipc()
4622 ret = do_msgrcv(first, ptr, second, fifth, third); in do_ipc()
11543 return do_msgrcv(arg1, arg2, arg3, arg4, arg5); in _syscall2()