| /illumos-gate/usr/src/uts/common/kmdb/ |
| H A D | kmdb.conf | 39 name="kmdb" parent="pseudo" instance=0 kmdb-driver-debug=0 kmdb-auto-entry=1;
|
| /illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
| H A D | bootparam_private.h | 34 extern int debug;
|
| /illumos-gate/usr/src/cmd/lp/filter/postscript/common/ |
| H A D | glob.c | 43 int debug = OFF; /* debug flag */ variable
|
| H A D | ext.h | 39 extern int debug; /* debug flag */
|
| /illumos-gate/usr/src/lib/krb5/dyn/ |
| H A D | dyn_debug.c | 21 obj->debug = state;
|
| H A D | dyn_initzero.c | 23 if (obj->debug)
|
| H A D | dyn_paranoid.c | 23 if (obj->debug)
|
| /illumos-gate/usr/src/cmd/man/ |
| H A D | man.h | 34 #define DPRINTF if (debug) \
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| H A D | utilities.c | 109 if (debug) in ftypeok() 121 if (debug) in acltypeok() 434 if (debug) { in ckfini() 472 if (debug) in fsck_bread() 519 if (debug) in bwrite() 618 if (debug) in allocblk() 637 if (debug) in freeblk() 668 if (debug) in getpathname() 1124 if (!debug) in debugclean() 1252 if (debug) in updateclean() [all …]
|
| H A D | inode.c | 622 if (debug) in chkrange() 630 if (debug) in chkrange() 637 if (debug) in chkrange() 645 if (debug) in chkrange() 1141 if (debug && (request != 0) && (request != UFSROOTINO)) in allocino() 1216 if (debug) in allocino() 1542 if (debug) { in clearattrref()
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
| H A D | ifconfig.h | 26 extern int debug;
|
| /illumos-gate/usr/src/lib/libresolv2/common/isc/ |
| H A D | eventlib.c | 76 ctx->debug = 0; in evCreate() 142 ctx->debug = level; in evSetDebug() 295 if (ctx->debug > 0) { in evGetNext() 483 if (ctx->debug > 0) in evDispatch() 565 if (ctx->debug > 0) { in evDispatch() 673 if (ctx->output != NULL && ctx->debug >= level) { in evPrintf()
|
| /illumos-gate/usr/src/cmd/intrd/ |
| H A D | intrd.pl | 36 my $debug = 0; 61 $debug = 1; 72 setlogmask(Sys::Syslog::LOG_UPTO($debug > 0 ? &Sys::Syslog::LOG_DEBUG : 1221 syslog('debug', "intrd is starting".($debug ? " (debug)" : "")); 1315 dumpdelta($delta) if $debug; # Dump most recent stats to stdout. 1385 dumpdelta($compdelta) if $debug;
|
| /illumos-gate/usr/src/lib/sun_fc/common/ |
| H A D | Sun_fcRefreshInformation.cc | 45 log.debug("Error encountered: %d", e.getErrorCode()); in Sun_fcRefreshInformation()
|
| /illumos-gate/usr/src/uts/i86xpv/ |
| H A D | Makefile.i86xpv | 187 -_gcc=-fno-eliminate-unused-debug-symbols \ 188 -_gcc=-fno-eliminate-unused-debug-types
|
| /illumos-gate/usr/src/uts/common/nfs/ |
| H A D | nfssys.h | 137 int debug; /* debugging level */ member 150 int32_t debug; /* debugging level */ member
|
| /illumos-gate/usr/src/uts/i86pc/ |
| H A D | Makefile.i86pc | 194 -_gcc=-fno-eliminate-unused-debug-symbols \ 195 -_gcc=-fno-eliminate-unused-debug-types
|
| /illumos-gate/usr/src/common/ficl/ |
| H A D | tools.c | 107 ficlDebugPrompt(bool debug) in ficlDebugPrompt() argument 109 if (debug) in ficlDebugPrompt() 389 bool debug = true; in ficlPrimitiveStepBreak() local 423 debug = false; in ficlPrimitiveStepBreak() 427 ficlDebugPrompt(debug); in ficlPrimitiveStepBreak()
|
| /illumos-gate/usr/src/uts/sun4u/io/ |
| H A D | gptwo_cpu.c | 54 static void debug(char *, uintptr_t, uintptr_t, 60 debug(fmt, (uintptr_t)(a1), 0, 0, 0, 0); 62 debug(fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0); 65 debug(fmt, (uintptr_t)(a1), (uintptr_t)(a2), (uintptr_t)(a3), 0, 0); 1016 debug(char *fmt, uintptr_t a1, uintptr_t a2, uintptr_t a3, in debug() function
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
| H A D | ppinput.c | 232 … debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr)); in pppush() 239 … debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr)); in pppush() 259 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); in pppush() 288 debug((-7, "before expand: %s", p)); in ppexpand() 328 debug((-7, "after expand: %s", p)); in ppexpand()
|
| /illumos-gate/usr/src/lib/passwdutil/ |
| H A D | debug.c | 42 debug(char *fmt, ...) in debug() function
|
| /illumos-gate/usr/src/uts/common/inet/ipf/ |
| H A D | ipt.h | 33 extern void debug __P((char *, ...));
|
| /illumos-gate/usr/src/cmd/compress/ |
| H A D | compress.c | 211 int debug = 0; variable 407 debug = 1; in main() 836 } else if (debug == 0) { in main() 1244 if (debug) { in output() 1521 } else if (!debug) { /* decompressing */ in dump_tab() 1742 if (debug) { in cl_block() 1775 if (debug) in cl_block()
|
| /illumos-gate/usr/src/lib/pam_modules/krb5/ |
| H A D | utils.h | 48 int debug; member
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| H A D | ftp.c | 263 (char *)&timeoutms, sizeof (timeoutms)) < 0 && debug) in hookup() 345 sizeof (on)) < 0 && debug) in hookup() 447 if (debug) { in command() 1148 if (!debug) in recvrequest() 1161 if (!debug) in recvrequest() 1182 if (!debug) in recvrequest() 1359 if (!debug) in recvrequest() 1429 if (!debug) in recvrequest() 1489 sizeof (timeoutms)) < 0 && debug) in initconn() 1617 (char *)&timeoutms, sizeof (timeoutms)) < 0 && debug) in initconn() [all …]
|