/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs.conf | 32 # console-warnings: Sets the verbose level for driver warnings to the console. 36 # log-warnings: Sets the verbose level for driver warnings to the system log file*. 69 # console-warnings = 0; (Default) 73 # log-warnings = 0xffffffff; (Default) 77 console-warnings=0; 80 log-warnings=0xffffffff;
|
/illumos-gate/usr/src/lib/libxcurses/src/tic/ |
H A D | ticerror.c | 47 int warnings = 0; variable 70 warnings++;
|
H A D | tic.h | 148 extern int warnings;
|
H A D | ticmain.c | 106 if (warnings > 0) {
|
/illumos-gate/usr/src/cmd/adbgen/common/ |
H A D | adbsub.c | 39 int warnings = 1; variable 157 if (warnings) { 187 if (fs != size && warnings) {
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | charmap.h | 44 extern int warnings;
|
H A D | iconv_main.c | 153 exit(warnings ? 1 : 0); 165 exit(warnings ? 1 : 0);
|
H A D | scanner.c | 37 int warnings = 0; variable 681 warnings++;
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | localedef.h | 38 extern int warnings;
|
H A D | localedef.c | 209 (void) fprintf(stderr, (" -c : ignore warnings\n")); 318 return (warnings ? 1 : 0);
|
H A D | scanner.c | 38 int warnings = 0; variable 840 warnings++;
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | error.h | 108 int warnings; /* ERROR_WARNING count */ \
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 94 warnings, member in struct:stats_t 439 " %d errors\n %d warnings\n" 444 Statistics.errors, Statistics.warnings, 449 if (Statistics.errors != 0 || Statistics.warnings != 0) { 451 "spec2trace: %d errors %d warnings.\n", 452 Statistics.errors, Statistics.warnings); 465 Statistics.warnings++; 949 * now the build gets empty compilation unit warnings... So
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 117 int warnings; /* ERROR_WARNING count */ \
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 117 int warnings; /* ERROR_WARNING count */ \
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 117 int warnings; /* ERROR_WARNING count */ \
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 117 int warnings; /* ERROR_WARNING count */ \
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp_api.t | 32 use warnings;
|
H A D | Lgrp.t | 41 use warnings;
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | hw_debug.h | 65 #define SNPRINTF_VAR(_str) sizeof(_str), //needed due to change of sprintf_s to fix warnings 88 warnings++; \
|
H A D | bnxe_hw_debug.c | 337 u32_t warnings = 0; local 1284 DbgMessage(pdev, FATAL, "Idle_chk completed successfully (with %d warnings of %d checks)\n", warnings, total); 1286 DbgMessage(pdev, FATAL, "Idle_chk failed !!! (with %d errors, %d warnings of %d checks)\n",errors, warnings, total);
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | error.c | 557 error_info.warnings++; 647 p->errors = p->flags = p->line = p->warnings = 0;
|
/illumos-gate/usr/src/tools/cw/ |
H A D | cw.c | 52 * -erroff=<t> Suppress warnings specified by tags t(%none, %all, <tag list>) 54 * -errwarn=<t> Treats warnings specified by tags t(%none, %all, <tag list>) 100 * -t Turn off duplicate symbol warnings when linking 157 * -xtransition Emit warnings for differences between K&R C and ANSI C 524 * Add the current favourite set of warnings to the gcc invocation. 527 warnings(struct aelist *h) function 535 * Enable as many warnings as exist, then disable those that we never 734 /* turn warnings into errors */ 889 warnings(ctx->i_ae); 1047 warnings(ct [all...] |
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | pplex.c | 2421 error_info.warnings = 0;
|
H A D | ppop.c | 650 error_info.warnings = 0;
|