Home
last modified time | relevance | path

Searched refs:zError (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/zmod/
H A Dzconf.h96 #define zError z_zError macro
H A Dzmod.c112 return (zError(err)); in z_strerror()
H A Dzutil.c138 const char * ZEXPORT zError(err) in zError() function
H A Dzlib.h1351 ZEXTERN const char * ZEXPORT zError OF((int));
/titanic_44/usr/src/tools/ctf/cvt/
H A Dctf.c476 parseterminate("zlib start failed: %s", zError(rc)); in compress_start()
495 parseterminate("zlib deflate failed: %s", zError(rc)); in compress_buffer()
516 parseterminate("zlib finish failed: %s", zError(rc)); in compress_flush()
529 parseterminate("zlib end failed: %s", zError(rc)); in compress_end()
1218 warning("CTF decompress zlib error %s\n", zError(rc)); in decompress_ctf()
/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.c972 die("failed to initialize zlib: %s\n", zError(rc)); in main()
975 die("failed to decompress CTF data: %s\n", zError(rc)); in main()
978 die("failed to finish decompression: %s\n", zError(rc)); in main()