Home
last modified time | relevance | path

Searched refs:ZSTD_getErrorName (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dzstd.c20 pr_err("Failed to initialize decompression stream: %s\n", ZSTD_getErrorName(ret)); in zstd_init()
35 pr_err("Failed to initialize compression stream: %s\n", ZSTD_getErrorName(ret)); in zstd_init()
78 (long)src_size, ZSTD_getErrorName(ret)); in zstd_compress_stream_to_records()
103 src_size, output.size, dst_size, ZSTD_getErrorName(ret)); in zstd_decompress_stream()
/openbmc/qemu/migration/
H A Dmultifd-zstd.c57 p->id, ZSTD_getErrorName(res)); in multifd_zstd_send_setup()
135 p->id, ZSTD_getErrorName(ret)); in multifd_zstd_send_prepare()
168 p->id, ZSTD_getErrorName(ret)); in multifd_zstd_recv_setup()
255 p->id, ZSTD_getErrorName(ret)); in multifd_zstd_recv()
/openbmc/linux/lib/zstd/
H A Dzstd_common_module.c25 EXPORT_SYMBOL_GPL(ZSTD_getErrorName);
H A Dzstd_decompress_module.c35 return ZSTD_getErrorName(code); in zstd_get_error_name()
/openbmc/linux/lib/zstd/common/
H A Dzstd_common.c41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() function
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_superblock.c85 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal()
/openbmc/linux/include/linux/
H A Dzstd_lib.h174 ZSTDLIB_API const char* ZSTD_getErrorName(size_t code); /*!< provides readable string from an e…