Searched refs:errors (Results 151 - 175 of 184) sorted by relevance

12345678

/freebsd-10.1-release/sys/dev/ixgbe/
H A Dixv.c3530 u8 errors = (u8) (staterr >> 24); local
3538 if (!(errors & IXGBE_RXD_ERR_IPE)) {
3552 if (!(errors & IXGBE_RXD_ERR_TCPE)) {
H A Dixgbe.c4639 u8 errors = (u8) (staterr >> 24); local
4647 if (!(errors & IXGBE_RXD_ERR_IPE)) {
4661 if (!(errors & IXGBE_RXD_ERR_TCPE)) {
H A Dixgbe_type.h43 * This category is for errors which represent a serious failure state that is
45 * not be used for errors relating to issues that can be worked around or
49 * This category is for errors related to polling/timeout issues and should be
55 * other errors, such as temperature warnings. It should indicate an event which
59 * This category is intended for errors due to software state preventing
60 * something. The category is not intended for errors due to bad arguments, or
70 * This category is for errors which are due to unsupported circumstances or
2286 /* Masks to determine if packets should be dropped due to frame errors */
2507 u8 errors; /* Descriptor Errors */ member in struct:ixgbe_legacy_rx_desc
/freebsd-10.1-release/sys/dev/e1000/
H A Dif_igb.c5028 u8 errors = (u8) (staterr >> 24); local
5044 if (!(errors & E1000_RXD_ERR_IPE)) {
5059 if (!(errors & E1000_RXD_ERR_TCPE)) {
5761 "CRC errors");
5768 "Collision/Carrier extension errors");
H A Dif_em.c1963 * There are two types of errors we can (try) to handle:
1968 * All other errors, in particular EINVAL, are fatal and prevent the
4464 if ((cur->errors & E1000_RXD_ERR_FRAME_ERR_MASK) ||
4647 if (rx_desc->errors & (E1000_RXD_ERR_TCPE | E1000_RXD_ERR_IPE))
5427 "CRC errors");
5434 "Collision/Carrier extension errors");
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Ddirectives.c2139 /* The number of errors for a given reader. */
2143 return pfile->errors;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h1915 /// An error object that gets filled in with any errors that
2553 Stream &errors);
/freebsd-10.1-release/etc/
H A Dservices2415 afs3-errors 7006/tcp #error interpretation service
2416 afs3-errors 7006/udp #error interpretation service
/freebsd-10.1-release/sys/mips/mips/
H A Dexception.S1238 * Panic on cache errors. A lot more could be done to recover
1239 * from some types of errors but it is tricky.
1252 li k1, MIPS_SR_DIAG_PE # ignore further errors
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c1092 * name errors once.
1354 dsl_dataset_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_t *errors) argument
1401 ddsa.ddsa_errors = errors;
/freebsd-10.1-release/contrib/ntp/tests/bug-2803/
H A DMakefile.in348 --enable-hard-errors "$$am__enable_hard_errors" \
/freebsd-10.1-release/contrib/ntp/tests/sandbox/
H A DMakefile.in379 --enable-hard-errors "$$am__enable_hard_errors" \
/freebsd-10.1-release/contrib/ntp/tests/sec-2853/
H A DMakefile.in348 --enable-hard-errors "$$am__enable_hard_errors" \
/freebsd-10.1-release/contrib/ntp/tests/ntpq/
H A DMakefile.in355 --enable-hard-errors "$$am__enable_hard_errors" \
/freebsd-10.1-release/sys/dev/oce/
H A Doce_hw.h3315 uint64_t errors; member in struct:queue_stats
/freebsd-10.1-release/sys/dev/qlxgbe/
H A Dql_hw.c1110 device_printf(dev, "%s: errors\t\t%" PRIu64 "\n", __func__,
1111 xstat->errors);
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c2575 CTLFLAG_RD, &rx_ring->errors, "RX soft errors");
/freebsd-10.1-release/contrib/binutils/libiberty/
H A DMakefile.in448 -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A DMakefile.in431 -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
/freebsd-10.1-release/contrib/ntp/sntp/tests/
H A DMakefile.in423 --enable-hard-errors "$$am__enable_hard_errors" \
/freebsd-10.1-release/crypto/heimdal/
H A Dconfigure8686 # Append any errors to the config.log.
9674 # Append any errors to the config.log.
13264 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcap-ng >= 0.4.0\""; } >&5
13265 ($PKG_CONFIG --exists --print-errors "libcap-ng >= 0.4.0") 2>&5
13282 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcap-ng >= 0.4.0\""; } >&5
13283 ($PKG_CONFIG --exists --print-errors "libcap-ng >= 0.4.0") 2>&5
13306 CAPNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcap-ng >= 0.4.0"`
13308 CAPNG_PKG_ERRORS=`$PKG_CONFIG --errors
[all...]
/freebsd-10.1-release/contrib/ntp/tests/ntpd/
H A DMakefile.in423 --enable-hard-errors "$$am__enable_hard_errors" \
/freebsd-10.1-release/contrib/binutils/
H A Dconfigure2578 # Avoid "too much defining" errors from HPUX compiler.
4248 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4249 if test x"$errors" = x && test -f conftest.$ac_objext; then
5416 # Issue errors and warnings for invalid/strange bootstrap combinations.
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A DMakefile.in624 --enable-hard-errors "$$am__enable_hard_errors" \
/freebsd-10.1-release/contrib/ntp/tests/libntp/
H A DMakefile.in732 --enable-hard-errors "$$am__enable_hard_errors" \

Completed in 302 milliseconds

12345678