Home
last modified time | relevance | path

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

/openbmc/linux/ipc/
H A Dmsg.c1098 static long do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, in do_msgrcv() function
1267 return do_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg, do_msg_fill); in ksys_msgrcv()
1294 return do_msgrcv(msqid, compat_ptr(msgp), (ssize_t)msgsz, (long)msgtyp, in compat_ksys_msgrcv()
/openbmc/qemu/linux-user/
H A Dsyscall.c4298 static inline abi_long do_msgrcv(int msqid, abi_long msgp, in do_msgrcv() function
4548 ret = do_msgrcv(first, tswapal(tmp->msgp), second, tswapal(tmp->msgtyp), third); in do_ipc()
4554 ret = do_msgrcv(first, ptr, second, fifth, third); in do_ipc()
10880 return do_msgrcv(arg1, arg2, arg3, arg4, arg5); in _syscall2()