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