/openbmc/linux/ipc/ |
H A D | msg.c | 1002 static inline int convert_mode(long *msgtyp, int msgflg) in convert_mode() argument 1012 if (*msgtyp == 0) in convert_mode() 1014 if (*msgtyp < 0) { in convert_mode() 1015 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode() 1016 *msgtyp = LONG_MAX; in convert_mode() 1018 *msgtyp = -*msgtyp; in convert_mode() 1074 static struct msg_msg *find_msg(struct msg_queue *msq, long *msgtyp, int mode) in find_msg() argument 1080 if (testmsg(msg, *msgtyp, mode) && in find_msg() 1082 *msgtyp, mode)) { in find_msg() 1084 *msgtyp = msg->m_type - 1; in find_msg() [all …]
|
H A D | syscall.c | 68 tmp.msgtyp, third); in ksys_ipc() 126 compat_long_t msgtyp; member 173 ipck.msgtyp, third); in compat_ksys_ipc()
|
H A D | util.h | 284 compat_long_t msgtyp, int msgflg);
|
/openbmc/linux/include/uapi/linux/ |
H A D | ipc.h | 60 long msgtyp; member
|
/openbmc/linux/arch/s390/kernel/ |
H A D | compat_linux.h | 20 __s32 msgtyp; member
|
/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/linux/include/linux/ |
H A D | syscalls.h | 712 size_t msgsz, long msgtyp, int msgflg); 1263 long msgtyp, int msgflg);
|
H A D | compat.h | 746 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg);
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4323 ssize_t msgsz, abi_long msgtyp, in do_msgrcv() argument 4345 ret = get_errno(safe_msgrcv(msqid, host_mb, msgsz, msgtyp, msgflg)); in do_msgrcv() 4350 msgflg, MSGRCV_ARGS(host_mb, msgtyp))); in do_msgrcv() 4564 abi_long msgtyp; in do_ipc() member 4572 ret = do_msgrcv(first, tswapal(tmp->msgp), second, tswapal(tmp->msgtyp), third); in do_ipc()
|