Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_diff.c73 uint8_t *match_seenp, int start, int end, md_prop_match_t *match_elemsp);
76 md_element_t *nodeap, md_element_t *nodebp, md_prop_match_t *match_elemsp);
451 md_prop_match_t *match_elemsp) in mdd_node_list_match() argument
465 match_elemsp); in mdd_node_list_match()
482 md_element_t *nodebp, md_prop_match_t *match_elemsp) in mdd_node_compare() argument
494 for (idx = 0; match_elemsp[idx].type != MDET_LIST_END; idx++) { in mdd_node_compare()
501 type = match_elemsp[idx].type; in mdd_node_compare()
514 if (strcmp(elemname, match_elemsp[idx].namep) == 0) { in mdd_node_compare()
536 if (strcmp(elemname, match_elemsp[idx].namep) == 0) { in mdd_node_compare()