Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ipc/
A Dmsgque.c17 char mtext[MAX_MSG_SIZE]; member
108 if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) { in check_and_destroy_queue()
178 memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING)); in fill_msgque()
186 memcpy(msgbuf.mtext, ANOTHER_TEST_STRING, sizeof(ANOTHER_TEST_STRING)); in fill_msgque()
/linux/arch/xtensa/
A DMakefile35 KBUILD_CFLAGS += -pipe -mlongcalls -mtext-section-literals
39 KBUILD_AFLAGS += -mlongcalls -mtext-section-literals
/linux/ipc/
A Dmsg.c842 static long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() argument
858 msg = load_msg(mtext, msgsz); in do_msgsnd()
962 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in ksys_msgsnd()
975 char mtext[1]; member
986 return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg); in compat_ksys_msgsnd()
1029 if (store_msg(msgp->mtext, msg, msgsz)) in do_msg_fill()
1280 if (store_msg(msgp->mtext, msg, msgsz)) in compat_do_msg_fill()
/linux/include/uapi/linux/
A Dmsg.h40 char mtext[1]; /* message text */ member
/linux/arch/xtensa/boot/boot-elf/
A DMakefile10 KBUILD_AFLAGS += -mtext-section-literals

Completed in 7 milliseconds