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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs.conf32 # 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 Dticerror.c47 int warnings = 0; variable
70 warnings++;
H A Dtic.h148 extern int warnings;
H A Dticmain.c106 if (warnings > 0) {
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbsub.c39 int warnings = 1; variable
157 if (warnings) {
187 if (fs != size && warnings) {
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.h44 extern int warnings;
H A Diconv_main.c153 exit(warnings ? 1 : 0);
165 exit(warnings ? 1 : 0);
H A Dscanner.c37 int warnings = 0; variable
681 warnings++;
/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.h38 extern int warnings;
H A Dlocaledef.c209 (void) fprintf(stderr, (" -c : ignore warnings\n"));
318 return (warnings ? 1 : 0);
H A Dscanner.c38 int warnings = 0; variable
840 warnings++;
/illumos-gate/usr/src/lib/libast/common/include/
H A Derror.h108 int warnings; /* ERROR_WARNING count */ \
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c94 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 Derror.h117 int warnings; /* ERROR_WARNING count */ \
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Derror.h117 int warnings; /* ERROR_WARNING count */ \
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Derror.h117 int warnings; /* ERROR_WARNING count */ \
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h117 int warnings; /* ERROR_WARNING count */ \
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t32 use warnings;
H A DLgrp.t41 use warnings;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h65 #define SNPRINTF_VAR(_str) sizeof(_str), //needed due to change of sprintf_s to fix warnings
88 warnings++; \
H A Dbnxe_hw_debug.c337 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 Derror.c557 error_info.warnings++;
647 p->errors = p->flags = p->line = p->warnings = 0;
/illumos-gate/usr/src/tools/cw/
H A Dcw.c52 * -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 Dpplex.c2421 error_info.warnings = 0;
H A Dppop.c650 error_info.warnings = 0;

Completed in 132 milliseconds