| tag | line | file | source code |
|---|---|---|---|
| mtype | 38 | include/linux/msg.h | long mtype; /* type of message */ |
| mtype | 45 | ipc/msg.c | long mtype; |
| mtype | 54 | ipc/msg.c | if ((mtype = get_fs_long (&msgp->mtype)) < 1) |
| mtype | 99 | ipc/msg.c | msgh->msg_type = mtype; |
| mtype | 195 | ipc/msg.c | put_fs_long (nmsg->msg_type, &msgp->mtype); |