Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dcase_file.cc492 char *devPath, *vdev_type; in ActivateSpare() local
576 error = nvlist_lookup_string(spares[i], ZPOOL_CONFIG_TYPE, &vdev_type); in ActivateSpare()
584 return (Replace(vdev_type, devPath, /*isspare*/true)); in ActivateSpare()
1053 CaseFile::Replace(const char* vdev_type, const char* path, bool isspare) { in Replace() argument
1105 if (nvlist_add_string(newvd, ZPOOL_CONFIG_TYPE, vdev_type) != 0 in Replace()
H A Dcase_file.h340 bool Replace(const char* vdev_type, const char* path, bool isspare);
/freebsd-12.1/sys/dev/hptrr/
H A Dldm.h340 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
/freebsd-12.1/usr.sbin/bsdinstall/scripts/
H A Dzfsboot1688 vdev_type="$ZFSBOOT_VDEV_TYPE"
1691 [ "$vdev_type" = "stripe" ] && vdev_type=
1694 "$vdev_type" $ZFSBOOT_DISKS || continue
/freebsd-12.1/sys/dev/hptnr/
H A Dldm.h345 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
/freebsd-12.1/sys/dev/hpt27xx/
H A Dldm.h346 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c4259 char *vdev_type = vd->vdev_ops->vdev_op_type; in vdev_is_bootable() local
4261 if (strcmp(vdev_type, VDEV_TYPE_ROOT) == 0 && in vdev_is_bootable()
4264 } else if (strcmp(vdev_type, VDEV_TYPE_MISSING) == 0 || in vdev_is_bootable()
4265 strcmp(vdev_type, VDEV_TYPE_INDIRECT) == 0) { in vdev_is_bootable()