Searched defs:match_elemsp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_diff.c75 uint8_t *match_seenp, int start, int end, md_prop_match_t *match_elemsp);
78 md_element_t *nodeap, md_element_t *nodebp, md_prop_match_t *match_elemsp);
453 md_prop_match_t *match_elemsp)
467 match_elemsp);
484 md_element_t *nodebp, md_prop_match_t *match_elemsp)
496 for (idx = 0; match_elemsp[idx].type != MDET_LIST_END; idx++) {
503 type = match_elemsp[idx].type;
516 if (strcmp(elemname, match_elemsp[idx].namep) == 0) {
538 if (strcmp(elemname, match_elemsp[idx].namep) == 0) {
451 mdd_node_list_match(md_impl_t *md1, md_impl_t *md2, md_element_t *match_nodep, mde_cookie_t *match_listp, uint8_t *match_seenp, int start, int end, md_prop_match_t *match_elemsp) argument
483 mdd_node_compare(md_impl_t *mdap, md_impl_t *mdbp, md_element_t *nodeap, md_element_t *nodebp, md_prop_match_t *match_elemsp) argument

Completed in 130 milliseconds