Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_geom.c104 char *old_physpath; in vdev_geom_set_physpath() local
108 old_physpath = vd->vdev_physpath; in vdev_geom_set_physpath()
111 if (old_physpath != NULL) { in vdev_geom_set_physpath()
112 needs_update = (strcmp(old_physpath, in vdev_geom_set_physpath()
114 spa_strfree(old_physpath); in vdev_geom_set_physpath()
134 char *old_physpath; in vdev_geom_attrchanged() local