Home
last modified time | relevance | path

Searched full:zcd (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c210 zfs_case_data_t *zcd = &zcp->zc_data; in zfs_other_serd_cases() local
215 if (zcd->zc_pool_guid != zfs_case->zc_pool_guid || in zfs_other_serd_cases()
216 zcd->zc_parent_guid != zfs_case->zc_parent_guid || in zfs_other_serd_cases()
217 zcd->zc_vdev_guid == zfs_case->zc_vdev_guid) { in zfs_other_serd_cases()
226 if (zcd->zc_serd_checksum[0] == zfs_case->zc_serd_checksum[0] && in zfs_other_serd_cases()
227 fmd_serd_active(hdl, zcd->zc_serd_checksum)) { in zfs_other_serd_cases()
230 if (zcd->zc_serd_io[0] == zfs_case->zc_serd_io[0] && in zfs_other_serd_cases()
231 fmd_serd_active(hdl, zcd->zc_serd_io)) { in zfs_other_serd_cases()
234 if (zcd->zc_serd_slow_io[0] == zfs_case->zc_serd_slow_io[0] && in zfs_other_serd_cases()
235 fmd_serd_active(hdl, zcd->zc_serd_slow_io)) { in zfs_other_serd_cases()
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml253 - const: zcd
255 The Zcd extension part of Zc* standard extensions for code size
581 # Zcd depends on Zca and D
584 const: zcd
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_init.c258 /* Turn off ZCD. */ in r12a_power_on()
438 /* Turn on ZCD. */ in r12a_power_off()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td416 : RISCVExtension<"zcd", 1, 0,
417 "'Zcd' (Compressed Double-Precision Floating-Point Instructions)",
424 "'Zcd' (Compressed Double-Precision Floating-Point Instructions)">;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp763 if ((HasZcmt || Exts.count("zcmp")) && HasD && (HasC || Exts.count("zcd"))) in checkDependency()
766 (HasC ? "c" : "zcd") + in checkDependency()