tag | line | file | source code |
---|---|---|---|
mtext | 39 | include/linux/msg.h | char mtext[1]; /* message text */ |
mtext | 51 | ipc/msg.c | err = verify_area (VERIFY_READ, msgp->mtext, msgsz); |
mtext | 83 | ipc/msg.c | memcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); |
mtext | 122 | ipc/msg.c | if (!msgp || !msgp->mtext) |
mtext | 124 | ipc/msg.c | err = verify_area (VERIFY_WRITE, msgp->mtext, msgsz); |
mtext | 196 | ipc/msg.c | memcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz); |