taglinefilesource code
mtype20include/linux/kerneld.hlong mtype;
mtype28include/linux/msg.hlong mtype;         /* type of message */
mtype55ipc/msg.clong mtype;
mtype66ipc/msg.cmtype = msgp->mtype;
mtype71ipc/msg.cif ((mtype = get_user (&msgp->mtype)) < 1)
mtype146ipc/msg.cmsgh->msg_type = mtype;
mtype314ipc/msg.cput_user (nmsg->msg_type, &msgp->mtype);