Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 2 of 2) sorted by relevance

/ipc/
Dmsgutil.c118 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) in copy_msg() argument
124 if (src->m_ts > dst->m_ts) in copy_msg()
128 memcpy(dst + 1, src + 1, alen); in copy_msg()
130 for (dst_pseg = dst->next, src_pseg = src->next; in copy_msg()
139 dst->m_type = src->m_type; in copy_msg()
140 dst->m_ts = src->m_ts; in copy_msg()
142 return dst; in copy_msg()
145 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) in copy_msg() argument
Dutil.h201 extern struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst);