Searched refs:vdev_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/cddl/usr.sbin/zfsd/ |
| H A D | case_file.cc | 492 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 D | case_file.h | 340 bool Replace(const char* vdev_type, const char* path, bool isspare);
|
| /freebsd-12.1/sys/dev/hptrr/ |
| H A D | ldm.h | 340 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
|
| /freebsd-12.1/usr.sbin/bsdinstall/scripts/ |
| H A D | zfsboot | 1688 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 D | ldm.h | 345 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
|
| /freebsd-12.1/sys/dev/hpt27xx/ |
| H A D | ldm.h | 346 #define mIsArray(vdev_type) ((vdev_type)>VD_PARTITION) argument
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | vdev.c | 4259 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()
|