taglinefilesource code
msgtyp134arch/i386/kernel/sys_i386.creturn sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
msgtyp68arch/mips/kernel/ipc.creturn sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
msgtyp125arch/sparc/kernel/sys_sparc.creturn sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
msgtyp46include/linux/ipc.hlong msgtyp;
msgtyp72include/linux/msg.hasmlinkage int sys_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp,
msgtyp155ipc/msg.cstatic int real_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp, int msgflg)
msgtyp201ipc/msg.cif (msgtyp == 0) 
msgtyp203ipc/msg.celse if (msgtyp > 0) {
msgtyp207ipc/msg.cif (tmsg->msg_type != msgtyp)
msgtyp213ipc/msg.cif (tmsg->msg_type == msgtyp)
msgtyp222ipc/msg.cif (leastp && leastp->msg_type <= - msgtyp)
msgtyp299ipc/msg.clong msgtyp, int msgflg)
msgtyp302ipc/msg.creturn real_msgrcv (msqid, msgp, msgsz, msgtyp, msgflg & ~IPC_KERNELD);
msgtyp90ipc/util.casmlinkage int sys_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp,