Searched defs:is_spare (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 983 is_spare(nvlist_t *config, const char *path) function 1063 if (is_spare(config, buf))
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1453 int is_spare) 1474 /* for a spare vdev, pick the disk labeled with "is_spare" */ 1475 if (is_spare) { 1499 (is_spare = (grub_strcmp(type, VDEV_TYPE_SPARE) == 0))) { 1512 bootpath, is_spare) == 0) 1452 vdev_get_bootpath(char *nv, uint64_t inguid, char *devid, char *bootpath, int is_spare) argument
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2242 size_t *rsz, boolean_t is_spare) 2256 if (is_spare) { 2272 (is_spare = (strcmp(type, VDEV_TYPE_SPARE) == 0))) { 2283 phypath_size, rsz, is_spare); 2241 vdev_get_physpaths(nvlist_t *nv, char *physpath, size_t phypath_size, size_t *rsz, boolean_t is_spare) argument
|
Completed in 209 milliseconds