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 | 126 | ipc/msg.c | memcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); |
mtext | 164 | ipc/msg.c | if (!msgp || !msgp->mtext) |
mtext | 171 | ipc/msg.c | err = verify_area (VERIFY_WRITE, msgp->mtext, msgsz); |
mtext | 270 | ipc/msg.c | memcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz); |