| /src/sys/dev/mca/ |
| edvar.h | 61 u_int8_t spares; /* spares per cylinder */ member in struct:ed_softc
|
| /src/sys/dev/raidframe/ |
| rf_compat50.c | 83 RF_RaidDisk50_t spares[RF_MAX_DISKS]; member in struct:RF_DeviceConfig50_s 205 rf_disk_to_disk50(&d_cfg->spares[i], &raidPtr->Disks[j]);
|
| rf_compat80.c | 78 RF_RaidDisk_t80 spares[RF_MAX_DISKS]; member in struct:RF_DeviceConfig_s80 184 rf_copy_raiddisk80(&config->spares[i], 185 &config80->spares[i]);
|
| raidframevar.h | 525 RF_RaidDisk_t spares[RF_MAX_DISKS]; member in struct:RF_DeviceConfig_s
|
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_vdev.c | 40 * Hot spares 47 * Hot spares are a special case, and passed down as an array of disk vdevs, at 334 * Allow hot spares to be shared between pools. 875 * for spares there may be no children, and therefore no 1054 nvlist_t **spares; local 1078 &spares, &nspares) == 0) { 1080 verify(nvlist_lookup_uint64(spares[i], 1228 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; local 1236 spares = NULL; 1256 if (spares != NULL) [all...] |
| zpool_main.c | 593 * spares, cache, and log devices from the pool. 936 /* make_root_vdev() allows 0 toplevel children if there are spares */ 1351 * For hot spares, we use the terms 'INUSE' and 'AVAILABLE' for 4046 print_spares(zpool_handle_t *zhp, nvlist_t **spares, uint_t nspares, 4058 name = zpool_vdev_name(g_zfs, zhp, spares[i], B_FALSE); 4059 print_status_config(zhp, name, spares[i], 4390 nvlist_t **spares, **l2cache; local 4415 &spares, &nspares) == 0) 4416 print_spares(zhp, spares, nspares, namewidth); 5033 (void) printf(gettext(" 3 Hot spares and double parity [all...] |
| /src/lib/libc/db/hash/ |
| hash.h | 89 int32_t spares[NCACHED];/* spare pages for overflow */ member in struct:hashhdr 180 ((B) ? hashp->SPARES[__log2((uint32_t)((B)+1))-1] : 0) 295 #define SPARES hdr.spares
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_pool.c | 1281 nvlist_t **spares, **l2cache; local 1290 &spares, &nspares) == 0) { 1292 "upgraded to add hot spares")); 2936 * Unlike cache & spares, slogs are stored in the 3081 * Remove the given device. Currently, this is supported only for hot spares 3106 "only inactive hot spares, cache, top-level, " 3157 * Don't allow error clearing for hot spares. Do allow
|
| libzfs_import.c | 451 nvlist_t **spares, **l2cache; local 789 * Go through and update the paths for spares, now that we have 795 &spares, &nspares) == 0) { 797 if (fix_paths(spares[i], pl->names) != 0) 1799 * Due to the shared nature of spares, we don't actually report 1801 * can freely create pools on the hot spares of exported pools,
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| spa.c | 1393 * Load (or re-load) the current list of vdevs describing the active spares for 1401 nvlist_t **spares; local 1430 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0); 1441 * structures associated with it: one in the list of spares (used only 1450 VERIFY(spa_config_parse(spa, &vd, spares[i], NULL, 0, 1489 * Recompute the stashed list of spares, with status information 1495 spares = kmem_alloc(spa->spa_spares.sav_count * sizeof (void *), 1498 spares[i] = vdev_config_generate(spa, 1501 ZPOOL_CONFIG_SPARES, spares, spa->spa_spares.sav_count) == 0); 1503 nvlist_free(spares[i]) 3291 nvlist_t **spares; local 3690 nvlist_t **spares, **l2cache; local 4343 nvlist_t **spares, **l2cache; local 4771 nvlist_t **spares, **l2cache; local 5762 nvlist_t **spares, **l2cache, *nv; local [all...] |
| zfs_ioctl.c | 1923 nvlist_t *config, **l2cache, **spares; local 1936 &spares, &nspares);
|