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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c1104 is_spare(libzfs_handle_t *hdl, nvlist_t *config, const char *path) function
1180 if (is_spare(hdl, config, buf)) {
1186 if (is_spare(hdl, config, buf))
1193 if (is_spare(hdl, config, buf))
H A Dlibzfs_pool.c2258 size_t *rsz, boolean_t is_spare)
2272 if (is_spare) {
2287 (is_spare = (strcmp(type, VDEV_TYPE_SPARE) == 0))) {
2298 phypath_size, rsz, is_spare);
2257 vdev_get_physpaths(nvlist_t *nv, char *physpath, size_t phypath_size, size_t *rsz, boolean_t is_spare) argument
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1177 int is_spare)
1198 /* for a spare vdev, pick the disk labeled with "is_spare" */
1199 if (is_spare) {
1223 (is_spare = (strcmp(type, VDEV_TYPE_SPARE) == 0))) {
1236 bootpath, is_spare) == 0)
1176 vdev_get_bootpath(char *nv, uint64_t inguid, char *devid, char *bootpath, int is_spare) argument

Completed in 59 milliseconds