tag | line | file | source code |
msg_spot | 62 | include/linux/msg.h | char *msg_spot; /* message text address */ |
msg_spot | 108 | ipc/msg.c | msgh->msg_spot = (char *) (msgh + 1); |
msg_spot | 121 | ipc/msg.c | memcpy(msgh->msg_spot, (char *)(&(kdmp->id)), sizeof(long)); |
msg_spot | 122 | ipc/msg.c | memcpy(msgh->msg_spot + sizeof(long), kdmp->text, |
msg_spot | 126 | ipc/msg.c | memcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); |
msg_spot | 257 | ipc/msg.c | nmsg->msg_spot, |
msg_spot | 265 | ipc/msg.c | nmsg->msg_spot + sizeof(long), |
msg_spot | 270 | ipc/msg.c | memcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz); |