Lines Matching defs:currdip
5613 * if we fail to lookup and this could be an alias, lookup currdip
5615 * do the currdip lookups once the hash table init is complete.
8884 dev_info_t *currdip;
8894 error = resolve_pathname(pdup, &currdip, NULL, NULL);
8898 return (error ? NULL : currdip);
8906 dev_info_t *currdip = NULL;
8937 currdip = path_to_dip(curr);
8940 if (currdip) {
8957 return (currdip);
9018 dev_info_t *currdip;
9035 currdip = curr ? path_to_dip(curr) : NULL;
9040 currdip = NULL;
9042 currdip = ddi_alias_to_currdip(alias, i);
9043 if (currdip)
9049 return (currdip);