Searched refs:vdev_type (Results 1 – 5 of 5) sorted by relevance
1511 vdev_type="$ZFSBOOT_VDEV_TYPE"1514 [ "$vdev_type" = "stripe" ] && vdev_type=1517 "$vdev_type" $ZFSBOOT_DISKS || continue
345 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
342 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
3364 char *vdev_type = vd->vdev_ops->vdev_op_type; in vdev_is_bootable() local3366 if (strcmp(vdev_type, VDEV_TYPE_ROOT) == 0 && in vdev_is_bootable()3369 } else if (strcmp(vdev_type, VDEV_TYPE_RAIDZ) == 0 || in vdev_is_bootable()3370 strcmp(vdev_type, VDEV_TYPE_MISSING) == 0) { in vdev_is_bootable()