taglinefilesource code
msgp134arch/i386/kernel/sys_i386.creturn sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
msgp45include/linux/ipc.hstruct msgbuf *msgp;
msgp71include/linux/msg.hasmlinkage int sys_msgsnd (int msqid, struct msgbuf *msgp, size_t msgsz, int msgflg);
msgp72include/linux/msg.hasmlinkage int sys_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp,
msgp39ipc/msg.casmlinkage int sys_msgsnd (int msqid, struct msgbuf *msgp, size_t msgsz, int msgflg)
msgp49ipc/msg.cif (!msgp) 
msgp51ipc/msg.cerr = verify_area (VERIFY_READ, msgp->mtext, msgsz);
msgp54ipc/msg.cif ((mtype = get_user (&msgp->mtype)) < 1)
msgp83ipc/msg.cmemcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); 
msgp111ipc/msg.casmlinkage int sys_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp, 
msgp122ipc/msg.cif (!msgp || !msgp->mtext)
msgp124ipc/msg.cerr = verify_area (VERIFY_WRITE, msgp->mtext, msgsz);
msgp195ipc/msg.cput_user (nmsg->msg_type, &msgp->mtype);
msgp196ipc/msg.cmemcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz);
msgp295ipc/msg.cstruct msg *msgp, *msgh;
msgp311ipc/msg.cfor (msgp = msq->msg_first; msgp; msgp = msgh ) {
msgp312ipc/msg.cmsgh = msgp->msg_next;
msgp314ipc/msg.ckfree(msgp);
msgp85ipc/util.casmlinkage int sys_msgsnd (int msqid, struct msgbuf *msgp, size_t msgsz, int msgflg)
msgp90ipc/util.casmlinkage int sys_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp,