Searched refs:md2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_diff.c73 static int mdd_node_list_match(md_impl_t *md1, md_impl_t *md2,
93 md_impl_t *md2 = (md_impl_t *)md2p; local
146 mdd_any_dup_nodes(md2, match_fieldsp, md2count, md2nodesp)) {
149 MDD_FREE_CHECK(md2, md2nodesp, sizeof (mde_cookie_t) *
192 /* array of seen flags only needed for md2 */
198 * any nodes not in the md2 array, indicating that they
206 int match = mdd_node_list_match(md1, md2, elem, md2nodesp,
224 * Make a pass through the md2 array. Any nodes that have
269 md2->freep(md2nodesp, sizeof (mde_cookie_t) * md2count);
451 mdd_node_list_match(md_impl_t *md1, md_impl_t *md2, md_element_ argument
[all...]

Completed in 44 milliseconds