Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmsg.h105 extern long do_msgsnd(int msqid, long mtype, void __user *mtext,
/linux-2.6.39/arch/tile/kernel/
Dcompat.c117 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in tile_compat_sys_msgsnd()
/linux-2.6.39/ipc/
Dmsg.c635 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()
Dcompat.c321 return do_msgsnd(first, type, up->mtext, second, third); in compat_sys_msgsnd()