taglinefilesource code
mtype19include/linux/kerneld.hlong mtype;
mtype28include/linux/msg.hlong mtype;         /* type of message */
mtype52ipc/msg.clong mtype;
mtype63ipc/msg.cmtype = msgp->mtype;
mtype68ipc/msg.cif ((mtype = get_user (&msgp->mtype)) < 1)
mtype143ipc/msg.cmsgh->msg_type = mtype;
mtype271ipc/msg.cput_user (nmsg->msg_type, &msgp->mtype);