Searched refs:do_msgsnd (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/ipc/ |
H A D | msg.c | 848 static long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() function 968 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in ksys_msgsnd() 992 return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg); in compat_ksys_msgsnd()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4267 static inline abi_long do_msgsnd(int msqid, abi_long msgp, in do_msgsnd() function 4551 ret = do_msgsnd(first, ptr, second, third); in do_ipc() 11118 return do_msgsnd(arg1, arg2, arg3, arg4); in _syscall2()
|