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.sh175 errors=$1
199 errors=0
211 errors=0
235 errors=0
246 errors=$4
271 then (( errors )) || (( errors++ ))
295 errors=0
329 errors=-1
341 errors=0
408 errors=0
[all …]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments.py81 errors = { 'bugnospc': [],
115 errors['spelling'].append(
148 errors['dup'].append(crid)
174 if errors['dup']:
178 for err in errors['dup']:
181 if errors['bugnospc']:
188 if errors['changeid']:
192 if errors['mutant']:
198 if errors['nonexistent']:
204 if errors['nomatch']:
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c87 ++errors; in frontend()
95 ++errors; in frontend()
106 ++errors; in frontend()
132 ++errors; in dofiles()
178 ++errors; in read_spec()
187 ++errors; in read_spec()
196 ++errors; in read_spec()
231 ++errors; in read_spec()
237 ++errors; in read_spec()
250 ++errors; in read_spec()
[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()
462 return (errors); in info_all()
485 return (errors); in print_all()
503 errors = ERR_FAIL; in query_all_proc()
740 errors = 0; in main()
750 return (errors); in main()
754 return (errors); in main()
940 errors = ret; in main()
[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()
520 return (errors); in main()
552 errors = ret; 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.po99 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 …
211 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
227 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
243 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
[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/cmd/fs.d/
H A Ddf.c996 errors++; in prune_list()
1017 errors++; in prune_list()
1030 errors++; in prune_list()
1838 errors++; in create_request_list()
1856 errors++; in create_request_list()
1939 int errors; in do_df() local
1944 exit(errors); in do_df()
1993 errors++; in do_df()
2059 exit(errors); in do_df()
2098 errors++; in do_devnm()
[all …]
/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()
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()
1248 *errors = 0; in page_retire_check()
[all …]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1636 *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()
2245 int errors; in idmap_cfg_load() local
2276 errors++; in idmap_cfg_load()
2287 errors++; in idmap_cfg_load()
[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