Home
last modified time | relevance | path

Searched refs:msgflg (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.h67 int sigwrap_msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg);
81 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg);
H A DEINTR_wrappers.c371 int sigwrap_msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in sigwrap_msgsnd() argument
375 int Result = msgsnd(msqid, msgp, msgsz, msgflg); in sigwrap_msgsnd()
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 DEINTR_wrappers.h67 int sigwrap_msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg);
81 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg);
H A DEINTR_wrappers.c428 int sigwrap_msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in sigwrap_msgsnd() argument
432 int Result = msgsnd(msqid, msgp, msgsz, msgflg); in sigwrap_msgsnd()
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 Dsyscall.c4298 ssize_t msgsz, int msgflg) in do_msgsnd() argument
4319 ret = get_errno(safe_msgsnd(msqid, host_mb, msgsz, msgflg)); in do_msgsnd()
4324 ret = get_errno(safe_ipc(IPCOP_msgsnd, msqid, msgsz, msgflg, in do_msgsnd()
4327 ret = get_errno(safe_ipc(IPCOP_msgsnd, msqid, msgsz, msgflg, in do_msgsnd()
4354 int msgflg) 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()