Home
last modified time | relevance | path

Searched refs:zd (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zone.c65 zone_dataset_t *zd, *zd2; in zone_dataset_attach() local
73 zd = malloc(sizeof (*zd) + strlen(dataset) + 1, M_ZONES, M_WAITOK); in zone_dataset_attach()
79 free(zd, M_ZONES); in zone_dataset_attach()
88 free(zd, M_ZONES); in zone_dataset_attach()
118 zone_dataset_t *zd; in zone_dataset_detach() local
139 if (zd == NULL) in zone_dataset_detach()
142 LIST_REMOVE(zd, zd_next); in zone_dataset_detach()
143 free(zd, M_ZONES); in zone_dataset_detach()
161 zone_dataset_t *zd; in zone_dataset_visible() local
226 zone_dataset_t *zd; in zone_destroy() local
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1580 zd->zd_os = os; in ztest_zd_init()
1582 zd->zd_shared = szd; in ztest_zd_init()
1799 itx->itx_private = zd; in ztest_log_write()
1847 ztest_ds_t *zd = arg1; in ztest_replay_create() local
1937 ztest_ds_t *zd = arg1; in ztest_replay_remove() local
1990 ztest_ds_t *zd = arg1; in ztest_replay_write() local
2278 ztest_ds_t *zd = arg; in ztest_get_data() local
2731 zd->zd_od = od; in ztest_object_init()
6993 zd->zd_name, in ztest_dataset_open()
7014 dmu_objset_disown(zd->zd_os, B_TRUE, zd); in ztest_dataset_close()
[all …]
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_legacy.h149 ZSTDv05_DCtx* const zd = ZSTDv05_createDCtx(); in ZSTD_decompressLegacy() local
150 if (zd==NULL) return ERROR(memory_allocation); in ZSTD_decompressLegacy()
151 … result = ZSTDv05_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize); in ZSTD_decompressLegacy()
152 ZSTDv05_freeDCtx(zd); in ZSTD_decompressLegacy()
159 ZSTDv06_DCtx* const zd = ZSTDv06_createDCtx(); in ZSTD_decompressLegacy() local
160 if (zd==NULL) return ERROR(memory_allocation); in ZSTD_decompressLegacy()
161 … result = ZSTDv06_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize); in ZSTD_decompressLegacy()
162 ZSTDv06_freeDCtx(zd); in ZSTD_decompressLegacy()
169 ZSTDv07_DCtx* const zd = ZSTDv07_createDCtx(); in ZSTD_decompressLegacy() local
170 if (zd==NULL) return ERROR(memory_allocation); in ZSTD_decompressLegacy()
[all …]
H A Dzstd_v07.c4318 ZSTDv07_DCtx* zd; member
4355 zbd->zd = ZSTDv07_createDCtx_advanced(customMem); in ZBUFFv07_createDCtx_advanced()
4356 if (zbd->zd == NULL) { ZBUFFv07_freeDCtx(zbd); return NULL; } in ZBUFFv07_createDCtx_advanced()
4364 ZSTDv07_freeDCtx(zbd->zd); in ZBUFFv07_freeDCtx()
4378 return ZSTDv07_decompressBegin_usingDict(zbd->zd, dict, dictSize); in ZBUFFv07_decompressInitDictionary()
4438 size_t const h2Size = ZSTDv07_nextSrcSizeToDecompress(zbd->zd); in ZBUFFv07_decompressContinue()
4472 const int isSkipFrame = ZSTDv07_isSkipFrame(zbd->zd); in ZBUFFv07_decompressContinue()
4473 size_t const decodedSize = ZSTDv07_decompressContinue(zbd->zd, in ZBUFFv07_decompressContinue()
4498 { const int isSkipFrame = ZSTDv07_isSkipFrame(zbd->zd); in ZBUFFv07_decompressContinue()
4499 size_t const decodedSize = ZSTDv07_decompressContinue(zbd->zd, in ZBUFFv07_decompressContinue()
[all …]
H A Dzstd_v06.c3953 ZSTDv06_DCtx* zd; member
3974 zbd->zd = ZSTDv06_createDCtx(); in ZBUFFv06_createDCtx()
3982 ZSTDv06_freeDCtx(zbd->zd); in ZBUFFv06_freeDCtx()
3996 return ZSTDv06_decompressBegin_usingDict(zbd->zd, dict, dictSize); in ZBUFFv06_decompressInitDictionary()
4053 … size_t const h1Result = ZSTDv06_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer, h1Size); in ZBUFFv06_decompressContinue()
4056 size_t const h2Size = ZSTDv06_nextSrcSizeToDecompress(zbd->zd); in ZBUFFv06_decompressContinue()
4080 { size_t const neededInSize = ZSTDv06_nextSrcSizeToDecompress(zbd->zd); in ZBUFFv06_decompressContinue()
4087 size_t const decodedSize = ZSTDv06_decompressContinue(zbd->zd, in ZBUFFv06_decompressContinue()
4102 { size_t const neededInSize = ZSTDv06_nextSrcSizeToDecompress(zbd->zd); in ZBUFFv06_decompressContinue()
4112 { size_t const decodedSize = ZSTDv06_decompressContinue(zbd->zd, in ZBUFFv06_decompressContinue()
[all …]
/f-stack/freebsd/contrib/openzfs/udev/rules.d/
H A D60-zvol.rules.in6 KERNEL=="zd*" SUBSYSTEM=="block" ACTION=="add|change" PROGRAM="@udevdir@/zvol_id $tempnode" SYMLINK…
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Datomic.h67 JEMALLOC_GENERATE_INT_ATOMICS(ssize_t, zd, LG_SIZEOF_PTR)
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Datomic.c207 TEST_STRUCT(ssize_t, zd);
209 INTEGER_TEST_BODY(ssize_t, zd); in TEST_BEGIN()
H A Demitter.c205 ssize_t zd = -456; in emit_types() local
215 emitter_kv(emitter, "k4", "K4", emitter_type_ssize, &zd); in emit_types()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23961 ZSTDv05_DCtx* const zd = ZSTDv05_createDCtx(); in ZSTD_decompressLegacy() local
23962 if (zd==NULL) return ERROR(memory_allocation); in ZSTD_decompressLegacy()
23963 … result = ZSTDv05_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize); in ZSTD_decompressLegacy()
23964 ZSTDv05_freeDCtx(zd); in ZSTD_decompressLegacy()
23971 ZSTDv06_DCtx* const zd = ZSTDv06_createDCtx(); in ZSTD_decompressLegacy() local
23972 if (zd==NULL) return ERROR(memory_allocation); in ZSTD_decompressLegacy()
23973 … result = ZSTDv06_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize); in ZSTD_decompressLegacy()
23974 ZSTDv06_freeDCtx(zd); in ZSTD_decompressLegacy()
23981 ZSTDv07_DCtx* const zd = ZSTDv07_createDCtx(); in ZSTD_decompressLegacy() local
23982 if (zd==NULL) return ERROR(memory_allocation); in ZSTD_decompressLegacy()
[all …]