Home
last modified time | relevance | path

Searched refs:vd_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c2392 const char *vd_type = NULL; in spa_vdev_remove() local
2438 vd_type = VDEV_TYPE_SPARE; in spa_vdev_remove()
2453 vd_type = VDEV_TYPE_L2CACHE; in spa_vdev_remove()
2481 vd_type = VDEV_TYPE_LOG; in spa_vdev_remove()
2507 if (error_log == 0 && vd_type != NULL && vd_path != NULL) { in spa_vdev_remove()
2509 "%s vdev (%s) %s", spa_name(spa), vd_type, vd_path); in spa_vdev_remove()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td377 multiclass VPseudoSiFiveVMACC<string mx, VReg vd_type, VReg vs2_type,
380 : VPseudoTernaryNoMaskWithPolicy<vd_type, V_M1.vrclass, vs2_type, Constraint>;