Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 183) sorted by relevance

12345678

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
H A Dmkfile.c58 int errors = 0; in main() local
138 errors++; in main()
148 errors++; in main()
158 errors++; in main()
168 errors++; in main()
184 errors++; in main()
195 errors++; in main()
211 errors++; in main()
232 errors++; in main()
255 errors++; in main()
[all …]
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py38 from . import _error_translation as errors unknown
185 errors.lzc_rollback_translate_error(ret, name)
805 errors.lzc_receive_translate_errors(
941 errors.lzc_channel_program_translate_error(
986 errors.lzc_channel_program_translate_error(
1062 errors.lzc_receive_translate_errors(
1149 errors.lzc_receive_translate_errors(
1303 errors.lzc_receive_translate_errors(
1424 errors.lzc_receive_translate_errors(
1563 errors.lzc_promote_translate_error(ret, name)
[all …]
H A Dexceptions.py71 def __init__(self, errors, suppressed_count): argument
74 self.errno = errors[0].errno
75 self.errors = errors
204 def __init__(self, errors, suppressed_count): argument
211 def __init__(self, errors, suppressed_count): argument
213 errors, suppressed_count)
259 def __init__(self, errors, suppressed_count): argument
266 def __init__(self, errors, suppressed_count): argument
268 errors, suppressed_count)
295 def __init__(self, errors, suppressed_count): argument
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dmemtest.c222 int errors = 0; in memtest_compare_times() local
226 errors += memtest_compare(m,bytes,interactive); in memtest_compare_times()
229 return errors; in memtest_compare_times()
239 int errors = 0; in memtest_test() local
245 errors += memtest_addressing(m,bytes,interactive); in memtest_test()
263 return errors; in memtest_test()
285 int errors = 0; in memtest_preserving_test() local
308 errors += memtest_addressing(p,len,0); in memtest_preserving_test()
314 errors += memtest_compare_times(p,len,pass,4,0); in memtest_preserving_test()
320 errors += memtest_compare_times(p,len,pass,4,0); in memtest_preserving_test()
[all …]
/f-stack/app/redis-5.0.5/utils/lru/
H A Dtest-lru.rb119 errors = 0
135 errors += thiserr if exists
139 errors += thiserr if !exists
142 errors = errors*100/maxerr
144 STDERR.puts "Test finished with #{errors}% error! Generating HTML on stdout."
146 html << "#{errors}% error!\n"
148 $runs << errors
/f-stack/dpdk/devtools/
H A Dcheck-spdx-tag.sh7 errors=0
32 errors=$(wc -l < $tmpfile)
69 echo "total: $errors errors, $warnings warnings"
70 exit $errors
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_sse.c25 #define GET_OL_FLAGS(rss_flags, ol_index, errors, pi, ol_flags) \ argument
32 tmp = _mm_extract_epi32((errors), (pi)); \
74 __m128i t0, t1, flags_type, flags2, index, errors, rss_flags; in descs_to_mbufs() local
104 errors = _mm_srli_epi32(_mm_unpacklo_epi64(t0, t1), 4); in descs_to_mbufs()
105 errors = _mm_and_si128(errors, _mm_set1_epi32(0xF)); in descs_to_mbufs()
106 errors = _mm_and_si128(errors, flags2); in descs_to_mbufs()
108 index = _mm_andnot_si128(errors, flags2); in descs_to_mbufs()
111 GET_OL_FLAGS(rss_flags, index, errors, 0, ol_flags); in descs_to_mbufs()
115 GET_OL_FLAGS(rss_flags, index, errors, 1, ol_flags); in descs_to_mbufs()
119 GET_OL_FLAGS(rss_flags, index, errors, 2, ol_flags); in descs_to_mbufs()
[all …]
H A Dbnxt_rxtx_vec_neon.c25 #define GET_OL_FLAGS(rss_flags, ol_idx, errors, pi, ol_flags) \ argument
32 tmp = vgetq_lane_u32((errors), (pi)); \
81 uint32x4_t flags_type, flags2, index, errors, rss_flags; in descs_to_mbufs() local
115 errors = vreinterpretq_u32_u64(vcombine_u64(vget_low_u64(t0), in descs_to_mbufs()
119 errors = vandq_u32(vshrq_n_u32(errors, 4), flags2_error_mask); in descs_to_mbufs()
120 errors = vandq_u32(errors, flags2); in descs_to_mbufs()
122 index = vbicq_u32(flags2, errors); in descs_to_mbufs()
125 GET_OL_FLAGS(rss_flags, index, errors, 0, ol_flags); in descs_to_mbufs()
128 GET_OL_FLAGS(rss_flags, index, errors, 1, ol_flags); in descs_to_mbufs()
131 GET_OL_FLAGS(rss_flags, index, errors, 2, ol_flags); in descs_to_mbufs()
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-fpa.c135 int errors = 0; in cvmx_fpa_shutdown_pool() local
159 errors++; in cvmx_fpa_shutdown_pool()
174 if (errors) in cvmx_fpa_shutdown_pool()
178 return -errors; in cvmx_fpa_shutdown_pool()
/f-stack/freebsd/contrib/zstd/lib/
H A DBUCK125 ':errors',
131 name='errors',
204 ':errors',
227 ':errors',
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dsynopsys.txt9 These both ECC controllers correct single bit ECC errors and detect double bit
10 ECC errors.
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c175 int errors = 0; in changelist_postfix() local
250 errors++; in changelist_postfix()
261 errors += zfs_share_nfs(cn->cn_handle); in changelist_postfix()
264 errors += zfs_unshare_nfs(cn->cn_handle, NULL); in changelist_postfix()
268 errors += zfs_share_smb(cn->cn_handle); in changelist_postfix()
271 errors += zfs_unshare_smb(cn->cn_handle, NULL); in changelist_postfix()
281 return (errors ? -1 : 0); in changelist_postfix()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py487 for e in ctx.exception.errors:
501 for e in ctx.exception.errors:
514 for e in ctx.exception.errors:
525 for e in ctx.exception.errors:
537 for e in ctx.exception.errors:
552 for e in ctx.exception.errors:
566 for e in ctx.exception.errors:
581 for e in ctx.exception.errors:
593 for e in ctx.exception.errors:
618 for e in ctx.exception.errors:
[all …]
/f-stack/dpdk/doc/guides/nics/
H A Dkni.rst131 RX errors 0 dropped 0 overruns 0 frame 0
133 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
138 RX errors 0 dropped 0 overruns 0 frame 0
140 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
/f-stack/tools/libxo/xolint/
H A Dxolint.pl125 local($errors, $warnings, $info) = (0, 0, 0);
158 print $file . ": $errors errors, $warnings warnings, $info info\n"
682 $errors += 1;
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx.h93 uint64_t errors; member
145 uint64_t errors; member
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c788 uint64_t *errflags, nvlist_t **errors) in recv_impl() argument
882 if (error == 0 && errors != NULL) { in recv_impl()
886 *errors = fnvlist_dup(nvl); in recv_impl()
938 if (errors != NULL) in recv_impl()
941 zc.zc_nvlist_dst_size, errors, KM_SLEEP)); in recv_impl()
1032 nvlist_t **errors) in lzc_receive_one() argument
1036 read_bytes, errflags, errors)); in lzc_receive_one()
1052 nvlist_t **errors) in lzc_receive_with_cmdprops() argument
1056 read_bytes, errflags, errors)); in lzc_receive_with_cmdprops()
/f-stack/freebsd/contrib/openzfs/config/
H A Dpkg.m486 dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
95 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
120 dnl Internal check to see if pkg-config supports short errors.
158 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
160 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
/f-stack/tools/libxo/
H A DMakefile.am29 errors: target
30 @(cd tests/errors ; ${MAKE} test)
/f-stack/dpdk/drivers/net/avp/
H A Davp_ethdev.c228 uint64_t errors; member
1550 rxq->errors++; in avp_recv_pkts()
1712 txq->errors += nb_pkts; in avp_xmit_scattered_pkts()
1759 txq->errors += orig_nb_pkts; in avp_xmit_scattered_pkts()
1772 txq->errors += orig_nb_pkts; in avp_xmit_scattered_pkts()
1831 txq->errors++; in avp_xmit_pkts()
1854 txq->errors += nb_pkts; in avp_xmit_pkts()
1864 txq->errors++; in avp_xmit_pkts()
1896 txq->errors++; in avp_xmit_pkts()
2293 rxq->errors = 0; in avp_dev_stats_reset()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c281 nvlist_t **errors);
2771 nvlist_t *errors; in zfs_ioc_set_prop() local
2798 nvlist_free(errors); in zfs_ioc_set_prop()
4632 nvlist_t *errors; in zfs_check_clearable() local
4659 nvlist_free(errors); in zfs_check_clearable()
4660 errors = NULL; in zfs_check_clearable()
4666 nvlist_free(errors); in zfs_check_clearable()
4668 *errlist = errors; in zfs_check_clearable()
4939 oprops, *errors); in zfs_ioc_recv_impl()
5203 nvlist_free(errors); in zfs_ioc_recv()
[all …]
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.h13 uint64_t errors; member
/f-stack/tools/compat/include/netgraph/
H A Dng_car.h47 u_int64_t errors; /* Counter for operation errors */ member
/f-stack/freebsd/netgraph/
H A Dng_car.h49 u_int64_t errors; /* Counter for operation errors */ member
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_api.h124 #define TBI_ACCEPT(a, status, errors, length, last_byte, \ argument
127 (((errors) & E1000_RXD_ERR_FRAME_ERR_MASK) == E1000_RXD_ERR_CE) && \

12345678