Lines Matching refs:paths
868 char *path, **paths; in e_devid_cache_to_devt_list() local
888 paths = kmem_zalloc(nalloced * sizeof (char *), KM_SLEEP); in e_devid_cache_to_devt_list()
893 &ndevis, devis, &npaths, paths); in e_devid_cache_to_devt_list()
899 kmem_free(paths, nalloced * sizeof (char *)); in e_devid_cache_to_devt_list()
905 path = i_ddi_strdup(paths[i], KM_SLEEP); in e_devid_cache_to_devt_list()
906 paths[i] = path; in e_devid_cache_to_devt_list()
912 kmem_free(paths, nalloced * sizeof (char *)); in e_devid_cache_to_devt_list()
933 DEVID_LOG_LOOKUP((CE_CONT, "lookup %s\n", paths[i])); in e_devid_cache_to_devt_list()
934 devi = e_ddi_hold_devi_by_path(paths[i], 0); in e_devid_cache_to_devt_list()
937 devid, paths[i])); in e_devid_cache_to_devt_list()
947 paths[i])); in e_devid_cache_to_devt_list()
954 devid, paths[i])); in e_devid_cache_to_devt_list()
977 kmem_free(paths[i], strlen(paths[i]) + 1); in e_devid_cache_to_devt_list()
979 kmem_free(paths, nalloced * sizeof (char *)); in e_devid_cache_to_devt_list()