/titanic_50/usr/src/tools/onbld/Checks/ |
H A D | Comments.py | 70 errors = { 'bugnospc': [], 109 errors['bugnospc'].append(com) 113 errors['mutant'].append(com) 121 errors['dup'].append(crid) 127 errors['nonexistent'].append(crid) 139 errors['nomatch'].append([crid, synopsis, 147 if errors['dup']: 151 for err in errors['dup']: 154 if errors['bugnospc']: 158 for com in errors['bugnospc']: [all …]
|
/titanic_50/usr/src/cmd/abi/spectrans/parser/ |
H A D | frontend.c | 64 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 D | extends.c | 55 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_50/usr/src/lib/libproc/common/ |
H A D | proc_stdio.c | 111 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_50/usr/src/cmd/psrset/ |
H A D | psrset.c | 60 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_50/usr/src/cmd/mkfile/ |
H A D | mkfile.c | 59 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_50/usr/src/cmd/psradm/ |
H A D | psradm.c | 219 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_50/usr/src/cmd/pbind/ |
H A D | pbind.c | 61 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 …]
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/assocs/ |
H A D | tst.invalidref.d | 40 errors = 0; 60 /errors > 1/ 74 errors++;
|
/titanic_50/usr/src/cmd/sgs/error/common/ |
H A D | errormain.c | 40 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 D | errortouch.c | 47 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_50/usr/src/lib/libcmd/common/ |
H A D | rm.c | 130 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 D | mktemp.c | 126 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 D | tty.c | 78 if(error_info.errors) in b_tty() 83 error_info.errors++; in b_tty() 96 return(error_info.errors); in b_tty()
|
H A D | rmdir.c | 86 if (error_info.errors || !*argv) in b_rmdir() 106 error_info.errors++; in b_rmdir() 120 return(error_info.errors != 0); in b_rmdir()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uudemon.cleanup | 131 [ -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_50/usr/src/stand/lib/fs/nfs/ |
H A D | rpc.c | 218 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_50/usr/src/cmd/svc/configd/ |
H A D | restore_repository.sh | 238 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
|
/titanic_50/usr/src/cmd/pathchk/ |
H A D | pathchk.c | 87 int errors; in main() local 120 errors = 0; in main() 122 errors += checkpathname(*argv, pflag); in main() 126 return (errors); in main()
|
/titanic_50/usr/src/cmd/fm/dicts/ |
H A D | AMD.po | 35 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_50/usr/src/cmd/fs.d/ |
H A D | df.c | 978 int errors = 0; in prune_list() local 995 errors++; in prune_list() 1016 errors++; in prune_list() 1029 errors++; in prune_list() 1049 return (errors); in prune_list() 1734 int errors = 0; in create_request_list() local 1829 errors++; in create_request_list() 1847 errors++; in create_request_list() 1866 return (errors); in create_request_list() 1930 int errors; in do_df() local [all …]
|
/titanic_50/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 226 with io.open(f, encoding='utf-8', errors='replace') as fh: 234 with io.open(f, encoding='utf-8', errors='replace') as fh: 242 with io.open(f, encoding='utf-8', errors='replace') as fh: 250 with io.open(f, encoding='utf-8', errors='replace') as fh: 260 with io.open(f, encoding='utf-8', errors='replace') as fh: 269 with io.open(f, encoding='utf-8', errors='replace') as fh: 277 with io.open(f, encoding='utf-8', errors='replace') as fh:
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | misc.c | 85 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_50/usr/src/uts/common/vm/ |
H A D | page_retire.c | 604 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_50/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 1540 int * const errors) in idmap_cfg_load_smf() argument 1545 *errors = 0; in idmap_cfg_load_smf() 1564 (*errors)++; in idmap_cfg_load_smf() 1569 (*errors)++; in idmap_cfg_load_smf() 1574 (*errors)++; in idmap_cfg_load_smf() 1579 (*errors)++; in idmap_cfg_load_smf() 1583 (*errors)++; in idmap_cfg_load_smf() 1595 (*errors)++; in idmap_cfg_load_smf() 1602 (*errors)++; in idmap_cfg_load_smf() 1607 (*errors)++; in idmap_cfg_load_smf() [all …]
|