Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 264) sorted by relevance

1234567891011

/titanic_41/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['bugnospc']:
[all …]
/titanic_41/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c64 int retval, i = 0, errors = 0; in frontend() local
89 ++errors; in frontend()
95 errors += retval; in frontend()
97 ++errors; in frontend()
108 ++errors; in frontend()
110 return (errors); in frontend()
123 int nfiles, flen, findex, retval = 0, errors = 0; in dofiles() local
134 ++errors; in dofiles()
138 errors += retval; in dofiles()
140 return (errors); in dofiles()
[all …]
H A Dextends.c55 int found = 0, errors = 0, ki = 0; in do_extends() local
64 ++errors; in do_extends()
76 ++errors; in do_extends()
101 ++errors; in do_extends()
114 ++errors; in do_extends()
156 ++errors; in do_extends()
177 errors += extends_err; in do_extends()
230 ++errors; in do_extends()
245 ++errors; in do_extends()
255 ++errors; in do_extends()
[all …]
/titanic_41/usr/src/lib/libproc/common/
H A Dproc_stdio.c111 int errors = 0; in copy_fd() local
114 while (len > 0 && !errors) { in copy_fd()
119 errors++; in copy_fd()
124 errors++; in copy_fd()
127 return (errors); in copy_fd()
134 int errors = 0; in proc_flushstdio() local
147 errors += copy_fd(cached_stdout_fd, stdout, len); in proc_flushstdio()
151 errors += copy_fd(cached_stderr_fd, stderr, len); in proc_flushstdio()
153 return (errors?-1:0); in proc_flushstdio()
/titanic_41/usr/src/cmd/psrset/
H A Dpsrset.c60 static int errors; variable
121 errors = ERR_FAIL; in grab_proc()
293 errors = ERR_FAIL; in bind_lwp()
295 if (errors != ERR_FAIL) { in bind_lwp()
434 int errors = ERR_OK; in info_all() local
459 errors = ERR_FAIL; in info_all()
462 return (errors); in info_all()
473 int errors = ERR_OK; in print_all() local
482 errors = ERR_FAIL; in print_all()
485 return (errors); in print_all()
[all …]
/titanic_41/usr/src/cmd/mkfile/
H A Dmkfile.c59 int errors = 0; in main() local
139 errors++; in main()
150 errors++; in main()
160 errors++; in main()
176 errors++; in main()
187 errors++; in main()
203 errors++; in main()
224 errors++; in main()
247 errors++; in main()
265 return (errors); in main()
/titanic_41/usr/src/cmd/pbind/
H A Dpbind.c61 static int errors; variable
191 errors = ERR_FAIL; in grab_proc()
201 errors = ERR_FAIL; in grab_proc()
224 errors = ERR_FAIL; in bind_lwp()
324 errors = ERR_FAIL; in query_all_proc()
425 errors = 0; in main()
443 return (errors); in main()
446 return (errors); in main()
472 errors = ERR_FAIL; in main()
477 return (errors); in main()
[all …]
/titanic_41/usr/src/cmd/psradm/
H A Dpsradm.c219 int errors; in main() local
291 errors = 0; in main()
300 errors = 1; in main()
317 errors = 2; in main()
321 errors = 1; in main()
332 errors = 2; in main()
342 errors = 2; in main()
346 errors = 1; in main()
353 return (errors); in main()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d40 errors = 0;
60 /errors > 1/
74 errors++;
/titanic_41/usr/src/cmd/sgs/error/common/
H A Derrormain.c40 Eptr *errors; variable
194 eaterrors(&nerrors, &errors); in main()
196 printerrors(TRUE, nerrors, errors); in main()
197 qsort(errors, nerrors, sizeof (Eptr), errorsort); in main()
199 printerrors(FALSE, nerrors, errors); in main()
200 findfiles(nerrors, errors, &nfiles, &files); in main()
H A Derrortouch.c47 static int countfiles(Eptr *errors);
62 for (ei = lb; p = errors[ei], ei < nerrors; ei++)
68 findfiles(int nerrors, Eptr *errors, int *r_nfiles, Eptr ***r_files) in findfiles() argument
78 nfiles = countfiles(errors); in findfiles()
88 files[0] = &errors[0]; in findfiles()
97 files[1] = &errors[ei]; in findfiles()
107 files[fi] = &errors[ei]; in findfiles()
112 files[fi] = &errors[nerrors]; in findfiles()
118 countfiles(Eptr *errors) in countfiles() argument
/titanic_41/usr/src/lib/libcmd/common/
H A Drm.c130 error_info.errors++; in rm()
135 error_info.errors++; in rm()
148 error_info.errors++; in rm()
233 error_info.errors++; in rm()
240 error_info.errors++; in rm()
248 error_info.errors++; in rm()
329 error_info.errors++; in rm()
395 if (error_info.errors || !*argv) in b_rm()
423 return error_info.errors != 0; in b_rm()
H A Dmktemp.c126 if (error_info.errors || (pfx = *argv++) && *argv) in b_mktemp()
151 error_info.errors++; in b_mktemp()
165 error_info.errors++; in b_mktemp()
170 return error_info.errors != 0; in b_mktemp()
H A Dtty.c78 if(error_info.errors) in b_tty()
83 error_info.errors++; in b_tty()
96 return(error_info.errors); in b_tty()
H A Drmdir.c86 if (error_info.errors || !*argv) in b_rmdir()
106 error_info.errors++; in b_rmdir()
120 return(error_info.errors != 0); in b_rmdir()
H A Dwc.c137 if (error_info.errors) in b_wc()
187 return error_info.errors<ERRORMAX?error_info.errors:ERRORMAX; in b_wc()
/titanic_41/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; \
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Drpc.c218 int errors, preserve_errno; in brpc_call() local
346 errors = 0; in brpc_call()
368 &from_len)) > 0 || errors < RPC_ALLOWABLE_ERRORS) { in brpc_call()
401 errors++; in brpc_call()
421 errors++; in brpc_call()
435 errors++; in brpc_call()
447 errors++; in brpc_call()
/titanic_41/usr/src/cmd/svc/configd/
H A Drestore_repository.sh241 errors="$myroot"etc/svc/volatile/db_errors
256 if [ -r $errors ]; then
258 $errors
321 if [ -r $errors ]; then
322 echo "$errors"
324 if cp -p $errors ${new}_errors; then
/titanic_41/usr/src/cmd/pathchk/
H A Dpathchk.c87 int errors; in main() local
120 errors = 0; in main()
122 errors += checkpathname(*argv, pflag); in main()
126 return (errors); in main()
/titanic_41/usr/src/cmd/fm/dicts/
H A DAMD.po35 msgstr "The number of errors associated with this memory page has exceeded acceptable levels. Refe…
51 msgstr "The number of correctable errors associated with this memory module has exceeded acceptable…
67 msgstr "The number of correctable errors associated with this memory module has exceeded acceptable…
99 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
115 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
131 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
147 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
163 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
179 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
195 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
[all …]
/titanic_41/usr/src/cmd/fs.d/
H A Ddf.c975 int errors = 0; in prune_list() local
992 errors++; in prune_list()
1013 errors++; in prune_list()
1026 errors++; in prune_list()
1046 return (errors); in prune_list()
1795 int errors = 0; in create_request_list() local
1890 errors++; in create_request_list()
1908 errors++; in create_request_list()
1927 return (errors); in create_request_list()
1991 int errors; in do_df() local
[all …]
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dmisc.c85 if(error_info.errors) in b_exec()
175 if(error_info.errors || !*argv) in b_let()
196 if(error_info.errors) in b_eval()
231 if(error_info.errors || !script) in b_dot_cmd()
356 if(error_info.errors) in b_shift()
382 if(error_info.errors) in b_wait()
413 if(error_info.errors) in b_bg()
452 if(error_info.errors) in b_jobs()
484 if(error_info.errors || argc>1) in b_universe()
532 if(error_info.errors) in b_vpath()
/titanic_41/usr/src/uts/common/vm/
H A Dpage_retire.c604 int errors = 0; in page_clear_transient_ue() local
646 errors = 1; in page_clear_transient_ue()
667 errors = 1; in page_clear_transient_ue()
678 return (errors ? 0 : 1); in page_clear_transient_ue()
1197 page_retire_check_pp(page_t *pp, uint64_t *errors) in page_retire_check_pp() argument
1216 if (errors) { in page_retire_check_pp()
1222 *errors = toxic; in page_retire_check_pp()
1242 page_retire_check(uint64_t pa, uint64_t *errors) in page_retire_check() argument
1246 if (errors) { in page_retire_check()
1247 *errors = 0; in page_retire_check()
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs.conf78 console-errors=0;
81 log-errors=0xffffffff;

1234567891011