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.c7376 char *oldvdpath, *newvdpath; local
7582 newvdpath = spa_strdup(newvd->vdev_path);
7588 if (strcmp(oldvdpath, newvdpath) == 0) {
7590 oldvd->vdev_path = kmem_alloc(strlen(newvdpath) + 5,
7593 newvdpath);
7716 replacing ? "replace" : "attach", newvdpath,
7720 spa_strfree(newvdpath);