msgtyp             18 arch/s390/kernel/compat_linux.h         __s32   msgtyp;
msgtyp            753 include/linux/compat.h 		compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg);
msgtyp            773 include/linux/syscalls.h 				size_t msgsz, long msgtyp, int msgflg);
msgtyp           1414 include/linux/syscalls.h 		 long msgtyp, int msgflg);
msgtyp             60 include/uapi/linux/ipc.h 	long msgtyp;
msgtyp            971 ipc/msg.c      static inline int convert_mode(long *msgtyp, int msgflg)
msgtyp            981 ipc/msg.c      	if (*msgtyp == 0)
msgtyp            983 ipc/msg.c      	if (*msgtyp < 0) {
msgtyp            984 ipc/msg.c      		if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */
msgtyp            985 ipc/msg.c      			*msgtyp = LONG_MAX;
msgtyp            987 ipc/msg.c      			*msgtyp = -*msgtyp;
msgtyp           1043 ipc/msg.c      static struct msg_msg *find_msg(struct msg_queue *msq, long *msgtyp, int mode)
msgtyp           1049 ipc/msg.c      		if (testmsg(msg, *msgtyp, mode) &&
msgtyp           1051 ipc/msg.c      					       *msgtyp, mode)) {
msgtyp           1053 ipc/msg.c      				*msgtyp = msg->m_type - 1;
msgtyp           1056 ipc/msg.c      				if (*msgtyp == count)
msgtyp           1067 ipc/msg.c      static long do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg,
msgtyp           1088 ipc/msg.c      	mode = convert_mode(&msgtyp, msgflg);
msgtyp           1113 ipc/msg.c      		msg = find_msg(msq, &msgtyp, mode);
msgtyp           1152 ipc/msg.c      		msr_d.r_msgtype = msgtyp;
msgtyp           1226 ipc/msg.c      		 long msgtyp, int msgflg)
msgtyp           1228 ipc/msg.c      	return do_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg, do_msg_fill);
msgtyp           1232 ipc/msg.c      		long, msgtyp, int, msgflg)
msgtyp           1234 ipc/msg.c      	return ksys_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg);
msgtyp           1253 ipc/msg.c      			compat_long_t msgtyp, int msgflg)
msgtyp           1255 ipc/msg.c      	return do_msgrcv(msqid, compat_ptr(msgp), (ssize_t)msgsz, (long)msgtyp,
msgtyp           1260 ipc/msg.c      		       compat_ssize_t, msgsz, compat_long_t, msgtyp,
msgtyp           1263 ipc/msg.c      	return compat_ksys_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg);
msgtyp             68 ipc/syscall.c  					   tmp.msgtyp, third);
msgtyp            126 ipc/syscall.c  	compat_long_t msgtyp;
msgtyp            173 ipc/syscall.c  						 ipck.msgtyp, third);
msgtyp            283 ipc/util.h     			compat_long_t msgtyp, int msgflg);