Home
last modified time | relevance | path

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

/titanic_41/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) in mdd_node_list_match() argument
467 match_elemsp); in mdd_node_list_match()
484 md_element_t *nodebp, md_prop_match_t *match_elemsp) in mdd_node_compare() argument
496 for (idx = 0; match_elemsp[idx].type != MDET_LIST_END; idx++) { in mdd_node_compare()
503 type = match_elemsp[idx].type; in mdd_node_compare()
516 if (strcmp(elemname, match_elemsp[idx].namep) == 0) { in mdd_node_compare()
538 if (strcmp(elemname, match_elemsp[idx].namep) == 0) { in mdd_node_compare()