Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dmsg.h37 char mtext[1]; /* message text */ member
/linux-2.4.37.9/arch/x86_64/ia32/
Dipc32.c29 char mtext[1]; member
305 err |= (copy_from_user(p->mtext, &up->mtext, second) ? -EFAULT : 0); in do_sys32_msgsnd()
351 if (put_user(p->mtype, &up->mtype) || copy_to_user(&up->mtext, p->mtext, err)) in do_sys32_msgrcv()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sunos32.c939 char mtext[1]; member
1013 __copy_from_user(kern->mtext, &user->mtext, len)) in sunos_msgbuf_get()
1021 __copy_to_user(user->mtext, kern->mtext, len)) in sunos_msgbuf_put()
Dsys_sparc32.c316 struct msgbuf32 { s32 mtype; char mtext[1]; }; member
526 __copy_from_user(p->mtext, up->mtext, second)) in do_sys32_msgsnd()
574 __copy_to_user (up->mtext, p->mtext, err)) in do_sys32_msgrcv()
/linux-2.4.37.9/ipc/
Dmsg.c640 msg = load_msg(msgp->mtext, msgsz); in sys_msgsnd()
788 store_msg(msgp->mtext, msg, msgsz)) { in sys_msgrcv()
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c2699 char mtext[1]; member
2715 err |= copy_from_user(mb->mtext, &umsgp32->mtext, msgsz); in sys32_msgsnd()
2743 err |= copy_to_user(&umsgp32->mtext, mb->mtext, len); in sys32_msgrcv()
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c1658 struct msgbuf32 { s32 mtype; char mtext[1]; }; member
1872 err |= __copy_from_user (p->mtext, &up->mtext, second); in do_sys32_msgsnd()
1922 __copy_to_user (&up->mtext, p->mtext, err)) in do_sys32_msgrcv()
/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c2048 struct msgbuf32 { s32 mtype; char mtext[1]; }; member
2302 err |= copy_from_user(p->mtext, &up->mtext, second); in do_sys32_msgsnd()
2346 if (put_user(p->mtype, &up->mtype) || copy_to_user(&up->mtext, p->mtext, err)) in do_sys32_msgrcv()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsys_ppc32.c2492 struct msgbuf32 { s32 mtype; char mtext[1]; }; member
2725 err |= copy_from_user(p->mtext, &up->mtext, second); in do_sys32_msgsnd()
2776 copy_to_user(&up->mtext, p->mtext, err)) in do_sys32_msgrcv()
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.c291 struct msgbuf32 { s32 mtype; char mtext[1]; }; member
525 __copy_from_user (p->mtext, &up->mtext, second)) in do_sys32_msgsnd()
572 __copy_to_user (&up->mtext, p->mtext, err)) in do_sys32_msgrcv()