Searched defs:spares (Results 1 - 7 of 7) sorted by relevance
| /osnet-11/usr/src/cmd/sendmail/db/include/ |
| H A D | hash_auto.h | 55 u_int32_t spares; member in struct:_ham_splitmeta_args
|
| H A D | db_page.h | 95 u_int32_t spares[NCACHED]; member in struct:hashhdr
|
| /osnet-11/usr/src/lib/fm/libfmd_zfs/common/ |
| H A D | fmd_zfs.c | 105 nvlist_t **spares; local 135 * Find out if there are any hot spares available in the pool. 138 &spares, &nspares) != 0) 171 if (nvlist_lookup_string(spares[s], ZPOOL_CONFIG_PATH, 176 ZPOOL_CONFIG_CHILDREN, &spares[s], 1);
|
| /osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
| H A D | hash.h | 82 int32_t spares[NCACHED];/* spare pages for overflow */ member in struct:hashhdr 159 ? hashp->hdr.spares[__log2((B)+1)-1] : 0))
|
| /osnet-11/usr/src/lib/libzfs/common/ |
| H A D | libzfs_vdev.c | 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; local 1136 &spares, &nspares) == 0) { 1138 verify(nvlist_lookup_uint64(spares[i], 1297 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; local 1307 spares = NULL; 1329 if (spares ! [all...] |
| H A D | libzfs_import.c | 439 nvlist_t **spares, **l2cache; local 774 * Go through and update the paths for spares, now that we have 780 &spares, &nspares) == 0) { 782 if (fix_paths(spares[i], pl->names) != 0) 1939 * Due to the shared nature of spares, we don't actually report 1941 * can freely create pools on the hot spares of exported pools,
|
| H A D | libzfs_pool.c | 1237 nvlist_t **spares, **l2cache; local 1246 &spares, &nspares) == 0) { 1248 "upgraded to add hot spares")); 1253 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0) { 1259 if (nvlist_lookup_string(spares[s], ZPOOL_CONFIG_PATH, 1260 &path) == 0 && (pool_label_check(spares[s], 1267 zpool_vdev_name(hdl, NULL, spares[s], 2987 * Unlike cache & spares, slogs are stored in the 3134 * Remove the given device. Currently, this is supported only for hot spares 3202 * Don't allow error clearing for hot spares [all...] |
Completed in 53 milliseconds