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,
msgtyp186ipc/msg.cstatic int real_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp, int msgflg)
msgtyp219ipc/msg.ckd_timer.data = (unsigned long)msgtyp;
msgtyp243ipc/msg.cif (msgtyp == 0) 
msgtyp245ipc/msg.celse if (msgtyp > 0) {
msgtyp249ipc/msg.cif (tmsg->msg_type != msgtyp)
msgtyp255ipc/msg.cif (tmsg->msg_type == msgtyp)
msgtyp264ipc/msg.cif (leastp && leastp->msg_type <= - msgtyp)
msgtyp348ipc/msg.clong msgtyp, int msgflg)
msgtyp351ipc/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,