Lines Matching defs:spares
40 * Hot spares
47 * Hot spares are a special case, and passed down as an array of disk vdevs, at
326 * Allow hot spares to be shared between pools.
817 * for spares there may be no children, and therefore no
994 nvlist_t **spares;
1018 &spares, &nspares) == 0) {
1020 verify(nvlist_lookup_uint64(spares[i],
1166 nvlist_t *nvroot, *nv, **top, **spares, **l2cache;
1174 spares = NULL;
1194 if (spares != NULL) {
1277 spares = child;
1347 spares, nspares) == 0);
1355 nvlist_free(spares[t]);
1358 if (spares)
1359 free(spares);