Searched refs:do_msgrcv (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/ipc/ |
H A D | msg.c | 1098 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 D | syscall.c | 4322 static inline abi_long do_msgrcv(int msqid, abi_long msgp, in do_msgrcv() function 4572 ret = do_msgrcv(first, tswapal(tmp->msgp), second, tswapal(tmp->msgtyp), third); in do_ipc() 4578 ret = do_msgrcv(first, ptr, second, fifth, third); in do_ipc() 11114 return do_msgrcv(arg1, arg2, arg3, arg4, arg5); in _syscall2()
|