Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmsg.h107 extern long do_msgrcv(int msqid, long *pmtype, void __user *mtext,
/linux-2.6.39/arch/tile/kernel/
Dcompat.c126 err = do_msgrcv(msqid, &mtype, msgp->mtext, msgsz, msgtyp, msgflg); in tile_compat_sys_msgrcv()
/linux-2.6.39/ipc/
Dmsg.c755 long do_msgrcv(int msqid, long *pmtype, void __user *mtext, in do_msgrcv() function
912 err = do_msgrcv(msqid, &mtype, msgp->mtext, msgsz, msgtyp, msgflg); in SYSCALL_DEFINE5()
Dcompat.c348 err = do_msgrcv(first, &type, up->mtext, second, msgtyp, third); in compat_sys_msgrcv()