Searched refs:ZPOOL_CONFIG_SPARES (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c152 show_vdev_stats(NULL, ZPOOL_CONFIG_SPARES, nvroot, 0);
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c1004 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES,
1055 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES,
1123 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES,
1386 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES,
H A Dzpool_main.c1221 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES,
1540 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES,
3032 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, &child,
4414 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES,
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1413 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0);
1475 VERIFY(nvlist_remove(spa->spa_spares.sav_config, ZPOOL_CONFIG_SPARES,
1484 ZPOOL_CONFIG_SPARES, spares, spa->spa_spares.sav_count) == 0);
3189 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0);
3192 ZPOOL_CONFIG_SPARES, spares, nspares) == 0);
3194 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0);
3480 &spa->spa_spares, ZPOOL_CONFIG_SPARES, SPA_VERSION_SPARES,
3667 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES,
3672 ZPOOL_CONFIG_SPARES, spares, nspares) == 0);
4336 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES,
[all...]
H A Dvdev.c3103 ZPOOL_CONFIG_SPARES, &aux, &naux) == 0);
H A Dzfs_ioctl.c1883 (void) nvlist_lookup_nvlist_array(config, ZPOOL_CONFIG_SPARES,
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzfs.h529 #define ZPOOL_CONFIG_SPARES "spares" macro
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c787 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES,
1703 cb.cb_type = ZPOOL_CONFIG_SPARES;
H A Dlibzfs_pool.c1281 nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES,
2089 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES,
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h717 #define ZPOOL_CONFIG_SPARES "spares" macro
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c2576 aux = ZPOOL_CONFIG_SPARES;

Completed in 328 milliseconds