Searched refs:msgtyp (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | EINTR_wrappers.h | 81 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg);
|
| H A D | EINTR_wrappers.c | 386 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in sigwrap_msgrcv() argument 390 ssize_t Result = msgrcv(msqid, msgp, msgsz, msgtyp, msgflg); in sigwrap_msgrcv()
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | EINTR_wrappers.h | 81 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg);
|
| H A D | EINTR_wrappers.c | 443 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in sigwrap_msgrcv() argument 447 ssize_t Result = msgrcv(msqid, msgp, msgsz, msgtyp, msgflg); in sigwrap_msgrcv()
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 4353 ssize_t msgsz, abi_long msgtyp, in do_msgrcv() argument 4375 ret = get_errno(safe_msgrcv(msqid, host_mb, msgsz, msgtyp, msgflg)); in do_msgrcv() 4380 msgflg, MSGRCV_ARGS(host_mb, msgtyp))); in do_msgrcv() 4594 abi_long msgtyp; in do_ipc() member 4602 ret = do_msgrcv(first, tswapal(tmp->msgp), second, tswapal(tmp->msgtyp), third); in do_ipc()
|