Searched refs:fail (Results 76 - 100 of 1252) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c195 SYS(fail, "ip link add src type veth peer name src_fwd");
196 SYS(fail, "ip link add dst type veth peer name dst_fwd");
198 SYS(fail, "ip link set dst_fwd address " MAC_DST_FWD);
199 SYS(fail, "ip link set dst address " MAC_DST);
203 goto fail;
206 goto fail;
210 goto fail;
213 goto fail;
217 goto fail;
221 goto fail;
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-phy.c49 goto fail;
52 fail:
67 goto fail;
76 goto fail;
79 fail:
211 goto fail;
215 fail:
241 goto fail;
247 goto fail;
251 goto fail;
[all...]
H A Dmxl111sf-i2c.c32 goto fail;
41 goto fail;
46 goto fail;
51 goto fail;
59 goto fail;
66 goto fail;
70 goto fail;
76 goto fail;
80 fail:
98 goto fail;
[all...]
H A Dmxl111sf-gpio.c32 goto fail;
37 goto fail;
43 goto fail;
48 goto fail;
51 fail:
71 goto fail;
80 goto fail;
88 goto fail;
94 fail:
119 goto fail;
[all...]
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h36 fail("section to extract overruns input data");
61 fail("input is not a shared object\n");
67 fail("multiple PT_LOAD segs\n");
71 fail("PT_LOAD in wrong place\n");
74 fail("cannot handle memsz != filesz\n");
85 fail("no PT_LOAD seg\n");
88 fail("stripped input is too short\n");
91 fail("input has no PT_DYNAMIC section -- your toolchain is buggy\n");
99 fail("vdso image contains dynamic relocations\n");
120 fail("n
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Def100_netdev.c129 goto fail;
133 goto fail;
137 goto fail;
141 goto fail;
145 goto fail;
153 goto fail;
160 goto fail;
164 goto fail;
168 goto fail;
175 goto fail;
[all...]
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h31 fail("multiple PT_LOAD segs\n");
35 fail("PT_LOAD in wrong place\n");
38 fail("cannot handle memsz != filesz\n");
49 fail("no PT_LOAD seg\n");
52 fail("stripped input is too short\n");
61 fail("vdso image contains dynamic relocations\n");
73 fail("no symbol table\n");
92 fail("duplicate symbol %s\n",
109 fail("vvar_begin must be a multiple of 8192\n");
/linux-master/lib/
H A Dtest_meminit.c191 bool fail = false; local
199 fail = 1;
202 fail = !want_rcu;
204 return fail;
222 bool fail = false; local
236 fail = true;
240 fail |= check_buf(bulk_array[i], size, want_ctor, want_rcu, want_zero);
247 fail |= check_buf(buf, size, want_ctor, want_rcu, want_zero);
274 fail |= check_buf(buf, size, want_ctor, want_rcu,
277 fail |
298 bool fail = false; local
352 bool fail = false; local
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-notrace-pid.tc32 fail() { # msg
60 fail "PID filtering not working? traced task = $count_pid; other tasks = $count_other "
86 fail "PID filtering not following fork? traced task = $count_pid; other tasks = $count_other "
H A Dfunc_event_triggers.tc23 fail() { # mesg
52 fail "Expected $val but found $e"
64 fail "Found junk in trace file"
/linux-master/tools/testing/selftests/ftrace/test.d/00basic/
H A Dringbuffer_subbuf_size.tc63 exit fail
74 exit fail;
81 exit fail;
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh6 #1: fail
70 fail() function
79 modprobe -q $module "$1" || fail "insert $module failed with error $?"
167 [ "$val" = "$1" ] || fail "line value is ${val:-empty} when $1 was expected"
181 [ $retry -lt 5 ] || fail "mockup $mock_line value ${val:-empty} when $1 expected"
208 [ -e "$mock_line" ] || fail "missing line $chip:$offset"
271 [ ! -e "$GPIO_DEBUGFS/$1/$2" ] || fail "unexpected line $1:$2"
292 [ "${1:-}" ] || fail "missing ranges"
300 [ "${1:-}" ] || fail "unexpected chip - $gc"
309 [ "${1:-}" ] && fail "missin
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dmemfd_secret.c27 #define fail(fmt, ...) ksft_test_result_fail(fmt, ##__VA_ARGS__) macro
55 fail("unexpected file IO\n");
71 fail("unable to mmap secret memory\n");
79 fail("unexpected mlock limit violation\n");
95 fail("pipe failed: %s\n", strerror(errno));
101 fail("Unable to mmap secret memory\n");
106 * vmsplice() may use GUP-fast, which must also fail. Prefault the
118 fail("vmsplice: unexpected memory access with %s\n", desc);
133 fail("pipe write: %s\n", strerror(errno));
198 fail("
[all...]
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_thread_test.c66 goto fail;
71 fail:
/linux-master/fs/coda/
H A Dsymlink.c35 goto fail;
40 fail:
/linux-master/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance-event.tc6 fail() { # mesg
15 # we don't want to fail on error
73 fail "foo still exists"
80 fail "foo still exists"
136 fail "instance $d still exists"
/linux-master/arch/s390/kernel/
H A Dos_info.c111 goto fail;
117 goto fail;
134 fail:
152 goto fail;
154 goto fail;
156 goto fail;
159 goto fail;
177 fail:
/linux-master/drivers/media/dvb-frontends/
H A Dlgdt3306a.c192 goto fail;
199 fail:
213 goto fail;
219 fail:
234 goto fail;
242 goto fail;
246 goto fail;
256 fail:
271 goto fail;
283 fail
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-filter.tc7 fail() { #msg
17 fail "traceoff trigger on sched_process_fork did not work"
/linux-master/fs/freevxfs/
H A Dvxfs_olt.c62 goto fail;
67 goto fail;
77 goto fail;
102 fail:
/linux-master/drivers/infiniband/hw/hfi1/
H A Defivar.c49 goto fail;
81 goto fail;
91 goto fail;
97 fail:
128 * If reading the lowercase EFI variable fail, read the uppercase
/linux-master/io_uring/
H A Dopdef.h44 void (*fail)(struct io_kiocb *); member in struct:io_cold_def
/linux-master/fs/jffs2/
H A Dcompr_lzo.c52 goto fail;
55 goto fail;
63 fail:
/linux-master/drivers/misc/sgi-gru/
H A Dgrukdump.c52 goto fail;
54 goto fail;
56 goto fail;
63 fail:
79 goto fail;
83 fail:
99 goto fail;
103 fail:
197 goto fail;
202 goto fail;
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_load_detect.c85 goto fail;
99 goto fail;
117 goto fail;
125 goto fail;
137 goto fail;
142 goto fail;
147 goto fail;
155 goto fail;
159 goto fail;
170 goto fail;
[all...]

Completed in 206 milliseconds

1234567891011>>