Searched defs:spare (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/head/
H A Dmdmn_changelog.h70 int spare[5]; member in struct:mdmn_changelog_record_od
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp.c282 int spare; local
306 spare = sizeof (pvt->inbuffer) - pvt->inlast;
309 i = read(pvt->fdCxn, end, spare);
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_hsp.c391 * HSP currently has a sufficient spare, if not, try
394 * If a spare cannot be found for any device component,
457 /* and list of slices of sufficient size to spare for them */
492 * has a suitable spare. If not, select the best available
555 * PURPOSE: Final assembly of an HSP. Attach new spare components
752 * PURPOSE: Find a spare for the input component.
757 * A suffcient spare is one that is large enough to spare
761 * The optimal spare would be on a different controller/HBA
785 devconfig_t *spare local
862 devconfig_t *spare = NULL; local
[all...]
H A Dlayout_svm_util.c94 char *spare);
362 /* is this hot spare in the requested disk set? */
662 * sparename - a char * hot spare (slice) name
667 * PURPOSE: Locate the named hot spare pool in the named disk set and
668 * add the named spare slice to its list of spares.
700 /* add spare to HSP */
714 devconfig_t *spare = NULL; local
719 (error = new_devconfig(&spare, TYPE_SLICE)) ||
720 (error = devconfig_set_name(spare, sparename)) ||
721 (error = devconfig_set_size(spare, nbyte
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_impl.h215 * recommended that the scalars (i.e. major through spare) be moved into
246 short spare; /* Unused, reserved */ member in struct:__anon4540
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_hotspares.h95 * Hot spare and hot spare pool data structures
159 uint32_t spare[4]; member in struct:hot_spare_pool_ond
181 uint32_t spare[4]; member in struct:hot_spare_pool
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h332 int spare; member in struct:clockinfo
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h65 uint8_t spare; member in struct:__anon5292
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c523 * (and spare or testfailed on revs F and G) chip-selects on the
589 int csbe, int spare, int testfail)
602 csp->csp_spare = spare;
608 if (spare)
867 * any appointed online spare chip-selects and for any that have
874 int csbe, spare, testfail; local
878 spare = MCREG_FIELD_F_revFG(&base[i], Spare);
882 spare = 0;
889 csbe = spare = 0;
897 * it is a designated online spare o
588 mc_cs_create(mc_t *mc, uint_t num, uint64_t base, uint64_t mask, size_t sz, int csbe, int spare, int testfail) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1474 /* for a spare vdev, pick the disk labeled with "is_spare" */
1476 uint64_t spare = 0; local
1478 &spare, DATA_TYPE_UINT64, NULL);
1479 if (!spare)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c120 * If our parent is NULL (inactive spare or cache) or is the root,
558 uint64_t spare = 0; local
561 &spare) == 0 && spare)
2434 * spare device should be detached when the device finishes resilvering.
2661 * unspare the device, as we assume that the original spare was
3010 * If this is an aux vdev (as with l2cache and spare devices), then we
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h233 int64_t spare; /* reserved for future use */ member in struct:fsck_cmd
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c896 strncmp(pool, "spare", 5) == 0 ||
1399 "'%s' has an active shared spare which could be"
1924 * spare; but FALSE if its an INUSE spare.
2252 * An active spare device has ZPOOL_CONFIG_IS_SPARE set.
2253 * For a spare vdev, we only want to boot from the active
2254 * spare device.
2257 uint64_t spare = 0; local
2259 &spare);
2260 if (!spare)
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h413 void *spare[4]; /* padding */ member in struct:buff_ring
568 uint8_t spare; member in struct:__anon4961
935 uint64_t spare[5]; member in struct:bge
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c4110 ipsa_t *assoc, *spare; local
4144 assoc = spare) {
4145 spare = assoc->ipsa_next;
4181 assoc = spare) {
4182 spare = assoc->ipsa_next;
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h359 uint8_t spare; member in struct:__anon6231

Completed in 153 milliseconds