HomeSort by: relevance | last modified time | path
    Searched defs:errors (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
depsrc-ignore.mk 6 # Even though 'ignore-errors' fails, 'all' is still made. Since 'all' is
11 # ignore-errors". This is due to stdout being buffered.
34 # "ignore-errors begin"
36 # "false ignore-errors"
42 # "ignore-errors end"
56 all: ignore-errors
58 ignore-errors: .IGNORE
depsrc-ignore.mk 6 # Even though 'ignore-errors' fails, 'all' is still made. Since 'all' is
11 # ignore-errors". This is due to stdout being buffered.
34 # "ignore-errors begin"
36 # "false ignore-errors"
42 # "ignore-errors end"
56 all: ignore-errors
58 ignore-errors: .IGNORE
varmod-subst-regex.mk 10 all: mod-regex-errors-{1,2}
157 mod-regex-errors-1:
160 mod-regex-errors-2:
varmod-subst-regex.mk 10 all: mod-regex-errors-{1,2}
157 mod-regex-errors-1:
160 mod-regex-errors-2:
  /src/bin/rmdir/
rmdir.c 63 int ch, errors, pflag; local in function:main
87 for (errors = 0; *argv; argv++) {
91 errors = 1;
96 errors |= rm_path(*argv);
100 exit(errors);
rmdir.c 63 int ch, errors, pflag; local in function:main
87 for (errors = 0; *argv; argv++) {
91 errors = 1;
96 errors |= rm_path(*argv);
100 exit(errors);
  /src/usr.sbin/sesd/srcs/
getencstat.c 53 int fd, nobj, f, i, verbose, quiet, errors; local in function:main
60 errors = quiet = verbose = 0;
99 errors++;
155 return (errors);
getencstat.c 53 int fd, nobj, f, i, verbose, quiet, errors; local in function:main
60 errors = quiet = verbose = 0;
99 errors++;
155 return (errors);
  /src/bin/kill/
kill.c 75 int errors; local in function:main
177 for (errors = 0; argc; argc--, argv++) {
185 errors = 1;
191 errors = 1;
197 errors = 1;
210 exit(errors);
kill.c 75 int errors; local in function:main
177 for (errors = 0; argc; argc--, argv++) {
185 errors = 1;
191 errors = 1;
197 errors = 1;
210 exit(errors);
  /src/usr.bin/crunch/crunchide/
crunchide.c 38 * together without getting multiple-defined errors.
92 int ch, errors; local in function:main
117 errors = 0;
120 errors = 1;
124 return errors;
crunchide.c 38 * together without getting multiple-defined errors.
92 int ch, errors; local in function:main
117 errors = 0;
120 errors = 1;
124 return errors;
  /src/usr.bin/error/
main.c 64 static Eptr *errors; variable in typeref:typename:Eptr *
67 Eptr **files; /* array of pointers into errors*/
143 err(1, "Cannot open `%s' to read errors", argv[0]);
162 eaterrors(&nerrors, &errors);
164 printerrors(true, nerrors, errors);
165 qsort(errors, nerrors, sizeof(Eptr), errorsort);
167 printerrors(false, nerrors, errors);
168 findfiles(nerrors, errors, &nfiles, &files);
172 P("%d Errors are unclassifiable.\n", nunknown);
174 P("%d Errors are classifiable, but totally
    [all...]
main.c 64 static Eptr *errors; variable in typeref:typename:Eptr *
67 Eptr **files; /* array of pointers into errors*/
143 err(1, "Cannot open `%s' to read errors", argv[0]);
162 eaterrors(&nerrors, &errors);
164 printerrors(true, nerrors, errors);
165 qsort(errors, nerrors, sizeof(Eptr), errorsort);
167 printerrors(false, nerrors, errors);
168 findfiles(nerrors, errors, &nfiles, &files);
172 P("%d Errors are unclassifiable.\n", nunknown);
174 P("%d Errors are classifiable, but totally
    [all...]
  /src/tests/fs/lfs/
t_rfw.c 166 atf_tc_fail_errno("fsck found errors after first unmount");
191 atf_tc_fail_errno("fsck found errors after second unmount");
205 atf_tc_fail_errno("fsck found errors with old superblocks");
223 * Use fsck_lfs to look for consistency errors.
229 atf_tc_fail("fsck found errors after roll forward");
266 atf_tc_fail("fsck found errors after final unmount");
340 int i, errors = 0; local in function:fsck
358 ++errors;
361 if (errors) {
366 return errors;
    [all...]
t_rfw.c 166 atf_tc_fail_errno("fsck found errors after first unmount");
191 atf_tc_fail_errno("fsck found errors after second unmount");
205 atf_tc_fail_errno("fsck found errors with old superblocks");
223 * Use fsck_lfs to look for consistency errors.
229 atf_tc_fail("fsck found errors after roll forward");
266 atf_tc_fail("fsck found errors after final unmount");
340 int i, errors = 0; local in function:fsck
358 ++errors;
361 if (errors) {
366 return errors;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_user.c 307 int errors = 0; local in function:intel_engines_driver_register
316 errors++;
327 errors++;
345 errors++;
349 if (WARN(errors, "Invalid UABI engine mapping found"))
intel_engine_user.c 307 int errors = 0; local in function:intel_engines_driver_register
316 errors++;
327 errors++;
345 errors++;
349 if (WARN(errors, "Invalid UABI engine mapping found"))
  /src/sys/arch/alpha/pci/
pci_swiz_bus_mem_chipdep.c 671 int didd, dids, errord, errors, mustd, musts; local in function:__C
739 errors = vmem_xalloc_addr(CHIP_S_MEM_ARENA(v), memaddr, memsize,
741 dids = (errors == 0);
747 printf("mem: failed to get sparse (%d)\n", errors);
819 return (mustd && !didd ? errord : (musts && !dids ? errors : EINVAL));
pci_swiz_bus_mem_chipdep.c 671 int didd, dids, errord, errors, mustd, musts; local in function:__C
739 errors = vmem_xalloc_addr(CHIP_S_MEM_ARENA(v), memaddr, memsize,
741 dids = (errors == 0);
747 printf("mem: failed to get sparse (%d)\n", errors);
819 return (mustd && !didd ? errord : (musts && !dids ? errors : EINVAL));
  /src/usr.sbin/bad144/
bad144.c 358 int errors = 0, warned = 0; local in function:checkold
363 errors++;
367 errors++;
380 errors++;
387 errors++;
393 errors++;
397 if (errors)
bad144.c 358 int errors = 0, warned = 0; local in function:checkold
363 errors++;
367 errors++;
380 errors++;
387 errors++;
393 errors++;
397 if (errors)
  /src/sys/arch/arm/s3c2xx0/
s3c2800_pci.c 686 uint32_t interrupts, errors; local in function:sspci_intr
707 errors = interrupts & (PCIINT_SER | PCIINT_TPE | PCIINT_MPE |
709 if (errors) {
712 for (i = 0; errors; ++i) {
713 if ((errors & (1 << i)) == 0)
719 errors &= ~(1 << i);
s3c2800_pci.c 686 uint32_t interrupts, errors; local in function:sspci_intr
707 errors = interrupts & (PCIINT_SER | PCIINT_TPE | PCIINT_MPE |
709 if (errors) {
712 for (i = 0; errors; ++i) {
713 if ((errors & (1 << i)) == 0)
719 errors &= ~(1 << i);
  /src/usr.bin/make/
make.c 450 /* TODO: handle errors */
1123 MakePrintStatus(GNode *gn, int *errors)
1146 (*errors)++;
1160 /* Errors - already counted */
1161 printf("`%s%s' not remade because of errors.\n",
1165 "`%s%s' not remade because of errors.\n",
1181 MakePrintStatusList(&gn->children, errors);
1190 if ((*errors)++ > 100)
1195 MakePrintStatusList(&gn->children, errors);
1200 MakePrintStatusList(GNodeList *gnodes, int *errors)
1386 int errors; \/* Number of errors the Job module reports *\/ local in function:Make_MakeParallel
    [all...]

Completed in 32 milliseconds

1 2 3