Home
last modified time | relevance | path

Searched refs:vdev_type (Results 1 – 5 of 5) sorted by relevance

/trueos/usr.sbin/bsdinstall/scripts/
HDzfsboot1511 vdev_type="$ZFSBOOT_VDEV_TYPE"
1514 [ "$vdev_type" = "stripe" ] && vdev_type=
1517 "$vdev_type" $ZFSBOOT_DISKS || continue
/trueos/sys/dev/hptnr/
HDldm.h345 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
/trueos/sys/dev/hptrr/
HDldm.h342 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
/trueos/sys/dev/hpt27xx/
HDldm.h342 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev.c3364 char *vdev_type = vd->vdev_ops->vdev_op_type; in vdev_is_bootable() local
3366 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()