/illumos-gate/usr/src/cmd/rexd/ |
H A D | where_main.c | 42 int Debug = 0; variable 69 Debug = 1;
|
H A D | under.c | 48 int Debug = 0; variable 116 Debug = 1; 132 if ( Debug && errno ) 146 if ( Debug && errno )
|
H A D | on.c | 81 int Debug = 0; /* print extra debugging information */ variable 251 case 'd': Debug = 1; 289 if (Debug) 297 if (Debug) 309 if (Debug) 333 if (Debug) 350 if (Debug) 363 if (Debug) 374 if (Debug) 400 if (Debug) { [all...] |
H A D | rpc.rexd.c | 87 int Debug = 0; variable 149 Debug = 1; 157 Debug = 1; 206 if (Debug) 222 if (Debug) 224 if (!Debug) { 246 if (Debug) 275 if (Debug) 285 if (Debug) 301 if (Debug) [all...] |
/illumos-gate/usr/src/cmd/logadm/ |
H A D | err.h | 73 int Debug; /* replace with #define to zero to compile out Debug code */ variable
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmlock.c | 38 int Debug = 0; variable
|
H A D | uucp.h | 228 #define CDEBUG(l, f, s) if (Debug >= l) (void)fprintf(stderr, f, s) 235 #define DEBUG(l, f, s) if (Debug >= l) (void)fprintf(stderr, f, s) 446 EXTERN int Debug, Verbose; variable
|
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/ |
H A D | eftinfo.c | 85 int Debug; variable 151 Debug++;
|
/illumos-gate/usr/src/cmd/fm/eversholt/esc/common/ |
H A D | escmain.c | 83 int Debug; variable 155 Debug++;
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | uucpdefs.c | 42 static int Debug; variable
|
H A D | uucp.h | 190 #define DEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s) 398 static int Debug, Verbose; variable
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Debug.java | 27 * Debug class 49 * For example, setting the verbosity level to <b>Debug.ERROR</b> 79 public class Debug { class 185 * System.out.println("Debug: class " + o.getClass().getName() + 228 * System.out.println("Debug: getLevelForClass " + 243 public Debug(Object o) { method in class:Debug
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | mailcompat.c | 39 bool Debug = FALSE; variable 69 Debug = TRUE;
|
H A D | vacation.c | 84 static bool Debug = FALSE; variable 143 Debug = TRUE; 267 if (Debug) 547 if (Debug) 595 if (Debug) 623 if (Debug) 643 if (Debug) 651 if (Debug && !result) 688 if (Debug) 869 if (Debug) [all...] |
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucheck.c | 51 int Debug=0; variable 118 Debug = atoi(optarg); 119 if (Debug <= 0) 120 Debug = 1;
|
H A D | uucpdefs.c | 43 GLOBAL int Debug = 0; variable
|
H A D | uucp.h | 288 #define CDEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s) 295 #define DEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s) 509 EXTERN int Debug, Verbose; variable
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft.c | 57 int Debug = 1; /* turn on here and let fmd_hdl_debug() decide if really on */ variable
|
/illumos-gate/usr/src/cmd/audio/audioconvert/ |
H A D | main.cc | 58 int Debug = 0; variable 136 Debug++; 330 if (Debug)
|
/illumos-gate/usr/src/cmd/utmpd/ |
H A D | utmpd.c | 83 #define dprintf(x) if (Debug) (void) printf x 146 static int Debug = 0; /* Set by command line argument */ variable 176 static void print_tables(); /* Prints out internal tables for Debug */ 207 Debug = 1; 255 if (Debug == 0) { 994 if (Debug == 1) { 1011 if (Debug == 1) { 1029 if (Debug == 0)
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
H A D | parseMain.java | 186 Debug.message("Article read: " + theTag); 189 Debug.message("Comment ignored"); 199 Debug.message("Unknown tag: " + theTag); 203 Debug.message("Article read caught " + x); 213 Debug.message("localread: eof"); 216 // Debug.message("localread: " + ch); 233 Debug.message("readTagName: got a tagOpen"); 243 Debug.message("readTagName: " + (new String(b)).trim()); 254 Debug.message("readNextTag name: " + tag); 269 Debug 720 class Debug { class [all...] |
/illumos-gate/usr/src/cmd/sa/ |
H A D | sadp.c | 165 #define Debug if (debug) macro 449 Debug dump_nlist (setup, "main"); 471 Debug dump_v_struct (&tbl); 724 Debug dump_diskhd (dp);
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
H A D | ncsi_basic_types.h | 616 UmpDebugData_t Debug; // 76 bytes member in struct:NcsiPersistentData
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 227 static int Debug; /* debug flag */ variable 260 #define DPRINT0(d, m) if ((Debug) && debuglev >= (d)) \ 262 #define DPRINT1(d, m, a) if ((Debug) && debuglev >= (d)) \ 264 #define DPRINT2(d, m, a, b) if ((Debug) && debuglev >= (d)) \ 266 #define DPRINT3(d, m, a, b, c) if ((Debug) && debuglev >= (d)) \ 268 #define DPRINT4(d, m, a, b, c, e) if ((Debug) && debuglev >= (d)) \ 341 Debug++; 391 if (!Debug) { 401 if (Debug) { 495 if (!Debug) { [all...] |