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

/osnet-11/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);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1198 /* for a spare vdev, pick the disk labeled with "is_spare" */
1200 uint64_t spare = 0; local
1202 &spare, DATA_TYPE_UINT64, NULL);
1203 if (!spare)
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c826 strncmp(pool, "spare", 5) == 0 ||
1362 "'%s' has an active shared spare which could be"
1881 * spare; but FALSE if its an INUSE spare.
2268 * An active spare device has ZPOOL_CONFIG_IS_SPARE set.
2269 * For a spare vdev, we only want to boot from the active
2270 * spare device.
2273 uint64_t spare = 0; local
2275 &spare);
2276 if (!spare)
[all...]

Completed in 46 milliseconds