Searched refs:vdev_devid (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_disk.c219 if (vd->vdev_devid != NULL &&
220 ddi_devid_str_decode(vd->vdev_devid, &devid, &minor) == 0) {
323 if (vd->vdev_devid != NULL) {
324 if (ddi_devid_str_decode(vd->vdev_devid, &dvd->vd_devid,
364 if (error == 0 && vd->vdev_devid != NULL &&
387 if (error != 0 && vd->vdev_devid != NULL) {
399 if (vd->vdev_devid != NULL)
433 "to %s", vd->vdev_path, vd->vdev_devid, vd_devid);
434 spa_strfree(vd->vdev_devid);
435 vd->vdev_devid
[all...]
H A Dzfs_fm.c268 if (vd->vdev_devid != NULL)
271 DATA_TYPE_STRING, vd->vdev_devid, NULL);
288 if (pvd->vdev_devid)
291 DATA_TYPE_STRING, pvd->vdev_devid, NULL);
H A Dvdev_label.c229 if (vd->vdev_devid != NULL)
230 fnvlist_add_string(nv, ZPOOL_CONFIG_DEVID, vd->vdev_devid);
H A Dvdev.c473 if (nvlist_lookup_string(nv, ZPOOL_CONFIG_DEVID, &vd->vdev_devid) == 0)
474 vd->vdev_devid = spa_strdup(vd->vdev_devid);
658 if (vd->vdev_devid)
659 spa_strfree(vd->vdev_devid);
H A Dspa.c3899 if (vdev_disk_read_rootlabel(vd->vdev_physpath, vd->vdev_devid,
4695 if (oldvd->vdev_devid != NULL) {
4696 spa_strfree(oldvd->vdev_devid);
4697 oldvd->vdev_devid = NULL;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h207 char *vdev_devid; /* vdev devid (if any) */ member in struct:vdev

Completed in 91 milliseconds