taglinefilesource code
msg_spot62include/linux/msg.hchar *msg_spot;         /* message text address */
msg_spot108ipc/msg.cmsgh->msg_spot = (char *) (msgh + 1);
msg_spot121ipc/msg.cmemcpy(msgh->msg_spot, (char *)(&(kdmp->id)), sizeof(long)); 
msg_spot122ipc/msg.cmemcpy(msgh->msg_spot + sizeof(long), kdmp->text,
msg_spot126ipc/msg.cmemcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); 
msg_spot257ipc/msg.cnmsg->msg_spot,
msg_spot265ipc/msg.cnmsg->msg_spot + sizeof(long),
msg_spot270ipc/msg.cmemcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz);