Home
last modified time | relevance | path

Searched refs:fail (Results 51 – 75 of 1696) sorted by relevance

12345678910>>...68

/linux/drivers/fpga/
H A Dmachxo2-spi.c151 goto fail; in machxo2_cleanup()
155 goto fail; in machxo2_cleanup()
165 goto fail; in machxo2_cleanup()
168 fail: in machxo2_cleanup()
221 goto fail; in machxo2_write_init()
225 goto fail; in machxo2_write_init()
230 goto fail; in machxo2_write_init()
240 goto fail; in machxo2_write_init()
246 fail: in machxo2_write_init()
309 goto fail; in machxo2_write_complete()
[all …]
/linux/arch/sparc/vdso/
H A Dvdso2c.h31 fail("multiple PT_LOAD segs\n"); in BITSFUNC()
35 fail("PT_LOAD in wrong place\n"); in BITSFUNC()
38 fail("cannot handle memsz != filesz\n"); in BITSFUNC()
49 fail("no PT_LOAD seg\n"); in BITSFUNC()
52 fail("stripped input is too short\n"); in BITSFUNC()
61 fail("vdso image contains dynamic relocations\n"); in BITSFUNC()
73 fail("no symbol table\n"); in BITSFUNC()
92 fail("duplicate symbol %s\n", in BITSFUNC()
109 fail("vvar_begin must be a multiple of 8192\n"); in BITSFUNC()
/linux/drivers/usb/host/
H A Dehci-mem.c78 goto fail; in ehci_qh_alloc()
94 fail: in ehci_qh_alloc()
149 goto fail; in ehci_mem_init()
159 goto fail; in ehci_mem_init()
163 goto fail; in ehci_mem_init()
173 goto fail; in ehci_mem_init()
183 goto fail; in ehci_mem_init()
192 goto fail; in ehci_mem_init()
199 goto fail; in ehci_mem_init()
220 fail: in ehci_mem_init()
/linux/drivers/iommu/
H A Dmsm_iommu.c60 goto fail; in __enable_clocks()
67 fail: in __enable_clocks()
127 goto fail; in __flush_iotlb()
134 fail: in __flush_iotlb()
166 fail: in __flush_iotlb_range()
437 fail: in msm_iommu_attach_dev()
471 fail: in msm_iommu_identity_attach()
569 fail: in msm_iommu_iova_to_phys()
649 fail: in qcom_iommu_of_xlate()
685 fail: in msm_iommu_fault_handler()
[all …]
/linux/tools/testing/selftests/ftrace/test.d/event/
H A Devent-no-pid.tc17 fail() { #msg
81 fail "Filtered out task has events"
86 fail "No other events were recorded"
108 fail "Filtered out task has events"
113 fail "Child of filtered out taskhas events"
118 fail "No other events were recorded"
H A Dsubsystem-enable.tc12 fail() { #msg
23 fail "at least fork, exec and exit events should be recorded"
34 fail "at least fork, exec and exit events should be recorded"
45 fail "any of scheduler events should not be recorded"
H A Dtoplevel-enable.tc11 fail() { #msg
24 fail "none of events are recorded"
37 fail "none of events are recorded"
48 fail "any of events should not be recorded"
H A Devent-enable.tc12 fail() { #msg
23 fail "sched_switch events are not recorded"
34 fail "sched_switch events are not recorded"
45 fail "sched_switch events should not be recorded"
/linux/drivers/media/tuners/
H A Dtda18271-fe.c43 fail: in tda18271_toggle_output()
194 fail: in tda18271_channel_configuration()
289 fail: in tda18271c2_rf_tracking_filters_correction()
322 fail: in tda18271_por()
554 fail: in tda18271_powerscan_init()
655 fail: in tda18271_calc_rf_filter_curve()
686 fail: in tda18271c2_rf_cal_init()
806 fail: in tda18271_ir_cal_init()
829 fail: in tda18271_init()
913 fail: in tda18271_tune()
[all …]
/linux/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist-mod.tc7 fail() { #msg
18 fail "execname modifier on sched_process_fork did not work"
29 fail "hex modifier on sched_process_fork did not work"
38 fail "syscall modifier on raw_syscalls/sys_exit did not work"
48 fail "log2 modifier on kmem/kmalloc did not work"
/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A Dtrigger-synthetic-event-createremove.tc6 fail() { #msg
15 fail "Failed to create wakeup_latency synthetic event"
23 fail "Failed to delete wakeup_latency synthetic event"
31 fail "Created wakeup_latency synthetic event with an invalid format"
H A Dtrigger-field-variable-support.tc6 fail() { #msg
20 fail "Failed to create inter-event histogram"
24 fail "Failed to create histogram with field variable"
30 fail "Failed to remove histogram with field variable"
/linux/arch/s390/kernel/
H A Dos_info.c111 goto fail; in os_info_old_alloc()
117 goto fail; in os_info_old_alloc()
134 fail: in os_info_old_alloc()
152 goto fail; in os_info_old_init()
154 goto fail; in os_info_old_init()
156 goto fail; in os_info_old_init()
159 goto fail; in os_info_old_init()
177 fail: in os_info_old_init()
/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-filter.tc8 fail() { # msg
20 fail "can not enable schedule filter"
31 fail "Graph filtering not working by itself?"
37 fail "No schedule traces found?"
H A Dfunc_profiler.tc18 fail() { # mesg
44 fail "more than schedule was found"
50 fail "can not find schedule in trace"
61 fail "no other functions besides schedule was found"
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dip_check_defrag.c46 SYS(fail, "ip netns add " NS0); in setup_topology()
47 SYS(fail, "ip netns add " NS1); in setup_topology()
48 SYS(fail, "ip link add " VETH0 " netns " NS0 " type veth peer name " VETH1 " netns " NS1); in setup_topology()
50 SYS(fail, "ip -6 -net " NS0 " addr add " VETH0_ADDR6 "/64 dev " VETH0 " nodad"); in setup_topology()
51 SYS(fail, "ip -6 -net " NS1 " addr add " VETH1_ADDR6 "/64 dev " VETH1 " nodad"); in setup_topology()
53 SYS(fail, "ip -net " NS0 " addr add " VETH0_ADDR "/24 dev " VETH0); in setup_topology()
54 SYS(fail, "ip -net " NS1 " addr add " VETH1_ADDR "/24 dev " VETH1); in setup_topology()
56 SYS(fail, "ip -net " NS0 " link set dev " VETH0 " up"); in setup_topology()
57 SYS(fail, "ip -net " NS1 " link set dev " VETH1 " up"); in setup_topology()
71 fail: in setup_topology()
/linux/drivers/accel/habanalabs/goya/
H A Dgoya_hwmgr.c65 goto fail; in mme_clk_store()
70 goto fail; in mme_clk_store()
77 goto fail; in mme_clk_store()
83 fail: in mme_clk_store()
114 goto fail; in tpc_clk_store()
119 goto fail; in tpc_clk_store()
126 goto fail; in tpc_clk_store()
132 fail: in tpc_clk_store()
163 goto fail; in ic_clk_store()
168 goto fail; in ic_clk_store()
[all …]
/linux/drivers/usb/gadget/legacy/
H A Ddbgp.c100 goto fail; in dbgp_complete()
123 fail: in dbgp_complete()
288 goto fail; in dbgp_bind()
295 goto fail; in dbgp_bind()
305 goto fail; in dbgp_bind()
311 goto fail; in dbgp_bind()
318 goto fail; in dbgp_bind()
324 fail: in dbgp_bind()
375 goto fail; in dbgp_setup()
393 goto fail; in dbgp_setup()
[all …]
/linux/block/partitions/
H A Defi.c352 goto fail; in is_gpt_valid()
361 goto fail; in is_gpt_valid()
369 goto fail; in is_gpt_valid()
380 goto fail; in is_gpt_valid()
390 goto fail; in is_gpt_valid()
401 goto fail; in is_gpt_valid()
407 goto fail; in is_gpt_valid()
413 goto fail; in is_gpt_valid()
418 goto fail; in is_gpt_valid()
447 fail: in is_gpt_valid()
[all …]
/linux/sound/xen/
H A Dxen_snd_front_evtchnl.c208 goto fail; in evtchnl_alloc()
216 goto fail; in evtchnl_alloc()
236 goto fail; in evtchnl_alloc()
243 goto fail; in evtchnl_alloc()
253 goto fail; in evtchnl_alloc()
259 fail: in evtchnl_alloc()
294 goto fail; in xen_snd_front_evtchnl_create_all()
302 goto fail; in xen_snd_front_evtchnl_create_all()
314 goto fail; in xen_snd_front_evtchnl_create_all()
330 fail: in xen_snd_front_evtchnl_create_all()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c192 fail: in cn10k_mcs_alloc_rsrc()
233 fail: in cn10k_mcs_free_rsrc()
306 fail: in cn10k_mcs_write_rx_secy()
352 fail: in cn10k_mcs_write_rx_flowid()
379 fail: in cn10k_mcs_write_sc_cam()
465 fail: in cn10k_mcs_write_rx_sa_plcy()
492 fail: in cn10k_mcs_write_rx_sa_pn()
574 fail: in cn10k_mcs_write_tx_secy()
620 fail: in cn10k_mcs_write_tx_flowid()
654 fail: in cn10k_mcs_link_tx_sa2sc()
[all …]
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c45 static sig_atomic_t fail, broken; variable
55 fail = (ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[i]); in signal_usr1()
56 if (fail) { in signal_usr1()
65 fail = (tm_ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[NV_FPU_REGS + i]); in signal_usr1()
66 if (fail) { in signal_usr1()
H A Dtm-signal-context-chk-gpr.c37 static sig_atomic_t fail, broken; variable
57 fail = (ucp->uc_mcontext.gp_regs[R14 + i] != gprs[i]); in signal_usr1()
58 if (fail) { in signal_usr1()
67 fail = (tm_ucp->uc_mcontext.gp_regs[R14 + i] != gprs[NV_GPR_REGS + i]); in signal_usr1()
68 if (fail) { in signal_usr1()
/linux/tools/testing/selftests/bpf/progs/
H A Dload_bytes_relative.c32 goto fail; in load_bytes_relative()
36 goto fail; in load_bytes_relative()
40 goto fail; in load_bytes_relative()
44 fail: in load_bytes_relative()
/linux/sound/soc/fsl/
H A Dimx-rpmsg.c125 goto fail; in imx_rpmsg_probe()
153 goto fail; in imx_rpmsg_probe()
159 goto fail; in imx_rpmsg_probe()
176 goto fail; in imx_rpmsg_probe()
202 goto fail; in imx_rpmsg_probe()
221 goto fail; in imx_rpmsg_probe()
227 goto fail; in imx_rpmsg_probe()
236 goto fail; in imx_rpmsg_probe()
239 fail: in imx_rpmsg_probe()

12345678910>>...68