Searched refs:errors (Results 126 - 150 of 156) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c11524 uint32_t errors; local
11550 errors = 0;
11572 errors++;
11588 errors++;
11616 errors++;
11632 errors++;
11661 errors++;
11678 errors++;
11710 if (errors) {
11904 uint32_t errors local
[all...]
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c140 static int errors; variable
412 ++errors;
425 --errors;
560 if (errors)
590 return ((errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE);
812 if (errors)
918 * Call error with errstring and return zero on errors.
/illumos-gate/usr/src/lib/libcmd/common/
H A Dexpr.c521 if (error_info.errors)
H A Dcp.c887 if (argc <= 0 || error_info.errors)
949 return error_info.errors != 0;
H A Djoin.c939 if (error_info.errors || argc!=2)
995 return error_info.errors;
H A Dstty.c223 { "ignpar", BIT, I_FLAG, 0, IGNPAR, IGNPAR, C("Ignore (do not ignore) characters with parity errors") },
224 { "parmrk", BIT, I_FLAG, 0, PARMRK, PARMRK, C("Mark (do not mark) parity errors") },
949 if (error_info.errors || (flags && *argv) || (flags&(flags-1)))
964 return error_info.errors;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge.h459 kstat_named_t errors; member in struct:_hxge_rdc_kstat
H A Dhxge_kstats.c467 rdc_kstatsp->errors.value.ul = statsp->ierrors;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dargs.c198 error_info.errors++;
312 if(error_info.errors)
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h908 kstat_named_t errors; member in struct:_nxge_rdc_kstat
1028 kstat_named_t errors; member in struct:_nxge_zcp_kstat
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5410 int errors = 0; local
5457 ++errors;
5466 ++errors;
5471 ++errors;
5474 ++errors;
5479 return (errors != 0);
5614 int errors = 0; local
5669 ++errors;
5686 ++errors;
5699 return (0 != errors);
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h368 uint8_t errors; /* Descriptor Errors */ member in struct:e1000_rx_desc
393 /* mask to determine if packets should be dropped due to frame errors */
1620 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \
1622 (((errors) & E1000_RXD_ERR_FRAME_ERR_MASK) == E1000_RXD_ERR_CE) && \
1827 #define SR_1000T_IDLE_ERROR_CNT 0x00FF /* Num idle errors since last read */
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dread.c142 if(error_info.errors)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd439 local($words,$word,$prevword,$i,$errors,%defaults,%ifconfig,%paths);
476 die "Too many errors in $aspppcf; aborting.\n"
477 if ++$errors > 5;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s995 * In case of urgent errors some MMU registers may be
1029 * In case of errors in the MMU_TSB_PREFETCH registers we have to
1055 * In case of errors in the MMU_SHARED_CONTEXT register we have to
1299 andcc %g1, %g3, %g0 ! Check for UE/BERR/TO errors
1344 bz,pt %xcc, 2f ! check for the TLB multi-hit errors
1417 * 2. Check to see if we have a multiple errors case
1423 * IUG_DTLB, IUG_ITLB or COREERR errors. If any of the
1424 * recoverable errors are detected, do the following:
1445 * Ereport will be generated for these errors.
1469 andcc %g1, %g2, %g0 ! errors
[all...]
H A Dspitfire_asm.s907 stxa %g0, [%g0]ASI_ESTATE_ERR ! disable errors
986 * 6. package data in %g2 and %g3 7. disable all cpu errors, because
1117 stxa %g0, [%g0]ASI_ESTATE_ERR ! disable ecc and other cpu errors
1650 stxa %g0, [%g0]ASI_ESTATE_ERR ! disable errors
1776 * errors where we want to get rid of a bad line in ecache.
1797 stxa %g0, [%g0]ASI_ESTATE_ERR ! disable errors
1854 stxa %g0, [%g0]ASI_ESTATE_ERR ! disable errors
H A Dus3_common.c1176 * potential syndrome 71 generating errors.
1182 * errors.
1249 * Check the logout areas of all other cpus for unlogged errors.
1463 * or disrupting errors have happened. We do this because if a
1483 * Panic here if aflt->flt_panic has been set. Enqueued errors will
1556 * are no valid errors in the AFSR, we'll assume they've
1607 * Disrupting errors controlled by NCEEN: EDU:ST, WDU, CPU, IVU
1608 * Disrupting errors controlled by CEEN: CE, EMC, EDC, WDC, CPC, IVC
1686 * If this trap is a result of one of the errors not masked
1702 * We re-enable CEEN (if required) and check if any disrupting errors
2383 uint64_t errors; local
[all...]
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c975 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user, argument
1002 * error code will be stored in the errors[] list with the same
1043 if (copyout(elist, (void *)errors, nent * sizeof (int)))
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c2380 error(ERROR_OUTPUT|0, pp.pool.output, "%d", error_info.errors != 0);
2420 error_info.errors = 0;
H A Dppproto.c195 static int errors; variable
308 errors++;
H A Dppop.c649 error_info.errors = 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1686 /* Default is 1 -- errors only */
2181 (void) open("/etc/ppp/pppoe-errors", O_WRONLY | O_APPEND |
2186 * we log any problems to syslog, not the errors file.
2187 * The errors file is intended for problems in the
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h385 u8 errors; /* Descriptor Errors */ member in struct:e1000_rx_desc
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile.com189 SUPPORT_OBJS= fake-addrinfo.o init-addrinfo.o threads.o errors.o plugins.o \
/illumos-gate/usr/src/cmd/logadm/
H A Dtester275 # but if you do edit it by hand, use "logadm -V" to check it for errors.
1172 # but if you do edit it by hand, use "logadm -V" to check it for errors.
1173 # but if you do edit it by hand, use "logadm -V" to check it for errors.
1741 # but if you do edit it by hand, use "logadm -V" to check it for errors.
1742 # but if you do edit it by hand, use "logadm -V" to check it for errors.
1923 -e mailaddr mail errors to given address
2093 logadm: Error: bailing out due to command line errors

Completed in 210 milliseconds

1234567