Searched refs:FAILURE (Results 1 - 28 of 28) sorted by relevance

/linux-4.4.14/arch/arm/mach-u300/
H A Ddummyspichip.c83 pr_warn("Simple test 1: FAILURE: spi_write_then_read failed with status %d\n", dummy_looptest()
92 pr_warn("Simple test 2: FAILURE: spi_write_then_read() failed with status %d\n", dummy_looptest()
101 pr_warn("Simple test 3: FAILURE: failed with status %d (probably FIFO overrun)\n", dummy_looptest()
110 pr_warn("Simple test 4 step 1: FAILURE: spi_write() failed with status %d\n", dummy_looptest()
116 pr_warn("Simple test 4 step 2: FAILURE: spi_read() failed with status %d\n", dummy_looptest()
125 pr_warn("Simple test 5 step 1: FAILURE: spi_write() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
131 pr_warn("Simple test 5 step 2: FAILURE: spi_read() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
141 pr_warn("Simple test 6 step 1: FAILURE: spi_write() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
147 pr_warn("Simple test 6 step 2: FAILURE: spi_read() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
168 pr_warn("Simple test 7: FAILURE: spi_write_then_read failed with status %d\n", dummy_looptest()
171 pr_warn("Simple test 7: FAILURE: spi_write_then_read succeeded but it was expected to fail!\n"); dummy_looptest()
177 pr_warn("Simple test 8: FAILURE: spi_write_then_read() failed with status %d\n", dummy_looptest()
186 pr_warn("Simple test 9: FAILURE: failed with status %d (probably FIFO overrun)\n", dummy_looptest()
196 pr_warn("Simple test 10 step 1: FAILURE: spi_write() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
203 pr_warn("Simple test 10 step 2: FAILURE: spi_read() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
/linux-4.4.14/lib/
H A Dlocking-selftest.c41 #define FAILURE 0 macro
981 if (expected == FAILURE && debug_locks) { dotest()
1028 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \
1033 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN); \
1034 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \
1040 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN|LOCKTYPE_RWLOCK);\
1041 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \
1047 dotest(name##_spin, FAILURE, LOCKTYPE_SPIN); \
1048 dotest(name##_wlock, FAILURE, LOCKTYPE_RWLOCK); \
1049 dotest(name##_rlock, FAILURE, LOCKTYPE_RWLOCK); \
1050 dotest(name##_mutex, FAILURE, LOCKTYPE_MUTEX); \
1051 dotest(name##_wsem, FAILURE, LOCKTYPE_RWSEM); \
1052 dotest(name##_rsem, FAILURE, LOCKTYPE_RWSEM); \
1070 dotest(name##_spin, FAILURE, LOCKTYPE_SPIN); \
1071 dotest(name##_wlock, FAILURE, LOCKTYPE_RWLOCK); \
1073 dotest(name##_mutex, FAILURE, LOCKTYPE_MUTEX); \
1074 dotest(name##_wsem, FAILURE, LOCKTYPE_RWSEM); \
1075 dotest(name##_rsem, FAILURE, LOCKTYPE_RWSEM); \
1728 dotest(ww_test_unneeded_slow, FAILURE, LOCKTYPE_WW); ww_tests()
1732 dotest(ww_test_two_contexts, FAILURE, LOCKTYPE_WW); ww_tests()
1733 dotest(ww_test_diff_class, FAILURE, LOCKTYPE_WW); ww_tests()
1737 dotest(ww_test_context_done_twice, FAILURE, LOCKTYPE_WW); ww_tests()
1738 dotest(ww_test_context_unlock_twice, FAILURE, LOCKTYPE_WW); ww_tests()
1739 dotest(ww_test_context_fini_early, FAILURE, LOCKTYPE_WW); ww_tests()
1740 dotest(ww_test_context_lock_after_done, FAILURE, LOCKTYPE_WW); ww_tests()
1744 dotest(ww_test_object_unlock_twice, FAILURE, LOCKTYPE_WW); ww_tests()
1745 dotest(ww_test_object_lock_unbalanced, FAILURE, LOCKTYPE_WW); ww_tests()
1746 dotest(ww_test_object_lock_stale_context, FAILURE, LOCKTYPE_WW); ww_tests()
1752 dotest(ww_test_edeadlk_no_unlock, FAILURE, LOCKTYPE_WW); ww_tests()
1753 dotest(ww_test_edeadlk_no_unlock_slow, FAILURE, LOCKTYPE_WW); ww_tests()
1754 dotest(ww_test_edeadlk_acquire_more, FAILURE, LOCKTYPE_WW); ww_tests()
1755 dotest(ww_test_edeadlk_acquire_more_slow, FAILURE, LOCKTYPE_WW); ww_tests()
1756 dotest(ww_test_edeadlk_acquire_more_edeadlk, FAILURE, LOCKTYPE_WW); ww_tests()
1757 dotest(ww_test_edeadlk_acquire_more_edeadlk_slow, FAILURE, LOCKTYPE_WW); ww_tests()
1758 dotest(ww_test_edeadlk_acquire_wrong, FAILURE, LOCKTYPE_WW); ww_tests()
1759 dotest(ww_test_edeadlk_acquire_wrong_slow, FAILURE, LOCKTYPE_WW); ww_tests()
1763 dotest(ww_test_spin_nest_unlocked, FAILURE, LOCKTYPE_WW); ww_tests()
1771 dotest(ww_test_context_block, FAILURE, LOCKTYPE_WW); ww_tests()
1777 dotest(ww_test_try_block, FAILURE, LOCKTYPE_WW); ww_tests()
1779 dotest(ww_test_try_context, FAILURE, LOCKTYPE_WW); ww_tests()
1783 dotest(ww_test_block_block, FAILURE, LOCKTYPE_WW); ww_tests()
1785 dotest(ww_test_block_context, FAILURE, LOCKTYPE_WW); ww_tests()
1789 dotest(ww_test_spin_block, FAILURE, LOCKTYPE_WW); ww_tests()
1791 dotest(ww_test_spin_context, FAILURE, LOCKTYPE_WW); ww_tests()
1835 dotest(rsem_AA1, FAILURE, LOCKTYPE_RWSEM); locking_selftest()
1842 dotest(rsem_AA1B, FAILURE, LOCKTYPE_RWSEM); locking_selftest()
1847 dotest(rlock_AA2, FAILURE, LOCKTYPE_RWLOCK); locking_selftest()
1849 dotest(rsem_AA2, FAILURE, LOCKTYPE_RWSEM); locking_selftest()
1854 dotest(rlock_AA3, FAILURE, LOCKTYPE_RWLOCK); locking_selftest()
1856 dotest(rsem_AA3, FAILURE, LOCKTYPE_RWSEM); locking_selftest()
/linux-4.4.14/arch/x86/kernel/
H A Dnmi_selftest.c22 #define FAILURE 1 macro
70 nmi_fail = FAILURE; test_nmi_ipi()
121 if (nmi_fail == FAILURE) dotest()
/linux-4.4.14/drivers/rtc/
H A Drtc-imxdi.c142 * - "FAILURE STATE"
163 * If we find the DryIce unit in "FAILURE STATE" and the TDCHL cleared, we
166 * "NON-VALID STATE" + "FAILURE STATE" where a recovery is possible.
167 * If the TDCHL is set in the "FAILURE STATE" we are out of luck. In this case
170 * In the "NON-VALID STATE" + "FAILURE STATE" we can clear the "FAILURE STATE"
202 /* the following flags force a transition into the "FAILURE STATE" */ di_report_tamper_info()
270 * with the next SYSTEM POR we will transit from the "FAILURE STATE" di_handle_failure_state()
271 * into the "NON-VALID STATE" + "FAILURE STATE" di_handle_failure_state()
297 * the "FAILURE STATE" for now di_handle_invalid_state()
354 * device out of the "FAILURE STATE" di_handle_invalid_and_failure_state()
365 * softwere because we are still in "FAILURE STATE". di_handle_invalid_and_failure_state()
415 * now we have left the "FAILURE STATE" and ending up in the di_handle_invalid_and_failure_state()
/linux-4.4.14/drivers/block/
H A Dumem.c713 (status & BATTERY_1_FAILURE) ? "FAILURE" : "OK", check_batteries()
714 (status & BATTERY_2_FAILURE) ? "FAILURE" : "OK"); check_batteries()
947 card->battery[0].good ? "OK" : "FAILURE", mm_pci_probe()
949 card->battery[1].good ? "OK" : "FAILURE"); mm_pci_probe()
/linux-4.4.14/drivers/watchdog/
H A Dhpwdt.c214 * <0 : FAILURE
295 * <0 : FAILURE
/linux-4.4.14/drivers/net/ethernet/neterion/
H A Ds2io.c712 return FAILURE; init_shared_mem()
1179 return FAILURE; init_tti()
1641 if (rts_ds_steer(nic, i, 0) == FAILURE) { init_nic()
2279 return FAILURE; start_nic()
3339 * SUCCESS on success and FAILURE on failure.
3345 int ret = FAILURE, cnt = 0, delay = 1; wait_for_cmd_complete()
3349 return FAILURE; wait_for_cmd_complete()
3525 * SUCCESS on success and FAILURE on failure.
3560 return FAILURE; s2io_set_swapper()
3592 return FAILURE; s2io_set_swapper()
3654 return FAILURE; s2io_set_swapper()
3937 if (do_s2io_prog_unicast(dev, dev->dev_addr) == FAILURE) { s2io_open()
5110 if (mac_addr == FAILURE) do_s2io_store_unicast_mc()
5159 return FAILURE; do_s2io_add_mc()
5185 return FAILURE; do_s2io_add_mac()
5201 if (do_s2io_add_mac(sp, dis_addr, offset) == FAILURE) do_s2io_delete_unicast_mc()
5202 return FAILURE; do_s2io_delete_unicast_mc()
5210 return FAILURE; do_s2io_delete_unicast_mc()
5229 return FAILURE; do_s2io_read_unicast_mc()
5301 return FAILURE; do_s2io_prog_unicast()
7658 return FAILURE; rts_ds_steer()
8628 if (s2io_set_mac_addr(netdev, netdev->dev_addr) == FAILURE) { s2io_io_resume()
H A Ds2io.h23 #define FAILURE -1 macro
/linux-4.4.14/arch/m68k/ifpsp060/
H A Diskeleton.S188 | NOTE: THE ROUTINE SHOULD RETURN AN FSLW VALUE IN D0 ON FAILURE
/linux-4.4.14/drivers/scsi/
H A DFlashPoint.c26 #define FAILURE 0xFFFFFFFFL macro
950 return (int)FAILURE; FlashPoint_ProbeHostAdapter()
953 return (int)FAILURE; FlashPoint_ProbeHostAdapter()
956 return (int)FAILURE; FlashPoint_ProbeHostAdapter()
959 return (int)FAILURE; FlashPoint_ProbeHostAdapter()
969 return (int)FAILURE; FlashPoint_ProbeHostAdapter()
991 return (int)FAILURE; FlashPoint_ProbeHostAdapter()
1224 return (void *)FAILURE; FlashPoint_HardwareResetHostAdapter()
H A DBusLogic.c59 #ifndef FAILURE
60 #define FAILURE (-1) macro
1113 blogic_err("ADDITIONAL FAILURE INFO - %s\n", adapter, blogic_failure()
3290 return FAILURE;
3299 return FAILURE;
3341 return FAILURE; blogic_resetadapter()
H A Dfdomain.c793 else printk( " FAILURE\n" ); fdomain_isa_detect()
H A Datari_NCR5380.c2869 * Returns : SUCCESS or FAILURE
/linux-4.4.14/drivers/edac/
H A Dedac_device_sysfs.c229 * !0 FAILURE
/linux-4.4.14/arch/sparc/kernel/
H A Dviohs.c142 viodbg(HS, "HANDSHAKE FAILURE\n"); handshake_failure()
/linux-4.4.14/kernel/locking/
H A Dlocktorture.c772 "End of test: FAILURE"); lock_torture_cleanup()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_mbox.c2265 int rc = FAILURE; lpfc_mbx_cmpl_rdp_link_stat()
2314 rdp_context->cmpl(phba, rdp_context, FAILURE); lpfc_mbx_cmpl_rdp_page_a2()
2364 rdp_context->cmpl(phba, rdp_context, FAILURE); lpfc_mbx_cmpl_rdp_page_a0()
H A Dlpfc_hw.h1789 #define FAILURE 1 macro
/linux-4.4.14/drivers/pci/hotplug/
H A Dcpqphp_core.c331 * Output: SUCCESS or FAILURE
H A Dibmphp_core.c1184 * OUTPUT: SUCCESS 0 ; FAILURE: UNCONFIGURE , VALIDATE *
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.c322 /* Check if the FAILURE got Cleared */ reset_hdcp_ddc_failures()
/linux-4.4.14/fs/reiserfs/
H A Djournal.c2227 "REPLAY FAILURE fsck required! " journal_read_transaction()
2236 "REPLAY FAILURE fsck required! " journal_read_transaction()
2255 "REPLAY FAILURE fsck required! " journal_read_transaction()
2280 "REPLAY FAILURE, fsck required! " journal_read_transaction()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_fcoe.c663 dev_err(&pf->pdev->dev, "xid %x ddp->xid %x INVALIDATION FAILURE\n", i40e_fcoe_handle_status()
/linux-4.4.14/kernel/rcu/
H A Drcutorture.c1651 rcu_torture_print_module_parms(cur_ops, "End of test: FAILURE"); rcu_torture_cleanup()
/linux-4.4.14/drivers/target/
H A Dtarget_core_transport.c2836 .asc = 0x08, /* LOGICAL UNIT COMMUNICATION FAILURE */
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl1392 doprint "CRITICAL FAILURE... ", @_, "\n";
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_os.c1156 * SUCCESS/FAILURE (defined as macro in scsi.h).
/linux-4.4.14/drivers/message/fusion/
H A Dmptbase.c7283 ds = "Link Status(FAILURE) Change"; mpt_display_event_info()

Completed in 1462 milliseconds