| tag | line | file | source code |
|---|---|---|---|
| mtext | 29 | include/linux/msg.h | char mtext[1]; /* message text */ |
| mtext | 65 | ipc/msg.c | err = verify_area (VERIFY_READ, msgp->mtext, msgsz); |
| mtext | 127 | ipc/msg.c | memcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); |
| mtext | 165 | ipc/msg.c | if (!msgp || !msgp->mtext) |
| mtext | 172 | ipc/msg.c | err = verify_area (VERIFY_WRITE, msgp->mtext, msgsz); |
| mtext | 271 | ipc/msg.c | memcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz); |