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

1 2

  /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
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);
  /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);
  /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);
  /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;
  /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...]
  /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...]
  /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"))
  /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));
  /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)
  /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);
  /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...]
  /src/dist/pf/sbin/pfctl/
pfctl_altq.c 225 u_int rate, size, errors = 0; local in function:eval_pfaltq
234 errors++;
238 errors += eval_queue_opts(pa, opts, pa->ifbandwidth);
256 return (errors);
1153 int errors = 0; local in function:eval_queue_opts
1198 errors++;
1202 return (errors);
  /src/sys/arch/mac68k/obio/
iwm_fdvar.h 138 /* errors & retries in current I/O job */
185 int errors; member in struct:iwm_softc
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_psr.c 1475 const u8 errors = DP_PSR_RFB_STORAGE_ERROR | local in function:intel_psr_short_pulse
1492 if (status == DP_PSR_SINK_INTERNAL_ERROR || (error_status & errors)) {
1506 if (error_status & ~errors)
1507 DRM_ERROR("PSR_ERROR_STATUS unhandled errors %x\n",
1508 error_status & ~errors);
  /src/usr.bin/units/
units.c 759 int errors = 0; local in function:listunits
799 errors++;
822 * we can catch errors in the name itself.
829 errors++;
841 if (errors)
842 mywarnx("Definitions with errors: %d", errors);
843 return (errors ? 1 : 0);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
mod_hdcp.h 72 MOD_HDCP_STATUS_DDC_FAILURE, /* TODO: specific errors */
189 struct mod_hdcp_error errors[MAX_NUM_OF_ERROR_TRACE]; member in struct:mod_hdcp_trace
  /src/usr.sbin/makemandb/
makemandb.c 75 secbuff errors; // ERRORS member in struct:roff_mandb_rec
842 " due to errors: %d\n",
1143 append(&rec->errors, string);
1240 { MANSEC_ERRORS, "ERRORS" },
1437 pman_parse_node(n, &rec->errors);
1492 rec->errors.data[rec->errors.offset] = 0;
1521 " :diagnostics, :errors, :md5_hash, :machine)";
1604 idx = sqlite3_bind_parameter_index(stmt, ":errors");
    [all...]
  /src/sys/dev/pci/ixgbe/
ix_txrx.c 323 /* All errors are counted in ixgbe_xmit() */
2228 u8 errors = (u8)(staterr >> 24); local in function:ixgbe_rx_checksum
2240 if (!(errors & IXGBE_RXD_ERR_IPE)) {
2252 if (!(errors & IXGBE_RXD_ERR_TCPE)) {
  /src/sys/dev/pci/igc/
igc_hw.h 139 uint8_t errors; /* Descriptor errors */ member in struct:igc_rx_desc
  /src/sys/dev/ic/
tulip.c 1211 uint32_t rxstat, errors; local in function:tlp_rxintr
1254 errors = TDSTAT_Rx_DE | TDSTAT_Rx_RF | TDSTAT_Rx_TL |
1261 errors &= ~TDSTAT_Rx_TL;
1266 errors &= ~TDSTAT_Rx_RE;
1269 (rxstat & errors) != 0) {
1270 rxstat &= errors;
1291 * No errors; receive the packet. Note the Tulip
1473 * Check for errors and collisions.
  /src/sys/dev/pci/
if_dge.c 1655 uint8_t status, errors; local in function:dge_rxintr
1668 errors = sc->sc_rxdescs[i].dr_errors;
1757 if (errors & (RDESC_ERR_CE | RDESC_ERR_SE | RDESC_ERR_P |
1760 if (errors & RDESC_ERR_SE)
1763 else if (errors & RDESC_ERR_P)
1766 else if (errors & RDESC_ERR_CE)
1774 * No errors. Receive the packet.
1785 if (errors & RDESC_ERR_IPE)
1796 if (errors & RDESC_ERR_TCPE)
  /src/usr.bin/config/
main.c 112 int errors; /* counts calls to error() */ variable in typeref:typename:int
568 errors++;
571 if (crosscheck() || errors)
589 mkioconf() || (do_devsw ? mkdevsw() : 0) || mkident() || errors)
  /src/sbin/disklabel/
main.c 1639 errors++; \
1713 int lineno, errors; local in function:getasciilabel
1718 errors = 0;
1731 errors++;
1748 errors++;
1769 errors++;
1782 errors++;
1794 errors++;
1814 errors++;
1822 errors++
2033 int i, j, errors; local in function:checklabel
    [all...]

Completed in 117 milliseconds

1 2