| /freebsd/sys/contrib/zstd/lib/deprecated/ |
| H A D | zbuff_compress.c | 64 size_t ZBUFF_freeCCtx(ZBUFF_CCtx* zbc) in ZBUFF_freeCCtx() argument 66 return ZSTD_freeCStream(zbc); in ZBUFF_freeCCtx() 72 size_t ZBUFF_compressInit_advanced(ZBUFF_CCtx* zbc, in ZBUFF_compressInit_advanced() argument 77 FORWARD_IF_ERROR(ZSTD_CCtx_reset(zbc, ZSTD_reset_session_only), ""); in ZBUFF_compressInit_advanced() 78 FORWARD_IF_ERROR(ZSTD_CCtx_setPledgedSrcSize(zbc, pledgedSrcSize), ""); in ZBUFF_compressInit_advanced() 81 FORWARD_IF_ERROR(ZSTD_CCtx_setParameter(zbc, ZSTD_c_windowLog, params.cParams.windowLog), ""); in ZBUFF_compressInit_advanced() 82 FORWARD_IF_ERROR(ZSTD_CCtx_setParameter(zbc, ZSTD_c_hashLog, params.cParams.hashLog), ""); in ZBUFF_compressInit_advanced() 83 FORWARD_IF_ERROR(ZSTD_CCtx_setParameter(zbc, ZSTD_c_chainLog, params.cParams.chainLog), ""); in ZBUFF_compressInit_advanced() 84 FORWARD_IF_ERROR(ZSTD_CCtx_setParameter(zbc, ZSTD_c_searchLog, params.cParams.searchLog), ""); in ZBUFF_compressInit_advanced() 85 FORWARD_IF_ERROR(ZSTD_CCtx_setParameter(zbc, ZSTD_c_minMatch, params.cParams.minMatch), ""); in ZBUFF_compressInit_advanced() [all …]
|
| /freebsd/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v04.c | 3326 ZBUFF_DCtx* zbc = (ZBUFF_DCtx*)malloc(sizeof(ZBUFF_DCtx)); in ZBUFF_createDCtx() local 3327 if (zbc==NULL) return NULL; in ZBUFF_createDCtx() 3328 memset(zbc, 0, sizeof(*zbc)); in ZBUFF_createDCtx() 3329 zbc->zc = ZSTD_createDCtx(); in ZBUFF_createDCtx() 3330 zbc->stage = ZBUFFds_init; in ZBUFF_createDCtx() 3331 return zbc; in ZBUFF_createDCtx() 3334 static size_t ZBUFF_freeDCtx(ZBUFF_DCtx* zbc) in ZBUFF_freeDCtx() argument 3336 if (zbc==NULL) return 0; /* support free on null */ in ZBUFF_freeDCtx() 3337 ZSTD_freeDCtx(zbc->zc); in ZBUFF_freeDCtx() 3338 free(zbc->inBuff); in ZBUFF_freeDCtx() [all …]
|
| H A D | zstd_v05.c | 3806 ZBUFFv05_DCtx* zbc = (ZBUFFv05_DCtx*)malloc(sizeof(ZBUFFv05_DCtx)); in ZBUFFv05_createDCtx() local 3807 if (zbc==NULL) return NULL; in ZBUFFv05_createDCtx() 3808 memset(zbc, 0, sizeof(*zbc)); in ZBUFFv05_createDCtx() 3809 zbc->zc = ZSTDv05_createDCtx(); in ZBUFFv05_createDCtx() 3810 zbc->stage = ZBUFFv05ds_init; in ZBUFFv05_createDCtx() 3811 return zbc; in ZBUFFv05_createDCtx() 3814 size_t ZBUFFv05_freeDCtx(ZBUFFv05_DCtx* zbc) in ZBUFFv05_freeDCtx() argument 3816 if (zbc==NULL) return 0; /* support free on null */ in ZBUFFv05_freeDCtx() 3817 ZSTDv05_freeDCtx(zbc->zc); in ZBUFFv05_freeDCtx() 3818 free(zbc->inBuff); in ZBUFFv05_freeDCtx() [all …]
|
| /freebsd/sys/contrib/device-tree/src/riscv/sophgo/ |
| H A D | sg2044-cpus.dtsi | 32 "zawrs", "zba", "zbb", "zbc", 68 "zawrs", "zba", "zbb", "zbc", 104 "zawrs", "zba", "zbb", "zbc", 140 "zawrs", "zba", "zbb", "zbc", 176 "zawrs", "zba", "zbb", "zbc", 212 "zawrs", "zba", "zbb", "zbc", 248 "zawrs", "zba", "zbb", "zbc", 284 "zawrs", "zba", "zbb", "zbc", 320 "zawrs", "zba", "zbb", "zbc", 356 "zawrs", "zba", "zbb", "zbc", [all …]
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | zstd_zlibwrapper.c | 156 ZSTD_CStream* zbc; member 175 ZSTD_freeCStream(zwc->zbc); in ZWRAP_freeCCtx() 205 if (zwc == NULL || zwc->zbc == NULL) return Z_STREAM_ERROR; in ZWRAP_initializeCStream() 215 initErr |= ZSTD_isError(ZSTD_CCtx_reset(zwc->zbc, ZSTD_reset_session_only)); in ZWRAP_initializeCStream() 217 initErr |= ZSTD_isError(ZSTD_CCtx_setParametersUsingCCtxParams(zwc->zbc, cctxParams)); in ZWRAP_initializeCStream() 218 initErr |= ZSTD_isError(ZSTD_CCtx_setPledgedSrcSize(zwc->zbc, pledgedSrcSize)); in ZWRAP_initializeCStream() 219 initErr |= ZSTD_isError(ZSTD_CCtx_loadDictionary(zwc->zbc, dict, dictSize)); in ZWRAP_initializeCStream() 349 if (zwc->zbc == NULL) { in z_deflateSetDictionary() 350 zwc->zbc = ZSTD_createCStream_advanced(zwc->customMem); in z_deflateSetDictionary() 351 if (zwc->zbc == NULL) return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflateSetDictionary() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsRISCV.td | 33 // Zbc or Zbkc extension. 35 def clmul_32 : RISCVBuiltin<"unsigned int(unsigned int, unsigned int)", "zbc|zbkc">; 36 def clmul_64 : RISCVBuiltin<"uint64_t(uint64_t, uint64_t)", "zbc|zbkc,64bit">; 37 def clmulh_32 : RISCVBuiltin<"unsigned int(unsigned int, unsigned int)", "zbc|zbkc,32bit">; 38 def clmulh_64 : RISCVBuiltin<"uint64_t(uint64_t, uint64_t)", "zbc|zbkc,64bit">; 39 def clmulr_32 : RISCVBuiltin<"unsigned int(unsigned int, unsigned int)", "zbc,32bit">; 40 def clmulr_64 : RISCVBuiltin<"uint64_t(uint64_t, uint64_t)", "zbc,64bit">;
|
| /freebsd/sys/contrib/device-tree/src/riscv/spacemit/ |
| H A D | k1.dtsi | 61 "zbb", "zbc", "zbs", "zkt", "zvfh", "zvkt", 91 "zbb", "zbc", "zbs", "zkt", "zvfh", "zvkt", 121 "zbb", "zbc", "zbs", "zkt", "zvfh", "zvkt", 151 "zbb", "zbc", "zbs", "zkt", "zvfh", "zvkt", 181 "zbb", "zbc", "zbs", "zkt", "zvfh", "zvkt", 211 "zbb", "zbc", "zbs", "zkt", "zvfh", "zvkt", 241 "zbb", "zbc", "zbs", "zkt", "zvfh", "zvkt", 271 "zbb", "zbc", "zbs", "zkt", "zvfh", "zvkt",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVScheduleZb.td | 30 // Zbc extension 69 // Zbc extension
|
| H A D | RISCVSchedGenericOOO.td | 254 // Zbc extension 448 // Zbc extension
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OPENSSL_riscvcap.3 | 110 .IP ZBC 4 111 .IX Item "ZBC"
|
| /freebsd/sbin/camcontrol/ |
| H A D | zone.c | 34 * This is an implementation of the SCSI ZBC and ATA ZAC specs. 536 * translate ZBC IN/OUT commands to the appropriate ZAC in zone() 563 * ZBC and ZAC specs. in zone() 629 "ZBC" : "ZAC Management", in zone()
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | riscv_arch.def | 31 RISCV_DEFINE_CAP(ZBC, 0, 2, 4, (1 << 7))
|
| /freebsd/usr.sbin/bsdinstall/partedit/ |
| H A D | diskmenu.c | 66 conf.key.f1_message="[\\Z1\\ZbC\\Znreate]: a new partition.\n" in diskmenu_show()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_riscvcap.pod | 51 =item ZBC
|
| /freebsd/tools/cam/ |
| H A D | mps.d | 86 k == 0x94 ? "ZBC OUT" : 87 k == 0x95 ? "ZBC IN" :
|
| H A D | mpr.d | 86 k == 0x94 ? "ZBC OUT" : 87 k == 0x95 ? "ZBC IN" :
|
| /freebsd/sys/sys/ |
| H A D | disk_zone.h | 40 * conform to the SCSI Zoned Block Commands (ZBC) and ATA Zoned ATA Command
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_indirect.c | 1403 zio_bad_cksum_t zbc = { 0 }; in vdev_indirect_checksum_error() local 1407 is->is_target_offset, is->is_size, good_abd, bad_abd, &zbc); in vdev_indirect_checksum_error() 1501 zio_bad_cksum_t zbc; in vdev_indirect_splits_checksum_validate() local 1513 return (zio_checksum_error(zio, &zbc)); in vdev_indirect_splits_checksum_validate() 1835 zio_bad_cksum_t zbc; in vdev_indirect_io_done() local 1836 int ret = zio_checksum_error(zio, &zbc); in vdev_indirect_io_done()
|
| H A D | zfs_fm.c | 1316 const abd_t *good_data, const abd_t *bad_data, zio_bad_cksum_t *zbc) in zfs_ereport_post_checksum() argument 1339 info = annotate_ecksum(ereport, zbc, good_data, bad_data, length, in zfs_ereport_post_checksum() 1348 (void) length, (void) good_data, (void) bad_data, (void) zbc; in zfs_ereport_post_checksum()
|
| H A D | vdev_raidz.c | 2792 zio_bad_cksum_t zbc; in vdev_raidz_checksum_error() local 2795 zbc.zbc_has_cksum = 0; in vdev_raidz_checksum_error() 2796 zbc.zbc_injected = rm->rm_ecksuminjected; in vdev_raidz_checksum_error() 2803 rc->rc_abd, bad_data, &zbc); in vdev_raidz_checksum_error() 2814 zio_bad_cksum_t zbc = {0}; in raidz_checksum_verify() local 2817 int ret = zio_checksum_error(zio, &zbc); in raidz_checksum_verify() 2832 if (ret != 0 && zbc.zbc_injected != 0) in raidz_checksum_verify() 3867 zio_bad_cksum_t zbc; in vdev_raidz_io_done_unrecoverable() local 3868 zbc.zbc_has_cksum = 0; in vdev_raidz_io_done_unrecoverable() 3869 zbc.zbc_injected = rm->rm_ecksuminjected; in vdev_raidz_io_done_unrecoverable() [all …]
|
| /freebsd/usr.sbin/zonectl/ |
| H A D | zonectl.8 | 54 Zoned Block Commands (ZBC) and
|
| /freebsd/sys/contrib/device-tree/Bindings/riscv/ |
| H A D | extensions.yaml | 271 - const: zbc 273 The standard Zbc bit-manipulation extension for carry-less
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
| H A D | riscv.c | 295 SET_RISCV_HWPROBE_EXT_SINGLE_RISCV_FEATURE(ZBC); in initRISCVFeature()
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_da.c | 236 * o ATA drive behind a SCSI translation layer that knows about ZBC/ZAC 238 * ZBC/ZAC, and so needs to be managed via ATA passthrough. In this 3153 * ZBC -> ZAC translation, since they are both in da_zone_cmd() 3238 * ZBC -> ZAC translation, since they are both in da_zone_cmd() 4068 * devices that support ZBC (SMR devices), as well as ATA in dastart() 4070 * Translation) layer that supports converting ZBC commands in dastart() 5659 * SAT layer supports ZBC -> ZAC translation. In in dadone_probeata() 5673 * means that the SAT layer supports ZBC to in dadone_probeata() 5716 * ZBC -> ZAC translation, continue on to get the in dadone_probeata() 5719 * ZBC -> ZAC translation, we want to use that, in dadone_probeata() [all …]
|
| /freebsd/contrib/bearssl/src/ec/ |
| H A D | ec_p256_m62.c | 1365 * swap(zB, zC); zBC = zB*zC in window_to_affine() 1373 * z9 <- z9*zBC, zA <- zA*zBC, zB <- zB*z9A, zC <- zC*z9A in window_to_affine() 1374 * z9ABC = z9A*zBC in window_to_affine()
|