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

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_diff.c68 char *compnodep, int *countp, mde_cookie_t **nodespp);
89 char *compnodep, md_prop_match_t *match_fieldsp)
118 if ((compnodep == NULL) || (match_fieldsp == NULL))
125 start1, compnodep, &md1count, &md1nodesp) == -1)
141 start2, compnodep, &md2count, &md2nodesp) == -1)
383 mde_cookie_t start, char *compnodep, int *countp, mde_cookie_t **nodespp)
392 cname = md_find_name(mdp, compnodep);
88 md_diff_init(md_t *md1p, mde_cookie_t start1, md_t *md2p, mde_cookie_t start2, char *compnodep, md_prop_match_t *match_fieldsp) argument
382 mdd_scan_for_nodes(md_t *mdp, mde_cookie_t start, char *compnodep, int *countp, mde_cookie_t **nodespp) argument

Completed in 47 milliseconds