Searched refs:mddp (Results 1 – 1 of 1) sorted by relevance
290 md_diff_impl_t *mddp = (md_diff_impl_t *)mdd; in md_diff_added() local292 if ((mddp == NULL) || (mddp->mdd_magic != MD_DIFF_MAGIC)) in md_diff_added()295 *mde_addedp = mddp->added.mdep; in md_diff_added()297 return (mddp->added.nelem); in md_diff_added()309 md_diff_impl_t *mddp = (md_diff_impl_t *)mdd; in md_diff_removed() local311 if ((mddp == NULL) || (mddp->mdd_magic != MD_DIFF_MAGIC)) in md_diff_removed()314 *mde_removedp = mddp->removed.mdep; in md_diff_removed()316 return (mddp->removed.nelem); in md_diff_removed()330 md_diff_impl_t *mddp = (md_diff_impl_t *)mdd; in md_diff_matched() local332 if ((mddp == NULL) || (mddp->mdd_magic != MD_DIFF_MAGIC)) in md_diff_matched()[all …]