tag | line | file | source code |
---|---|---|---|
msg_spot | 62 | include/linux/msg.h | char *msg_spot; /* message text address */ |
msg_spot | 82 | ipc/msg.c | msgh->msg_spot = (char *) (msgh + 1); |
msg_spot | 83 | ipc/msg.c | memcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); |
msg_spot | 196 | ipc/msg.c | memcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz); |