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.c7458 char *oldvdpath, *newvdpath; local
7666 newvdpath = spa_strdup(newvd->vdev_path);
7672 if (strcmp(oldvdpath, newvdpath) == 0) {
7674 oldvd->vdev_path = kmem_alloc(strlen(newvdpath) + 5,
7677 newvdpath);
7800 replacing ? "replace" : "attach", newvdpath,
7804 spa_strfree(newvdpath);