taglinefilesource code
msg_spot62include/linux/msg.hchar *msg_spot;         /* message text address */
msg_spot112ipc/msg.cmsgh->msg_spot = (char *) (msgh + 1);
msg_spot125ipc/msg.cmemcpy(msgh->msg_spot, (char *)(&(kdmp->id)), sizeof(long)); 
msg_spot126ipc/msg.cmemcpy(msgh->msg_spot + sizeof(long), kdmp->text,
msg_spot130ipc/msg.cmemcpy_fromfs (msgh->msg_spot, msgp->mtext, msgsz); 
msg_spot174ipc/msg.cif (*(long *)(tmsg->msg_spot) == msgid)
msg_spot302ipc/msg.cnmsg->msg_spot,
msg_spot310ipc/msg.cnmsg->msg_spot + sizeof(long),
msg_spot315ipc/msg.cmemcpy_tofs (msgp->mtext, nmsg->msg_spot, msgsz);