Searched refs:mtype (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/ipc/ |
D | msg.c | 630 long mtype; in sys_msgsnd() local 635 if (get_user(mtype, &msgp->mtype)) in sys_msgsnd() 637 if (mtype < 1) in sys_msgsnd() 644 msg->m_type = mtype; in sys_msgsnd() 787 if (put_user (msg->m_type, &msgp->mtype) || in sys_msgrcv()
|
/linux-2.4.37.9/include/linux/ |
D | msg.h | 36 long mtype; /* type of message */ member
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ipc32.c | 28 s32 mtype; member 304 err = get_user(p->mtype, &up->mtype); 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 | 938 s32 mtype; member 1012 if(get_user(kern->mtype, &user->mtype) || in sunos_msgbuf_get() 1020 if(put_user(kern->mtype, &user->mtype) || in sunos_msgbuf_put()
|
D | sys_sparc32.c | 316 struct msgbuf32 { s32 mtype; char mtext[1]; }; member 525 if (get_user(p->mtype, &up->mtype) || in do_sys32_msgsnd() 573 if (put_user (p->mtype, &up->mtype) || in do_sys32_msgrcv()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 2698 int mtype; member 2713 err = get_user(mb32.mtype, &umsgp32->mtype); in sys32_msgsnd() 2714 mb->mtype = mb32.mtype; in sys32_msgsnd() 2741 mb32.mtype = mb->mtype; in sys32_msgrcv() 2742 err = put_user(mb32.mtype, &umsgp32->mtype); in sys32_msgrcv()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | linux32.c | 1658 struct msgbuf32 { s32 mtype; char mtext[1]; }; member 1869 err = get_user (p->mtype, &up->mtype); in do_sys32_msgsnd() 1921 if (put_user (p->mtype, &up->mtype) || 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 2301 err = get_user(p->mtype, &up->mtype); 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 2724 err = get_user(p->mtype, &up->mtype); in do_sys32_msgsnd() 2775 if (put_user(p->mtype, &up->mtype) || in do_sys32_msgrcv()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 291 struct msgbuf32 { s32 mtype; char mtext[1]; }; member 524 if (get_user (p->mtype, &up->mtype) || in do_sys32_msgsnd() 571 if (put_user (p->mtype, &up->mtype) || in do_sys32_msgrcv()
|