Home
last modified time | relevance | path

Searched refs:mtext (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/testing/selftests/ipc/
Dmsgque.c15 char mtext[MAX_MSG_SIZE]; member
106 if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) { in check_and_destroy_queue()
176 memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING)); in fill_msgque()
184 memcpy(msgbuf.mtext, ANOTHER_TEST_STRING, sizeof(ANOTHER_TEST_STRING)); in fill_msgque()
/linux-4.4.14/arch/xtensa/kernel/
DMakefile18 AFLAGS_head.o += -mtext-section-literals
19 AFLAGS_mxhead.o += -mtext-section-literals
/linux-4.4.14/include/linux/
Dmsg.h35 extern long do_msgsnd(int msqid, long mtype, void __user *mtext,
/linux-4.4.14/include/uapi/linux/
Dmsg.h38 char mtext[1]; /* message text */ member
/linux-4.4.14/arch/xtensa/boot/boot-elf/
DMakefile15 export KBUILD_AFLAGS += -mtext-section-literals
/linux-4.4.14/ipc/
Dcompat.c39 char mtext[1]; member
319 if (store_msg(msgp->mtext, msg, msgsz)) in compat_do_msg_fill()
364 return do_msgsnd(first, type, up->mtext, second, third); in COMPAT_SYSCALL_DEFINE6()
426 return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg); in COMPAT_SYSCALL_DEFINE4()
Dmsg.c609 long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() argument
624 msg = load_msg(mtext, msgsz); in do_msgsnd()
729 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in SYSCALL_DEFINE4()
762 if (store_msg(msgp->mtext, msg, msgsz)) in do_msg_fill()