Lines Matching refs:mdp
42 mdl_scan_dag(md_impl_t *mdp,
62 md_impl_t *mdp;
65 mdp = (md_impl_t *)ptr;
89 while (MDE_TAG(&mdp->mdep[start]) == MDET_NULL) start++;
94 if (MDE_TAG(&mdp->mdep[start]) != MDET_NODE) {
102 seenp = (uint8_t *)mdp->allocp(mdp->element_count);
105 (void) memset(seenp, 0, mdp->element_count);
111 res = mdl_scan_dag(mdp, start,
115 mdp->freep(seenp, mdp->element_count);
125 mdl_scan_dag(md_impl_t *mdp,
136 mdep = &(mdp->mdep[nodeidx]);
154 printf("%d (%s)\n", nodeidx, (char *)(mdp->datap + MDE_NAME(mdep)));
180 res = mdl_scan_dag(mdp,