tag | line | file | source code |
---|---|---|---|
mtype | 20 | include/linux/kerneld.h | long mtype; |
mtype | 28 | include/linux/msg.h | long mtype; /* type of message */ |
mtype | 55 | ipc/msg.c | long mtype; |
mtype | 66 | ipc/msg.c | mtype = msgp->mtype; |
mtype | 71 | ipc/msg.c | if ((mtype = get_user (&msgp->mtype)) < 1) |
mtype | 146 | ipc/msg.c | msgh->msg_type = mtype; |
mtype | 314 | ipc/msg.c | put_user (nmsg->msg_type, &msgp->mtype); |