M_DUP
# define M_DUP(m) m_dup(m, M_NOWAIT)
# define M_DUP(m) dupmbt(m)
# define M_DUP(m) m_dup(m, 0, M_COPYALL, 0)
# define M_DUP(m) m_dup(m)