Searched refs:vdev_type (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc492 char *devPath, *vdev_type; local
576 error = nvlist_lookup_string(spares[i], ZPOOL_CONFIG_TYPE, &vdev_type);
584 return (Replace(vdev_type, devPath, /*isspare*/true));
1053 CaseFile::Replace(const char* vdev_type, const char* path, bool isspare) { argument
1105 if (nvlist_add_string(newvd, ZPOOL_CONFIG_TYPE, vdev_type) != 0
H A Dcase_file.h333 * \param vdev_type The type of the new vdev. Usually either
340 bool Replace(const char* vdev_type, const char* path, bool isspare);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dldm.h344 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION)
/freebsd-11-stable/sys/dev/hptnr/
H A Dldm.h343 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION)
/freebsd-11-stable/sys/dev/hptrr/
H A Dldm.h338 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION)
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot1055 # zfs_create_boot $poolname $vdev_type $disks ...
1068 shift 2 # poolname vdev_type
1089 f_dprintf "$funcname: poolname=[%s] vdev_type=[%s]" \
1655 vdev_type="$ZFSBOOT_VDEV_TYPE"
1658 [ "$vdev_type" = "stripe" ] && vdev_type=
1661 "$vdev_type" $ZFSBOOT_DISKS || continue
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c4252 char *vdev_type = vd->vdev_ops->vdev_op_type; local
4254 if (strcmp(vdev_type, VDEV_TYPE_ROOT) == 0 &&
4257 } else if (strcmp(vdev_type, VDEV_TYPE_MISSING) == 0 ||
4258 strcmp(vdev_type, VDEV_TYPE_INDIRECT) == 0) {

Completed in 163 milliseconds