| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zone.c | 65 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 …]
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 1714 zd->zd_os = os; in ztest_zd_init() 1716 zd->zd_shared = szd; in ztest_zd_init() 1933 itx->itx_private = zd; in ztest_log_write() 1981 ztest_ds_t *zd = arg1; in ztest_replay_create() local 2071 ztest_ds_t *zd = arg1; in ztest_replay_remove() local 2124 ztest_ds_t *zd = arg1; in ztest_replay_write() local 2412 ztest_ds_t *zd = arg; in ztest_get_data() local 2865 zd->zd_od = od; in ztest_object_init() 7201 zd->zd_name, in ztest_dataset_open() 7222 dmu_objset_disown(zd->zd_os, B_TRUE, zd); in ztest_dataset_close() [all …]
|
| /freebsd-13.1/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_legacy.h | 149 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 D | zstd_v07.c | 4318 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 D | zstd_v06.c | 3953 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 …]
|
| /freebsd-13.1/sys/contrib/openzfs/udev/rules.d/ |
| H A D | 60-zvol.rules.in | 6 KERNEL=="zd*", SUBSYSTEM=="block", ACTION=="add|change", PROGRAM=="@udevdir@/zvol_id $devnode", SYM…
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | atomic.h | 74 JEMALLOC_GENERATE_INT_ATOMICS(ssize_t, zd, LG_SIZEOF_PTR)
|
| /freebsd-13.1/sys/contrib/openzfs/.github/workflows/ |
| H A D | zfs-tests-functional.yml | 54 # Just shove a zd* exclusion right above the hotplug hook... 55 … sudo sed -i -e s/'LABEL="cloudinit_hook"'/'KERNEL=="zd*", GOTO="cloudinit_end"\n&'/ "${FILE}"
|
| H A D | zfs-tests-sanity.yml | 50 # Just shove a zd* exclusion right above the hotplug hook... 51 … sudo sed -i -e s/'LABEL="cloudinit_hook"'/'KERNEL=="zd*", GOTO="cloudinit_end"\n&'/ "${FILE}"
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_zip.c | 1232 unsigned char *z = zip64, *zd; in archive_write_zip_finish_entry() local 1248 zd = cd_alloc(zip, z - zip64); in archive_write_zip_finish_entry() 1249 if (zd == NULL) { in archive_write_zip_finish_entry() 1254 memcpy(zd, zip64, z - zip64); in archive_write_zip_finish_entry()
|
| /freebsd-13.1/contrib/tzdata/ |
| H A D | Makefile | 730 ZDS = dummy.zd 1238 .PHONY: clean clean_misc dummy.zd force_tzs
|
| /freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 23959 ZSTDv05_DCtx* const zd = ZSTDv05_createDCtx(); in ZSTD_decompressLegacy() local 23960 if (zd==NULL) return ERROR(memory_allocation); in ZSTD_decompressLegacy() 23961 … result = ZSTDv05_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize); in ZSTD_decompressLegacy() 23962 ZSTDv05_freeDCtx(zd); in ZSTD_decompressLegacy() 23969 ZSTDv06_DCtx* const zd = ZSTDv06_createDCtx(); in ZSTD_decompressLegacy() local 23970 if (zd==NULL) return ERROR(memory_allocation); in ZSTD_decompressLegacy() 23971 … result = ZSTDv06_decompress_usingDict(zd, dst, dstCapacity, src, compressedSize, dict, dictSize); in ZSTD_decompressLegacy() 23972 ZSTDv06_freeDCtx(zd); in ZSTD_decompressLegacy() 23979 ZSTDv07_DCtx* const zd = ZSTDv07_createDCtx(); in ZSTD_decompressLegacy() local 23980 if (zd==NULL) return ERROR(memory_allocation); in ZSTD_decompressLegacy() [all …]
|
| /freebsd-13.1/contrib/sendmail/ |
| H A D | PGPKEYS | 1106 YC8/MG42Oj/zd+0WUhnI+RckFYPBNDQ+sZC6ErLDxCYDZMYhG4vhJOGqAKpglNTb
|
| /freebsd-13.1/share/termcap/ |
| H A D | termcap | 1019 :zd=\E[1m:zb=\E[5m:zc=lkmjqxtuwvn:\
|