Searched defs:msqid (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | EINTR_wrappers.c | 371 int sigwrap_msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in sigwrap_msgsnd() 386 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in sigwrap_msgrcv()
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | EINTR_wrappers.c | 428 int sigwrap_msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in sigwrap_msgsnd() 443 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in sigwrap_msgrcv()
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 4294 static inline abi_long do_msgsnd(int msqid, abi_long msgp, in do_msgsnd() 4349 static inline abi_long do_msgrcv(int msqid, abi_long msgp, in do_msgrcv()
|