Searched refs:debug (Results 1 - 25 of 1526) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Di2bsc.conf31 debug=0;
/illumos-gate/usr/src/uts/sun4u/blade/io/
H A Dbscv.conf31 # The DEBUG version of the bscv driver supports a debug option value.
33 debug=0x0;
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/
H A DMakefile28 debug := TARGET += debug macro
32 debug: $(SUBDIRS)
/illumos-gate/usr/src/cmd/fm/eversholt/esc/
H A DMakefile28 debug := TARGET += debug macro
32 debug: $(SUBDIRS)
/illumos-gate/usr/src/cmd/fm/eversholt/
H A DMakefile28 debug := TARGET += debug macro
34 debug: $(SUBDIRS)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlintsup.c32 #include <debug.h>
35 #include <sys/debug.h>
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs.conf66 # Global debug settings may be set using the 'pmcs-debug-mask' property.
78 # 0x0200 - PHY lock/unlock debug (very noisy)
81 pmcs-debug-mask=0x71;
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Drun_arch_tests.ksh36 debug=yes
46 [[ -n $debug ]] && print "Checking for arch $f:"
53 [[ -n $debug ]] && print -n " $p"
55 [[ -n $debug ]] && print " FOUND"
56 [[ -n $debug ]] && print "Executing $p $*"
60 [[ -n $debug ]] && print
63 [[ -z $found ]] && [[ -n $debug ]] && print "NOT PRESENT"
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Ddebug.h9 * $Id: debug.h,v 1.16 2003/01/10 00:26:06 ca Exp $
16 ** See libsm/debug.html for documentation.
45 ** abstractions for setting and testing debug activation levels
64 ** debug_level is the activation level of this debug
65 ** object. Level 0 means no debug activity.
69 ** its true value in the internal table of debug settings.
103 ** This macro is cleverly designed so that if the debug object is below
108 # define sm_debug_active(debug, level) \
109 ((debug)->debug_level >= (level) && \
110 ((debug)
[all...]
/illumos-gate/usr/src/lib/lvm/libpreen/i386/
H A DMakefile31 install debug: all $(ROOTLIBDIR) $(ROOTLIBS)
/illumos-gate/usr/src/lib/lvm/libpreen/sparc/
H A DMakefile30 install debug: all $(ROOTLIBDIR) $(ROOTLIBS)
/illumos-gate/usr/src/lib/lvm/libsvm/i386/
H A DMakefile31 install debug: $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
/illumos-gate/usr/src/lib/lvm/libsvm/sparc/
H A DMakefile31 install debug: $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
/illumos-gate/usr/src/uts/common/kmdb/
H A Dkmdb.conf33 # kmdb-driver-debug - if 1, debugging mode is enabled
39 name="kmdb" parent="pseudo" instance=0 kmdb-driver-debug=0 kmdb-auto-entry=1;
/illumos-gate/usr/src/lib/lvm/libpreen/
H A DMakefile35 debug := TARGET= debug macro
37 all clean clobber debug install lint: $(SUBDIRS)
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsetup.ksh46 debug=yes
56 [[ -n $debug ]] && print "Checking for arch $f:"
63 [[ -n $debug ]] && print -n " $p"
65 [[ -n $debug ]] && print " FOUND"
66 [[ -n $debug ]] && print "Executing $p $* ${cfg}"
70 [[ -n $debug ]] && print
73 [[ -z $found ]] && [[ -n $debug ]] && print "NOT PRESENT"
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootops.c37 extern int debug;
39 static const int debug = 0; variable
42 #define dprintf if (debug) printf
77 if (debug) print_memlist(pinstalledp);
79 if (debug) print_memlist(pfreelistp);
81 if (debug) print_memlist(vfreelistp);
126 if (debug) print_memlist(pinstalledp);
128 if (debug) print_memlist(pfreelistp);
130 if (debug) print_memlist(vfreelistp);
132 if (debug) {
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/
H A DMakefile35 debug := TARGET= debug macro
41 all debug install lint clean clobber _msg _dc: $(SUBDIRS)
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dlintsup.c43 #include <sys/debug.h>
51 #include <debug.h>
55 #include <debug.h>
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_private.h36 extern int debug;
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dglob.c43 int debug = OFF; /* debug flag */ variable
/illumos-gate/usr/src/lib/krb5/dyn/
H A Ddyn_size.c22 if (obj->debug)
31 if (obj->debug)
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Ddebug.c6 * $Id: debug.c,v 1.6 2001/06/09 17:09:24 darrenr Exp $
21 void debug(char *fmt, ...) function
23 void debug(fmt, va_alist)
/illumos-gate/usr/src/cmd/keyserv/
H A Ddebug.h51 #define debug(x, y) (test_debug(x, __FILE__, __LINE__) && real_debug ## y) macro
53 #define debug(x, y) macro
/illumos-gate/usr/src/uts/intel/io/
H A Dbscv.conf33 # The DEBUG version of the bscv driver supports a debug option value.
35 debug=0x0;

Completed in 141 milliseconds

1234567891011>>