Lines Matching defs:cdp
132 ppm_get_confdata(struct ppm_cdata **cdp, dev_info_t *dip)137 for (; (cinfo = *cdp) != NULL; cdp++) {156 ppm_attach_err(struct ppm_cdata **cdp, int err)161 if (cdp) {162 for (; *cdp; cdp++) {163 if ((*cdp)->strings) {164 ddi_prop_free((*cdp)->strings);165 (*cdp)->strings = NULL;