Searched refs:vdev_type (Results 1 – 1 of 1) sorted by relevance
3236 char *vdev_type = vd->vdev_ops->vdev_op_type; in vdev_is_bootable() local3238 if (strcmp(vdev_type, VDEV_TYPE_ROOT) == 0 && in vdev_is_bootable()3241 } else if (strcmp(vdev_type, VDEV_TYPE_RAIDZ) == 0 || in vdev_is_bootable()3242 strcmp(vdev_type, VDEV_TYPE_MISSING) == 0) { in vdev_is_bootable()