Searched refs:mtext (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmsg.h40 char mtext[1]; /* message text */ member in struct:msgbuf
/linux-master/arch/xtensa/
H A DMakefile35 KBUILD_CFLAGS += -pipe -mlongcalls -mtext-section-literals
44 KBUILD_AFLAGS += -mlongcalls -mtext-section-literals
/linux-master/tools/testing/selftests/ipc/
H A Dmsgque.c17 char mtext[MAX_MSG_SIZE]; member in struct:msg1
108 if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) {
178 memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING));
186 memcpy(msgbuf.mtext, ANOTHER_TEST_STRING, sizeof(ANOTHER_TEST_STRING));
/linux-master/arch/xtensa/boot/boot-elf/
H A DMakefile10 KBUILD_AFLAGS += -mtext-section-literals
/linux-master/ipc/
H A Dmsg.c848 static long do_msgsnd(int msqid, long mtype, void __user *mtext, argument
864 msg = load_msg(mtext, msgsz);
968 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg);
981 char mtext[1]; member in struct:compat_msgbuf
992 return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg);
1035 if (store_msg(msgp->mtext, msg, msgsz))
1286 if (store_msg(msgp->mtext, msg, msgsz))

Completed in 161 milliseconds