Home
last modified time | relevance | path

Searched refs:newvdpath (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c7687 char *oldvdpath, *newvdpath; local
7901 newvdpath = spa_strdup(newvd->vdev_path);
7907 if (strcmp(oldvdpath, newvdpath) == 0) {
7909 oldvd->vdev_path = kmem_alloc(strlen(newvdpath) + 5,
7912 newvdpath);
8035 replacing ? "replace" : "attach", newvdpath,
8039 spa_strfree(newvdpath);