Searched refs:copy_msg (Results 1 – 4 of 4) sorted by relevance
118 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) in copy_msg() function145 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) in copy_msg() function
199 extern struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst);
1159 msg = copy_msg(msg, copy); in do_msgrcv()
3560 void *copy_msg = NULL; in do_sendto() local3571 copy_msg = host_msg; in do_sendto()3573 memcpy(host_msg, copy_msg, len); in do_sendto()3590 if (copy_msg) { in do_sendto()3592 host_msg = copy_msg; in do_sendto()