Searched refs:z_verbose (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.h248 extern int z_verbose;
251 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
252 # define Tracev(x) {if (z_verbose>0) fprintf x ;}
253 # define Tracevv(x) {if (z_verbose>1) fprintf x ;}
254 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}
255 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
H A Dzutil.c125 int z_verbose = verbose; variable
H A Dtrees.c172 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
H A Ddeflate.c1253 if (z_verbose > 1) {
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.h221 extern int ZLIB_INTERNAL z_verbose;
224 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
225 # define Tracev(x) {if (z_verbose>0) fprintf x ;}
226 # define Tracevv(x) {if (z_verbose>1) fprintf x ;}
227 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}
228 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
H A Dzutil.c123 int ZLIB_INTERNAL z_verbose = verbose; variable
H A Dtrees.c168 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
H A Ddeflate.c1371 if (z_verbose > 1) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c244 #define Trace(x) {if (z_verbose >= 0) fprintf x; }
245 #define Tracev(x) {if (z_verbose > 0) fprintf x; }
246 #define Tracevv(x) {if (z_verbose > 1) fprintf x; }
247 #define Tracec(c, x) {if (z_verbose > 0 && (c)) fprintf x; }
248 #define Tracecv(c, x) {if (z_verbose > 1 && (c)) fprintf x; }
1700 if (z_verbose > 1) {
2383 { if (z_verbose > 2) fprintf(stderr, "\ncd %3d ", (c)); \

Completed in 71 milliseconds