Home
last modified time | relevance | path

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

/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc594 nvlist_t *vdev_config, **spares, *spare; in ActivateSpare() local
665 vdev_config = VdevIterator(zhp).Find(m_vdevGUID); in ActivateSpare()
666 if (vdev_config != NULL) { in ActivateSpare()
667 have_vdev_rotational = (nvlist_lookup_uint64(vdev_config, in ActivateSpare()
669 if (nvlist_lookup_uint64_array(vdev_config, in ActivateSpare()
674 (void) nvlist_lookup_uint64(vdev_config, in ActivateSpare()