Searched refs:nerrors (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | errormain.c | 38 int nerrors = 0; 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 | 45 static void hackfile(char *name, Eptr **files, int ix, int nerrors); 49 static boolean preview(int nerrors, Eptr **files, int ix); 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 112 files[fi] = &errors[nerrors]; in findfiles() 276 hackfile(char *name, Eptr **files, int ix, int nerrors) in hackfile() argument 285 previewed = preview(nerrors, files, ix); in hackfile() 295 diverterrors(name, errordest, files, ix, previewed, nerrors); in hackfile() 306 preview(int nerrors, Eptr **files, int ix) in preview() argument 311 if (nerrors <= 0) in preview() [all …]
|
H A D | error.h | 197 extern int nerrors; 239 void findfiles(int nerrors, Eptr *errors, int *r_nfiles, Eptr ***r_files);
|
H A D | errorinput.c | 104 printf("%d errorentrys\n", nerrors); in eaterrors() 151 newerror->error_no = nerrors++; in erroradd()
|
/illumos-gate/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 149 static int nerrors = 0; variable 447 nerrors++; in parse_lgrps() 923 nerrors++; in do_op() 950 nerrors++; in do_op() 968 nerrors++; in do_op() 1014 nerrors++; in do_op() 1032 nerrors++; in do_op() 1066 nerrors++; in do_op() 1085 nerrors++; in do_op() 1102 nerrors++; in do_op() [all …]
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y1.c | 96 static int nerrors = 0; /* number of errors */ variable 493 ++nerrors; in error() 661 if (nerrors) { in cpres() 903 if (nerrors) { in cempty()
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 58 …n c0t0d1 FAULTED 0 0 0 cannot open\n\nerrors: No known data er… 74 …n c0t0d1 FAULTED 0 0 0 cannot open\n\nerrors: No known data er… 90 … c0t0d1 FAULTED 0 0 0 corrupted data\n\nerrors: No known data er… 106 …rrupted data\n c0t0d1 ONLINE 0 0 0\n\nerrors: No known data er… 154 …nerrors: 1 data errors, use '-v' for a list\n\n\nUnfortunately, the data cannot be repaired, and t… 170 …nerrors:\n\n\n# zpool status\n pool: test\n state: ONLINE\nstatus: One or more devices has experi… 186 … 0 0\n c0t0d1 ONLINE 0 0 0\n\nerrors: No known errors\…
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 1402 static int nerrors = 0; local 1429 if (nerrors++ >= 5) {
|