Searched refs:do_msgrcv (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/include/linux/ |
D | msg.h | 107 extern long do_msgrcv(int msqid, long *pmtype, void __user *mtext,
|
/linux-2.6.39/arch/tile/kernel/ |
D | compat.c | 126 err = do_msgrcv(msqid, &mtype, msgp->mtext, msgsz, msgtyp, msgflg); in tile_compat_sys_msgrcv()
|
/linux-2.6.39/ipc/ |
D | msg.c | 755 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()
|
D | compat.c | 348 err = do_msgrcv(first, &type, up->mtext, second, msgtyp, third); in compat_sys_msgrcv()
|