Lines Matching refs:pathcopy
837 char *pathcopy; in load_bootpath_drivers() local
863 pathcopy = i_ddi_strdup(iscsi_network_path, in load_bootpath_drivers()
865 pathcopy_len = strlen(pathcopy) + 1; in load_bootpath_drivers()
874 pathcopy = i_ddi_strdup(bootpath, KM_SLEEP); in load_bootpath_drivers()
875 pathcopy_len = strlen(pathcopy) + 1; in load_bootpath_drivers()
879 dip = path_to_devinfo(pathcopy); in load_bootpath_drivers()
895 p = strrchr(pathcopy, '/'); in load_bootpath_drivers()
908 dip = path_to_devinfo(pathcopy); in load_bootpath_drivers()
912 kmem_free(pathcopy, pathcopy_len); in load_bootpath_drivers()
922 kmem_free(pathcopy, pathcopy_len); in load_bootpath_drivers()
938 kmem_free(pathcopy, pathcopy_len); in load_bootpath_drivers()
956 p = strrchr(pathcopy, '/'); in load_bootpath_drivers()
963 rval = load_parent_drivers(dip, pathcopy); in load_bootpath_drivers()
964 kmem_free(pathcopy, pathcopy_len); in load_bootpath_drivers()