HomeSort by relevance Sort by last modified time
    Searched refs:debug (Results 1 - 25 of 1711) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/uts/sun4u/io/i2c/nexus/
i2bsc.conf 30 # 64-bit Debug bit-vector; requires DEBUG driver to be installed
31 debug=0;
  /onnv/onnv-gate/usr/src/uts/sun4u/blade/io/
bscv.conf 31 # The DEBUG version of the bscv driver supports a debug option value.
33 debug=0x0;
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/eftinfo/
Makefile 28 debug := TARGET += debug macro
32 debug: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/esc/
Makefile 28 debug := TARGET += debug macro
32 debug: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/
Makefile 28 debug := TARGET += debug macro
34 debug: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
tune.h 19 #ifdef DEBUG
20 #define debug(x) printf x macro
22 #define debug(x) macro
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
lintsup.c 32 #include <debug.h>
35 #include <sys/debug.h>
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
pmcs.conf 43 # Global debug settings may be set using the 'pmcs-debug-mask' property.
50 # 0x0010 - Debug information with regard to discovery/configuration
51 # 0x0020 - Debug information with regard to iport
52 # 0x0040 - Debug information with regard to map
55 # 0x0200 - PHY lock/unlock debug (very noisy)
56 # 0x0400 - Debug information with regard to device state
58 pmcs-debug-mask=0x71;
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
engine.c 41 debug("use_engine is '%s'", use_engine == 1 ? "yes" : "no");
58 debug("%s engine initialized, now setting it as default for "
86 debug("%s engine initialization complete", PKCS11_ENGINE);
99 debug("in pkcs11_engine_finish(), engine pointer is %p", e);
104 debug("unregistering RSA");
106 debug("unregistering DSA");
108 debug("unregistering ciphers");
111 debug("calling ENGINE_finish()");
113 debug("calling ENGINE_remove()");
115 debug("calling ENGINE_free()")
    [all...]
  /onnv/onnv-gate/usr/src/lib/lvm/
Makefile.targ 35 debug := COPTFLAG = -g
36 debug := COPTFLAG64 = -g
37 debug := DYNFLAGS += -g
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
debug.h 9 * $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.
83 ** "@(#)$Debug: <name> - <short description> $"
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) &&
    [all...]
  /onnv/onnv-gate/usr/src/lib/lvm/libpreen/i386/
Makefile 31 install debug: all $(ROOTLIBDIR) $(ROOTLIBS)
  /onnv/onnv-gate/usr/src/lib/lvm/libpreen/sparc/
Makefile 30 install debug: all $(ROOTLIBDIR) $(ROOTLIBS)
  /onnv/onnv-gate/usr/src/lib/lvm/libsvm/i386/
Makefile 31 install debug: $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
  /onnv/onnv-gate/usr/src/lib/lvm/libsvm/sparc/
Makefile 31 install debug: $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
  /onnv/onnv-gate/usr/src/uts/common/kmdb/
kmdb.conf 33 # kmdb-driver-debug - if 1, debugging mode is enabled
39 name="kmdb" parent="pseudo" instance=0 kmdb-driver-debug=0 kmdb-auto-entry=1;
  /onnv/onnv-gate/usr/src/lib/lvm/libpreen/
Makefile 35 debug := TARGET= debug macro
37 all clean clobber debug install lint: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/psm/stand/boot/sparc/common/
bootops.c 38 #ifdef DEBUG
39 extern int debug;
41 static const int debug = 0; variable
44 #define dprintf if (debug) printf
79 if (debug) print_memlist(pinstalledp);
81 if (debug) print_memlist(pfreelistp);
83 if (debug) print_memlist(vfreelistp);
128 if (debug) print_memlist(pinstalledp);
130 if (debug) print_memlist(pfreelistp);
132 if (debug) print_memlist(vfreelistp)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
lintsup.c 43 #include <sys/debug.h>
51 #include <debug.h>
55 #include <debug.h>
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/
Makefile 35 debug := TARGET= debug macro
41 all debug install lint clean clobber _msg _dc: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
glob.c 43 int debug = OFF; /* debug flag */ variable
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
bootparam_private.h 36 extern int debug;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
Debug.pm 1 package B::Debug;
12 sub B::OP::debug {
27 sub B::UNOP::debug {
29 $op->B::OP::debug();
33 sub B::BINOP::debug {
35 $op->B::UNOP::debug();
39 sub B::LOOP::debug {
41 $op->B::BINOP::debug();
49 sub B::LOGOP::debug {
51 $op->B::UNOP::debug();
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/
Makefile.targ 32 debug:= DUMPLIB= libdump_g.a
33 debug:= CFLAGS= -g $(XESS) -DDEBUG -DFDEBUG -DTDEBUG ${SBFLAGS}
35 DEBUGDIR= .debug
41 debug: $(UFSDEBUGPROG)
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
debug.c 6 * $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)

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 91011>>