Home
last modified time | relevance | path

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

/ipc/
Dmsgutil.c124 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) in copy_msg() argument
130 if (src->m_ts > dst->m_ts) in copy_msg()
134 memcpy(dst + 1, src + 1, alen); in copy_msg()
136 for (dst_pseg = dst->next, src_pseg = src->next; in copy_msg()
145 dst->m_type = src->m_type; in copy_msg()
146 dst->m_ts = src->m_ts; in copy_msg()
148 return dst; in copy_msg()
151 struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst) in copy_msg() argument
Dutil.h153 extern struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst);