Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c2387 const char *vd_type = NULL; in spa_vdev_remove() local
2433 vd_type = VDEV_TYPE_SPARE; in spa_vdev_remove()
2448 vd_type = VDEV_TYPE_L2CACHE; in spa_vdev_remove()
2476 vd_type = VDEV_TYPE_LOG; in spa_vdev_remove()
2502 if (error_log == 0 && vd_type != NULL && vd_path != NULL) { in spa_vdev_remove()
2504 "%s vdev (%s) %s", spa_name(spa), vd_type, vd_path); in spa_vdev_remove()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td346 multiclass VPseudoSiFiveVMACC<string mx, VReg vd_type, VReg vs2_type,
349 : VPseudoTernaryNoMaskWithPolicy<vd_type, V_M1.vrclass, vs2_type, Constraint>;