Searched refs:vdev_tree (Results 1 – 2 of 2) sorted by relevance
504 nvlist_t *vdev_tree; in process_vdev_config() local521 if (nvlist_lookup_nvlist(cfg, ZPOOL_CONFIG_VDEV_TREE, &vdev_tree) != 0) in process_vdev_config()524 if (nvlist_lookup_uint64(vdev_tree, ZPOOL_CONFIG_ID, &id) != 0) in process_vdev_config()
2222 nvlist_t *vdev_tree = NULL; in dump_label() local2226 ZPOOL_CONFIG_VDEV_TREE, &vdev_tree) != 0) || in dump_label()2227 (nvlist_lookup_uint64(vdev_tree, in dump_label()