Home
last modified time | relevance | path

Searched refs:errs (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/linux/tools/perf/tests/
H A Dperf-record.c201 ++errs; in test__PERF_RECORD()
209 ++errs; in test__PERF_RECORD()
215 ++errs; in test__PERF_RECORD()
221 ++errs; in test__PERF_RECORD()
231 ++errs; in test__PERF_RECORD()
303 ++errs; in test__PERF_RECORD()
308 ++errs; in test__PERF_RECORD()
313 ++errs; in test__PERF_RECORD()
318 ++errs; in test__PERF_RECORD()
323 ++errs; in test__PERF_RECORD()
[all …]
/openbmc/linux/lib/reed_solomon/
H A Dtest_rslib.c152 int len, int errs, int eras) in get_rcw_we() argument
178 for (i = 0; i < errs; i++) { in get_rcw_we()
214 errs++; in get_rcw_we()
218 return errs; in get_rcw_we()
324 int errs, eras, retval; in ex_rs_helper() local
329 for (errs = 0; errs <= nroots / 2; errs++) in ex_rs_helper()
378 get_rcw_we(rs, ws, len, errs, eras); in test_bc()
412 int errs, eras, cutoff; in exercise_rs_bc() local
417 for (errs = 1; errs <= nroots; errs++) { in exercise_rs_bc()
418 eras = nroots - 2 * errs + 1; in exercise_rs_bc()
[all …]
/openbmc/linux/arch/x86/mm/
H A Dtestmmiotrace.c52 unsigned errs[3] = { 0 }; in do_read_test() local
58 ++errs[0]; in do_read_test()
62 ++errs[1]; in do_read_test()
66 ++errs[2]; in do_read_test()
69 errs[0], errs[1], errs[2]); in do_read_test()
/openbmc/linux/rust/macros/
H A Dpin_data.rs23 let mut errs = TokenStream::new(); in pin_data() localVariable
49 errs.extend( in pin_data()
58 .flat_map(|tt| replace_self_and_deny_type_defs(&struct_name, tt, &mut errs)) in pin_data()
67 replace_self_and_deny_type_defs(&struct_name, tt, &mut errs) in pin_data()
81 quoted.extend(errs); in pin_data()
92 errs: &mut TokenStream, in replace_self_and_deny_type_defs()
102 errs.extend( in replace_self_and_deny_type_defs()
123 .flat_map(|tt| replace_self_and_deny_type_defs(struct_name, tt, errs)) in replace_self_and_deny_type_defs()
/openbmc/linux/drivers/xen/
H A Darm-device.c49 int *errs; in xen_map_device_mmio() local
64 errs = kcalloc(nr, sizeof(int), GFP_KERNEL); in xen_map_device_mmio()
65 if (!gpfns || !idxs || !errs) { in xen_map_device_mmio()
68 kfree(errs); in xen_map_device_mmio()
87 set_xen_guest_handle(xatp.errs, errs); in xen_map_device_mmio()
92 kfree(errs); in xen_map_device_mmio()
H A Dprivcmd.c408 int *errs = data; in mmap_return_errors() local
413 ret = mmap_return_error(errs[i], st); in mmap_return_errors()
813 int num, *errs = (int *)pfns; in privcmd_ioctl_mmap_resource() local
815 BUILD_BUG_ON(sizeof(*errs) > sizeof(*pfns)); in privcmd_ioctl_mmap_resource()
818 pfns, kdata.num, errs, in privcmd_ioctl_mmap_resource()
827 rc = errs[i]; in privcmd_ioctl_mmap_resource()
/openbmc/u-boot/cmd/
H A Dmem.c573 ulong errs = 0; in mem_test_alt() local
623 errs++; in mem_test_alt()
634 errs++; in mem_test_alt()
699 errs++; in mem_test_alt()
721 errs++; in mem_test_alt()
762 errs++; in mem_test_alt()
783 errs++; in mem_test_alt()
790 return errs; in mem_test_alt()
842 errs++; in mem_test_quick()
849 return errs; in mem_test_quick()
[all …]
/openbmc/linux/fs/hpfs/
H A Dsuper.c370 *errs = 0; in parse_opts()
373 *errs = 1; in parse_opts()
376 *errs = 2; in parse_opts()
447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
463 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
572 errs = 1; in hpfs_fill_super()
577 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_fill_super()
634 sbi->sb_err = errs; in hpfs_fill_super()
656 if (errs == 2) { in hpfs_fill_super()
670 if (errs >= 2) { in hpfs_fill_super()
[all …]
/openbmc/linux/tools/memory-model/scripts/
H A Dcheckghlitmus.sh54 errs=
56 errs=1
62 if test -n "$errs"
/openbmc/u-boot/board/freescale/mx6memcal/
H A Dspl.c396 int errs; in board_init_f() local
442 errs = mmdc_do_write_level_calibration(&sysinfo); in board_init_f()
443 if (errs) { in board_init_f()
444 printf("error %d from write level calibration\n", errs); in board_init_f()
446 errs = mmdc_do_dqs_calibration(&sysinfo); in board_init_f()
447 if (errs) { in board_init_f()
448 printf("error %d from dqs calibration\n", errs); in board_init_f()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c767 __u32 *errs = skel->bss->errs[t]; in test_tcp_clear_dtime() local
786 ASSERT_EQ(errs[i], 0, dtime_err_str(t, i)); in test_tcp_clear_dtime()
791 __u32 *dtimes, *errs; in test_tcp_dtime() local
804 errs = skel->bss->errs[t]; in test_tcp_dtime()
818 ASSERT_EQ(errs[i], 0, dtime_err_str(t, i)); in test_tcp_dtime()
823 __u32 *dtimes, *errs; in test_udp_dtime() local
836 errs = skel->bss->errs[t]; in test_udp_dtime()
850 ASSERT_EQ(errs[i], 0, dtime_err_str(t, i)); in test_udp_dtime()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c817 } errs[] = { in qib_decode_7220_sdma_errs() local
847 if (err & errs[i].err) in qib_decode_7220_sdma_errs()
849 "%s ", errs[i].msg); in qib_decode_7220_sdma_errs()
903 errs &= QLOGIC_IB_E_SDMAERRS; in sdma_7220_errors()
955 if (errs & DISABLES_SDMA) in sdma_7220_errors()
1113 if (errs & ~IB_E_BITSEXTANT) in handle_7220_errors()
1118 if (errs & E_SUM_ERRS) { in handle_7220_errors()
1145 errs &= ~ignore_this_time; in handle_7220_errors()
1146 if (!errs) in handle_7220_errors()
1160 if (errs & E_SUM_PKTERRS) in handle_7220_errors()
[all …]
H A Dqib_iba7322.c1371 errs &= ~lmask; in err_decode()
1388 if (len && errs) in err_decode()
1569 errs &= QIB_E_P_SDMAERRS; in sdma_7322_p_errors()
1632 u64 errs; in handle_7322_errors() local
1637 if (!errs) { in handle_7322_errors()
1679 if (errs & QIB_E_RESET) { in handle_7322_errors()
1847 if (!errs) in handle_7322_p_errors()
1853 if (!errs) in handle_7322_p_errors()
1871 if (errs & QIB_E_P_SHDR) { in handle_7322_p_errors()
1917 errs &= ~ignore_this_time; in handle_7322_p_errors()
[all …]
H A Dqib_iba6120.c1003 errs &= dd->cspec->errormask; in handle_6120_errors()
1007 if (errs & ERR_MASK(HardwareErr)) in handle_6120_errors()
1010 if (errs & ~IB_E_BITSEXTANT) in handle_6120_errors()
1015 if (errs & E_SUM_ERRS) { in handle_6120_errors()
1017 if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors()
1042 errs &= ~ignore_this_time; in handle_6120_errors()
1043 if (!errs) in handle_6120_errors()
1054 if (errs & E_SUM_PKTERRS) in handle_6120_errors()
1056 if (errs & E_SUM_ERRS) in handle_6120_errors()
1082 if (errs & ERR_MASK(ResetNegated)) { in handle_6120_errors()
[all …]
/openbmc/linux/tools/build/feature/
H A Dtest-llvm.cpp11 llvm::errs() << "Hello World!\n"; in main()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_dtime.c80 __u32 errs[__NR_TESTS][__MAX_CNT] = {}; variable
94 errs[test][idx]++; in inc_errs()
96 errs[UKN_TEST][idx]++; in inc_errs()
/openbmc/linux/drivers/mtd/tests/
H A Dnandbiterrs.c156 unsigned i, errs = 0; in verify_page() local
165 errs++; in verify_page()
169 if (errs) in verify_page()
/openbmc/linux/drivers/thermal/
H A Dk3_j72xx_bandgap.c79 int errs[4]; member
93 err1 = err_vals->errs[seg]; in create_table_segments()
94 err2 = err_vals->errs[seg + 1]; in create_table_segments()
465 get_efuse_values(id, &data[id], err_vals.errs, fuse_base); in k3_j72xx_bandgap_probe()
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h233 xen_pfn_t *pfns, int *errs);
241 int *errs) in qemu_xen_foreignmem_map() argument
246 return xen_foreignmem_ops->map(dom, addr, prot, pages, pfns, errs); in qemu_xen_foreignmem_map()
/openbmc/qemu/target/i386/kvm/
H A Dxen-compat.h48 COMPAT_HANDLE(int) errs;
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py186 errs = []
196 errs.append(s)
212 if len(errs) > 0:
213 return -1, "Metric value missing: "+','.join(errs)
/openbmc/qemu/tests/qemu-iotests/
H A D27773 outs, errs = proc.communicate(timeout=10)
/openbmc/linux/include/xen/interface/
H A Dmemory.h213 GUEST_HANDLE(int) errs;
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c981 const struct sec_hw_error *errs = sec_hw_errors; in sec_log_hw_error() local
985 while (errs->msg) { in sec_log_hw_error()
986 if (errs->int_msk & err_sts) { in sec_log_hw_error()
988 errs->msg, errs->int_msk); in sec_log_hw_error()
990 if (SEC_CORE_INT_STATUS_M_ECC & errs->int_msk) { in sec_log_hw_error()
998 errs++; in sec_log_hw_error()
/openbmc/linux/drivers/acpi/
H A Dtables.c347 int errs = 0; in acpi_parse_entries_array() local
367 (!errs && in acpi_parse_entries_array()
369 errs++; in acpi_parse_entries_array()
398 return errs ? -EINVAL : count; in acpi_parse_entries_array()

12