Home
last modified time | relevance | path

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

12345678910>>...12

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Drt.sh81 integer tests errors signals lineno=0 skip=0
88 if [[ $style != unknown ]] && (( errors >= 0 ))
90 if (( !failed || errors ))
174 error|errors)
175 errors=$1
184 results $tests $errors
188 results $tests $errors
199 errors=0
206 results $tests $errors $signals
211 errors=0
[all …]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments.py81 errors = { 'bugnospc': [],
96 errors['changeid'].append('Change Id present')
115 errors['spelling'].append(
135 errors['bugnospc'].append(com)
139 errors['mutant'].append(com)
148 errors['dup'].append(crid)
154 errors['nonexistent'].append(crid)
166 errors['nomatch'].append([crid, synopsis,
174 if errors['dup']:
178 for err in errors['dup']:
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c62 int retval, i = 0, errors = 0; in frontend() local
87 ++errors; in frontend()
93 errors += retval; in frontend()
95 ++errors; in frontend()
106 ++errors; in frontend()
108 return (errors); in frontend()
121 int nfiles, flen, findex, retval = 0, errors = 0; in dofiles() local
132 ++errors; in dofiles()
136 errors += retval; in dofiles()
138 return (errors); in dofiles()
[all …]
H A Dextends.c53 int found = 0, errors = 0, ki = 0; in do_extends() local
62 ++errors; in do_extends()
74 ++errors; in do_extends()
99 ++errors; in do_extends()
112 ++errors; in do_extends()
154 ++errors; in do_extends()
175 errors += extends_err; in do_extends()
228 ++errors; in do_extends()
243 ++errors; in do_extends()
253 ++errors; in do_extends()
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_stdio.c109 int errors = 0; in copy_fd() local
112 while (len > 0 && !errors) { in copy_fd()
117 errors++; in copy_fd()
122 errors++; in copy_fd()
125 return (errors); in copy_fd()
132 int errors = 0; in proc_flushstdio() local
145 errors += copy_fd(cached_stdout_fd, stdout, len); in proc_flushstdio()
149 errors += copy_fd(cached_stderr_fd, stderr, len); in proc_flushstdio()
151 return (errors?-1:0); in proc_flushstdio()
/illumos-gate/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 …]
/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c58 int errors = 0; in main() local
138 errors++; in main()
149 errors++; in main()
159 errors++; in main()
175 errors++; in main()
186 errors++; in main()
202 errors++; in main()
223 errors++; in main()
246 errors++; in main()
264 return (errors); in main()
/illumos-gate/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()
461 errors = 0; in main()
483 return (errors); in main()
486 return (errors); in main()
515 errors = ERR_FAIL; in main()
520 return (errors); in main()
[all …]
/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c225 int errors; in main() local
324 errors = 0; in main()
333 errors = 1; in main()
350 errors = 2; in main()
354 errors = 1; in main()
365 errors = 2; in main()
375 errors = 2; in main()
379 errors = 1; in main()
386 return (errors); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Drm.c133 error_info.errors++; in rm()
138 error_info.errors++; in rm()
151 error_info.errors++; in rm()
236 error_info.errors++; in rm()
243 error_info.errors++; in rm()
251 error_info.errors++; in rm()
320 error_info.errors++; in rm()
386 if (error_info.errors || !*argv && !state.force) in b_rm()
416 return error_info.errors != 0; in b_rm()
H A Dmktemp.c124 if (error_info.errors || (pfx = *argv++) && *argv) in b_mktemp()
149 error_info.errors++; in b_mktemp()
163 error_info.errors++; in b_mktemp()
168 return error_info.errors != 0; in b_mktemp()
H A Dtty.c86 if(error_info.errors) in b_tty()
91 error_info.errors++; in b_tty()
104 return(error_info.errors); in b_tty()
H A Drmdir.c90 if (error_info.errors || !*argv) in b_rmdir()
110 error_info.errors++; in b_rmdir()
124 return(error_info.errors != 0); in b_rmdir()
/illumos-gate/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.c46 static int countfiles(Eptr *errors);
61 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
/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/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d38 errors = 0;
58 /errors > 1/
72 errors++;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c216 int errors, preserve_errno; in brpc_call() local
344 errors = 0; in brpc_call()
366 &from_len)) > 0 || errors < RPC_ALLOWABLE_ERRORS) { in brpc_call()
399 errors++; in brpc_call()
419 errors++; in brpc_call()
433 errors++; in brpc_call()
445 errors++; in brpc_call()
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh238 errors="$myroot"etc/svc/volatile/db_errors
253 if [ -r $errors ]; then
255 $errors
318 if [ -r $errors ]; then
319 echo "$errors"
321 if cp -p $errors ${new}_errors; then
/illumos-gate/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 …]
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c979 int errors = 0; in prune_list() local
996 errors++; in prune_list()
1017 errors++; in prune_list()
1030 errors++; in prune_list()
1050 return (errors); in prune_list()
1743 int errors = 0; in create_request_list() local
1838 errors++; in create_request_list()
1856 errors++; in create_request_list()
1875 return (errors); in create_request_list()
1939 int errors; in do_df() local
[all …]
/illumos-gate/usr/src/cmd/pathchk/
H A Dpathchk.c86 int errors; in main() local
119 errors = 0; in main()
121 errors += checkpathname(*argv, pflag); in main()
125 return (errors); in main()
/illumos-gate/usr/src/uts/common/vm/
H A Dpage_retire.c606 int errors; in page_clear_transient_ue() local
648 errors = 1; in page_clear_transient_ue()
650 errors = 0; in page_clear_transient_ue()
670 errors = 1; in page_clear_transient_ue()
681 return (errors ? 0 : 1); in page_clear_transient_ue()
1198 page_retire_check_pp(page_t *pp, uint64_t *errors) in page_retire_check_pp() argument
1217 if (errors) { in page_retire_check_pp()
1223 *errors = toxic; in page_retire_check_pp()
1243 page_retire_check(uint64_t pa, uint64_t *errors) in page_retire_check() argument
1247 if (errors) { in page_retire_check()
[all …]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1631 int * const errors) in idmap_cfg_load_smf() argument
1636 *errors = 0; in idmap_cfg_load_smf()
1655 (*errors)++; in idmap_cfg_load_smf()
1660 (*errors)++; in idmap_cfg_load_smf()
1665 (*errors)++; in idmap_cfg_load_smf()
1670 (*errors)++; in idmap_cfg_load_smf()
1674 (*errors)++; in idmap_cfg_load_smf()
1686 (*errors)++; in idmap_cfg_load_smf()
1693 (*errors)++; in idmap_cfg_load_smf()
1698 (*errors)++; in idmap_cfg_load_smf()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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()
232 if(error_info.errors || !script) in b_dot_cmd()
357 if(error_info.errors) in b_shift()
383 if(error_info.errors) in b_wait()
414 if(error_info.errors) in b_bg()
453 if(error_info.errors) in b_jobs()
485 if(error_info.errors || argc>1) in b_universe()
536 if(error_info.errors) in b_vpath()

12345678910>>...12