Lines Matching defs:spares
38 * Hot spares
45 * Hot spares are a special case, and passed down as an array of disk vdevs, at
343 * Allow hot spares to be shared between pools.
963 * for spares there may be no children, and therefore no
1112 nvlist_t **spares;
1136 &spares, &nspares) == 0) {
1138 verify(nvlist_lookup_uint64(spares[i],
1297 nvlist_t *nvroot, *nv, **top, **spares, **l2cache;
1307 spares = NULL;
1329 if (spares != NULL) {
1416 spares = child;
1485 spares, nspares) == 0);
1493 nvlist_free(spares[t]);
1496 free(spares);