mtext              40 include/uapi/linux/msg.h 	char mtext[1];                  /* message text */
mtext             817 ipc/msg.c      static long do_msgsnd(int msqid, long mtype, void __user *mtext,
mtext             833 ipc/msg.c      	msg = load_msg(mtext, msgsz);
mtext             937 ipc/msg.c      	return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg);
mtext             950 ipc/msg.c      	char mtext[1];
mtext             961 ipc/msg.c      	return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg);
mtext            1004 ipc/msg.c      	if (store_msg(msgp->mtext, msg, msgsz))
mtext            1247 ipc/msg.c      	if (store_msg(msgp->mtext, msg, msgsz))
mtext              17 tools/testing/selftests/ipc/msgque.c 	char mtext[MAX_MSG_SIZE];
mtext             108 tools/testing/selftests/ipc/msgque.c 		if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) {
mtext             178 tools/testing/selftests/ipc/msgque.c 	memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING));
mtext             186 tools/testing/selftests/ipc/msgque.c 	memcpy(msgbuf.mtext, ANOTHER_TEST_STRING, sizeof(ANOTHER_TEST_STRING));