Searched refs:Z_ERRNO (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dzmod.h47 #define Z_ERRNO (-1) macro
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dctf_subr.c144 return (Z_ERRNO);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h220 #define Z_ERRNO (-1) macro
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzwrite.c89 gz_error(state, Z_ERRNO, zstrerror());
106 gz_error(state, Z_ERRNO, zstrerror());
577 ret = Z_ERRNO;
H A Dgzread.c39 gz_error(state, Z_ERRNO, zstrerror());
596 return ret ? Z_ERRNO : err;
H A Dzlib.h176 #define Z_ERRNO (-1) macro
1519 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1541 Z_ERRNO and the application may consult errno to get the exact error code.
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dminigzip.c393 * if success, Z_ERRNO otherwise.
407 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
409 if (buf_len <= 0) return Z_ERRNO;
413 if (buf == (caddr_t)(-1)) return Z_ERRNO;
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h175 #define Z_ERRNO (-1) macro
1243 errnum is set to Z_ERRNO and the application may consult errno
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h473 #define Z_ERRNO (-1) macro
1121 * library, errnum is set to Z_ERRNO and the application may consult
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2007 if (err == Z_ERRNO && bam_verbose) {

Completed in 163 milliseconds