/Linux-v4.19/tools/perf/tests/ |
D | perf-record.c | 64 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local 197 ++errs; in test__PERF_RECORD() 205 ++errs; in test__PERF_RECORD() 211 ++errs; in test__PERF_RECORD() 217 ++errs; in test__PERF_RECORD() 227 ++errs; in test__PERF_RECORD() 235 ++errs; in test__PERF_RECORD() 242 ++errs; in test__PERF_RECORD() 271 ++errs; in test__PERF_RECORD() 297 ++errs; in test__PERF_RECORD() [all …]
|
/Linux-v4.19/arch/x86/mm/ |
D | testmmiotrace.c | 50 unsigned errs[3] = { 0 }; in do_read_test() local 56 ++errs[0]; in do_read_test() 60 ++errs[1]; in do_read_test() 64 ++errs[2]; in do_read_test() 67 errs[0], errs[1], errs[2]); in do_read_test()
|
/Linux-v4.19/drivers/xen/ |
D | arm-device.c | 60 int *errs; in xen_map_device_mmio() local 75 errs = kcalloc(nr, sizeof(int), GFP_KERNEL); in xen_map_device_mmio() 76 if (!gpfns || !idxs || !errs) { in xen_map_device_mmio() 79 kfree(errs); in xen_map_device_mmio() 98 set_xen_guest_handle(xatp.errs, errs); in xen_map_device_mmio() 103 kfree(errs); in xen_map_device_mmio()
|
D | xlate_mmu.c | 118 set_xen_guest_handle(xatp.errs, info->h_errs); in remap_pte_fn()
|
D | privcmd.c | 404 int *errs = data; in mmap_return_errors() local 409 ret = mmap_return_error(errs[i], st); in mmap_return_errors()
|
/Linux-v4.19/fs/hpfs/ |
D | super.c | 320 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument 376 *errs = 0; in parse_opts() 379 *errs = 1; in parse_opts() 382 *errs = 2; in parse_opts() 453 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 466 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs() 469 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs() 488 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs() 555 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 578 errs = 1; in hpfs_fill_super() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_iba7220.c | 817 } errs[] = { in qib_decode_7220_sdma_errs() local 846 for (i = 0; i < ARRAY_SIZE(errs); i++) { in qib_decode_7220_sdma_errs() 847 if (err & errs[i].err) in qib_decode_7220_sdma_errs() 849 "%s ", errs[i].msg); in qib_decode_7220_sdma_errs() 897 static void sdma_7220_errors(struct qib_pportdata *ppd, u64 errs) in sdma_7220_errors() argument 903 errs &= QLOGIC_IB_E_SDMAERRS; in sdma_7220_errors() 906 qib_decode_7220_sdma_errs(ppd, errs, msg, in sdma_7220_errors() 910 if (errs & ERR_MASK(SendBufMisuseErr)) { in sdma_7220_errors() 923 if (errs & ERR_MASK(SDmaUnexpDataErr)) in sdma_7220_errors() 945 if (errs & ERR_MASK(SDmaDisabledErr)) in sdma_7220_errors() [all …]
|
D | qib_iba7322.c | 1368 static void err_decode(char *msg, size_t len, u64 errs, in err_decode() argument 1374 while (errs && msp && msp->mask) { in err_decode() 1376 while (errs & msp->mask) { in err_decode() 1377 these = (errs & msp->mask); in err_decode() 1394 errs &= ~lmask; in err_decode() 1411 if (len && errs) in err_decode() 1413 (unsigned long long) errs); in err_decode() 1587 static void sdma_7322_p_errors(struct qib_pportdata *ppd, u64 errs) in sdma_7322_p_errors() argument 1592 errs &= QIB_E_P_SDMAERRS; in sdma_7322_p_errors() 1594 errs, qib_7322p_error_msgs); in sdma_7322_p_errors() [all …]
|
D | qib_iba6120.c | 997 static void handle_6120_errors(struct qib_devdata *dd, u64 errs) in handle_6120_errors() argument 1006 errs &= dd->cspec->errormask; in handle_6120_errors() 1010 if (errs & ERR_MASK(HardwareErr)) in handle_6120_errors() 1013 if (errs & ~IB_E_BITSEXTANT) in handle_6120_errors() 1016 (unsigned long long) (errs & ~IB_E_BITSEXTANT)); in handle_6120_errors() 1018 if (errs & E_SUM_ERRS) { in handle_6120_errors() 1020 if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors() 1029 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors() 1031 } else if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors() 1040 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors() [all …]
|
/Linux-v4.19/tools/build/feature/ |
D | test-llvm.cpp | 11 llvm::errs() << "Hello World!\n"; in main()
|
/Linux-v4.19/drivers/mtd/tests/ |
D | nandbiterrs.c | 169 unsigned i, errs = 0; in verify_page() local 178 errs++; in verify_page() 182 if (errs) in verify_page()
|
/Linux-v4.19/tools/perf/util/c++/ |
D | clang.cpp | 132 llvm::errs() << Error; in getBPFObjectFromModule() 158 llvm::errs() << "TargetMachine can't emit a file of this type\n"; in getBPFObjectFromModule()
|
/Linux-v4.19/drivers/acpi/ |
D | tables.c | 253 int errs = 0; in acpi_parse_entries_array() local 286 (!errs && proc[i].handler(entry, table_end))) { in acpi_parse_entries_array() 287 errs++; in acpi_parse_entries_array() 315 return errs ? -EINVAL : count; in acpi_parse_entries_array()
|
/Linux-v4.19/include/xen/interface/ |
D | memory.h | 213 GUEST_HANDLE(int) errs;
|
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 684 u16 media, errs; in media_check() local 726 errs = inb(ioaddr + 0); in media_check() 728 dev->stats.tx_carrier_errors += errs; in media_check() 729 if (errs || (lp->media_status & 0x0010)) in media_check()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 226 if (intp->errs != STV0900_NO_ERROR) in stv0900_initialize() 227 return intp->errs; in stv0900_initialize() 302 if (intp->errs) in stv0900_set_mclk() 327 if ((intp->errs)) in stv0900_set_mclk() 1375 state->internal->errs = STV0900_NO_ERROR; in stv0900_init_internal() 1504 if (intp->errs) in stv0900_init_internal() 1615 (intp->errs == STV0900_NO_ERROR)) { in stv0900_search()
|
D | stv0900_priv.h | 331 enum fe_stv0900_error errs; member
|
D | stv0367.c | 1335 u32 errs = 0; in stv0367ter_read_ucblocks() local 1339 errs = in stv0367ter_read_ucblocks() 1345 ter_state->ucblocks = errs; in stv0367ter_read_ucblocks()
|
/Linux-v4.19/lib/ |
D | dynamic_debug.c | 480 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local 495 errs++; in ddebug_exec_queries() 503 i, nfound, errs); in ddebug_exec_queries()
|
/Linux-v4.19/drivers/iommu/ |
D | omap-iommu.c | 823 u32 da, errs; in iommu_fault_handler() local 832 errs = iommu_report_fault(obj, &da); in iommu_fault_handler() 833 if (errs == 0) in iommu_fault_handler() 846 obj->name, errs, da, iopgd, *iopgd); in iommu_fault_handler() 853 obj->name, errs, da, iopgd, *iopgd, iopte, *iopte); in iommu_fault_handler()
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-pip.h | 427 status->inb_errors = pip_stat_inb_errsx.s.errs; in cvmx_pip_get_port_status()
|
D | cvmx-pip-defs.h | 2941 uint64_t errs:16; member 2943 uint64_t errs:16; 2970 uint64_t errs:16; member 2972 uint64_t errs:16;
|
/Linux-v4.19/drivers/net/ethernet/cortina/ |
D | gemini.c | 619 unsigned int errs = 0; in gmac_clean_txq() local 647 errs++; in gmac_clean_txq() 669 port->stats.tx_errors += errs; in gmac_clean_txq()
|
/Linux-v4.19/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 66 * Dump out more information for ILLEGAL REQUEST errs.
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 1164 face |bytes packets errs drop fifo frame compressed multicast|[... 1170 ...] bytes packets errs drop fifo colls carrier compressed
|