Searched refs:mtext (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | msg.h | 37 char mtext[1]; /* message text */ member
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ipc32.c | 29 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/ |
D | sys_sunos32.c | 939 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()
|
D | sys_sparc32.c | 316 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/ |
D | msg.c | 640 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/ |
D | sys_parisc32.c | 2699 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/ |
D | linux32.c | 1658 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/ |
D | sys_ia32.c | 2048 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/ |
D | sys_ppc32.c | 2492 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/ |
D | linux32.c | 291 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()
|