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

1234567

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d40 errors = 0;
60 /errors > 1/
74 errors++;
/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments.py69 errors = { 'bugnospc': [],
108 errors['bugnospc'].append(com)
112 errors['mutant'].append(com)
120 errors['dup'].append(crid)
126 errors['nonexistent'].append(crid)
138 errors['nomatch'].append([crid, synopsis,
146 if errors['dup']:
150 for err in errors['dup']:
153 if errors['bugnospc']:
157 for com in errors['bugnosp
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_stdio.c111 int errors = 0; local
114 while (len > 0 && !errors) {
119 errors++;
124 errors++;
127 return (errors);
134 int errors = 0; local
147 errors += copy_fd(cached_stdout_fd, stdout, len);
151 errors += copy_fd(cached_stderr_fd, stderr, len);
153 return (errors?-1:0);
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c59 * returns the number of errors encountered
64 int retval, i = 0, errors = 0; local
89 ++errors;
95 errors += retval;
97 ++errors;
108 ++errors;
110 return (errors);
118 * returns the number of errors;
123 int nfiles, flen, findex, retval = 0, errors = 0; local
134 ++errors;
162 int retval = 0, errors = 0, ki = 0; /* keyword indicator */ local
[all...]
H A Dextends.c42 * Returns the number of errors encountered
55 int found = 0, errors = 0, ki = 0; local
64 ++errors;
76 ++errors;
101 ++errors;
114 ++errors;
156 ++errors;
177 errors += extends_err;
230 ++errors;
245 ++errors;
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtty.c78 if(error_info.errors)
83 error_info.errors++;
96 return(error_info.errors);
H A Dlogname.c71 if (error_info.errors)
H A Dmktemp.c126 if (error_info.errors || (pfx = *argv++) && *argv)
151 error_info.errors++;
165 error_info.errors++;
170 return error_info.errors != 0;
H A Dsync.c37 "option/operand syntax errors, or when \bsync\b(2) does not return, in "
71 if (error_info.errors || *argv)
H A Drmdir.c86 if (error_info.errors || !*argv)
106 error_info.errors++;
120 return(error_info.errors != 0);
H A Dhead.c120 if (error_info.errors)
149 return error_info.errors != 0;
H A Dmkfifo.c83 if (error_info.errors || !*argv)
97 return error_info.errors != 0;
H A Drm.c130 error_info.errors++;
135 error_info.errors++;
148 error_info.errors++;
233 error_info.errors++;
240 error_info.errors++;
248 error_info.errors++;
329 error_info.errors++;
395 if (error_info.errors || !*argv)
423 return error_info.errors != 0;
H A Dwc.c137 if (error_info.errors)
187 return error_info.errors<ERRORMAX?error_info.errors:ERRORMAX;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs.conf33 # console-errors: Sets the verbose level for driver errors to the console.
37 # log-errors: Sets the verbose level for driver errors to the system log file*.
70 # console-errors = 0; (Default)
74 # log-errors = 0xffffffff; (Default)
78 console-errors=0;
81 log-errors=0xffffffff;
/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c59 int errors = 0; local
139 errors++;
150 errors++;
160 errors++;
176 errors++;
187 errors++;
203 errors++;
224 errors++;
247 errors++;
265 return (errors);
[all...]
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c56 #define ERR_FAIL 1 /* exit status for errors */
57 #define ERR_USAGE 2 /* exit status for usage errors */
60 static int errors; variable
121 errors = ERR_FAIL;
293 errors = ERR_FAIL;
295 if (errors != ERR_FAIL) {
434 int errors = ERR_OK; local
459 errors = ERR_FAIL;
462 return (errors);
473 int errors local
[all...]
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrormain.c40 Eptr *errors; variable
43 Eptr **files; /* array of pointers into errors */
67 * function names that are not to be treated as hard errors.
74 * ignorable errors are touched (assuming they can be).
87 * files containing errors.
95 * -E: show the errors in sorted order; intended for
98 * -S: show the errors in unsorted order
177 "reading errors.\n", processname, argv[1]);
194 eaterrors(&nerrors, &errors);
196 printerrors(TRUE, nerrors, errors);
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dfhc_asm.s70 ! turn off errors (we'll be writing to non-existent memory)
/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c185 return (1); /* the processor exists and no errors occurred */
219 int errors; local
291 errors = 0;
300 errors = 1;
317 errors = 2;
321 errors = 1;
332 errors = 2;
342 errors = 2;
346 errors = 1;
353 return (errors);
[all...]
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgget.c79 if (error_info.errors || !(loc = *argv++) || !(cmd = *argv++) || !(s = *argv++))
108 return error_info.errors != 0;
/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.cleanup131 [ -f $ADMIN/errors ] && mv $ADMIN/errors $OLD/errors
137 > $ADMIN/errors
323 if [ -s $OLD/errors -o -s $OLD/Foreign ]
326 echo; echo tail errors; tail $OLD/errors; \
/illumos-gate/usr/src/cmd/pbind/
H A Dpbind.c51 #define ERR_FAIL 1 /* exit status for errors */
52 #define ERR_USAGE 2 /* exit status for usage errors */
61 static int errors; variable
191 errors = ERR_FAIL;
201 errors = ERR_FAIL;
224 errors = ERR_FAIL;
318 * Ignore search errors. The process may have exited
324 errors = ERR_FAIL;
461 errors = 0;
483 return (errors);
[all...]
/illumos-gate/usr/src/cmd/pathchk/
H A Dpathchk.c87 int errors; local
120 errors = 0;
122 errors += checkpathname(*argv, pflag);
126 return (errors);
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_zcp.h43 uint32_t errors; member in struct:_nxge_zcp_stats_t

Completed in 130 milliseconds

1234567