Home
last modified time | relevance | path

Searched refs:is_spare (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1454 int is_spare) in vdev_get_bootpath() argument
1476 if (is_spare) { in vdev_get_bootpath()
1500 (is_spare = (grub_strcmp(type, VDEV_TYPE_SPARE) == 0))) { in vdev_get_bootpath()
1513 bootpath, is_spare) == 0) in vdev_get_bootpath()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c1110 is_spare(nvlist_t *config, const char *path) in is_spare() function
1190 if (is_spare(config, buf)) in is_device_in_use()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2698 size_t *rsz, boolean_t is_spare) in vdev_get_physpaths() argument
2712 if (is_spare) { in vdev_get_physpaths()
2728 (is_spare = (strcmp(type, VDEV_TYPE_SPARE) == 0))) { in vdev_get_physpaths()
2739 phypath_size, rsz, is_spare); in vdev_get_physpaths()