Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmsg.h37 char mtext[1]; /* message text */ member
105 extern long do_msgsnd(int msqid, long mtype, void __user *mtext,
107 extern long do_msgrcv(int msqid, long *pmtype, void __user *mtext,
/linux-3.4.99/arch/parisc/kernel/
Dsys_parisc32.c100 char mtext[1]; member
116 err |= copy_from_user(mb->mtext, &umsgp32->mtext, msgsz); in sys32_msgsnd()
144 err |= copy_to_user(&umsgp32->mtext, mb->mtext, len); in sys32_msgrcv()
/linux-3.4.99/ipc/
Dmsg.c637 long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() argument
652 msg = load_msg(mtext, msgsz); in do_msgsnd()
735 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in SYSCALL_DEFINE4()
757 long do_msgrcv(int msqid, long *pmtype, void __user *mtext, in do_msgrcv() argument
901 if (store_msg(mtext, msg, msgsz)) in do_msgrcv()
914 err = do_msgrcv(msqid, &mtype, msgp->mtext, msgsz, msgtyp, msgflg); in SYSCALL_DEFINE5()
Dcompat.c39 char mtext[1]; member
334 return do_msgsnd(first, type, up->mtext, second, third); in compat_sys_msgsnd()
361 err = do_msgrcv(first, &type, up->mtext, second, msgtyp, third); in compat_sys_msgrcv()
382 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in compat_sys_msgsnd()
390 err = do_msgrcv(msqid, &mtype, msgp->mtext, msgsz, msgtyp, msgflg); in compat_sys_msgrcv()