Searched refs:do_msgsnd (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/include/linux/ |
D | msg.h | 105 extern long do_msgsnd(int msqid, long mtype, void __user *mtext,
|
/linux-2.6.39/arch/tile/kernel/ |
D | compat.c | 117 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in tile_compat_sys_msgsnd()
|
/linux-2.6.39/ipc/ |
D | msg.c | 635 long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() function 733 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in SYSCALL_DEFINE4()
|
D | compat.c | 321 return do_msgsnd(first, type, up->mtext, second, third); in compat_sys_msgsnd()
|