Searched refs:msgtyp (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/ipc/ |
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 …]
|
D | syscall.c | 68 tmp.msgtyp, third); in ksys_ipc() 126 compat_long_t msgtyp; member 173 ipck.msgtyp, third); in compat_ksys_ipc()
|
D | util.h | 286 compat_long_t msgtyp, int msgflg);
|
/linux-6.1.9/include/uapi/linux/ |
D | ipc.h | 60 long msgtyp; member
|
/linux-6.1.9/arch/s390/kernel/ |
D | compat_linux.h | 20 __s32 msgtyp; member
|
/linux-6.1.9/include/linux/ |
D | compat.h | 799 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg);
|
D | syscalls.h | 813 size_t msgsz, long msgtyp, int msgflg); 1371 long msgtyp, int msgflg);
|