Searched refs:ZSTD_getErrorName (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | zstd.c | 20 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 D | multifd-zstd.c | 57 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 D | zstd_common_module.c | 25 EXPORT_SYMBOL_GPL(ZSTD_getErrorName);
|
H A D | zstd_decompress_module.c | 35 return ZSTD_getErrorName(code); in zstd_get_error_name()
|
/openbmc/linux/lib/zstd/common/ |
H A D | zstd_common.c | 41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() function
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_compress_superblock.c | 85 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal()
|
/openbmc/linux/include/linux/ |
H A D | zstd_lib.h | 174 ZSTDLIB_API const char* ZSTD_getErrorName(size_t code); /*!< provides readable string from an e…
|