Searched refs:fail (Results 201 - 225 of 995) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/an/
H A Dif_an_pci.c169 goto fail;
179 goto fail;
188 goto fail;
206 goto fail;
214 goto fail;
221 goto fail;
232 fail:
/freebsd-11-stable/sys/sparc64/sparc64/
H A Djbusppm.c132 goto fail;
146 goto fail;
151 goto fail;
171 goto fail;
178 goto fail;
189 goto fail;
224 fail:
/freebsd-11-stable/stand/common/
H A Dinstall.c254 goto fail;
273 goto fail;
281 goto fail;
291 goto fail;
299 goto fail;
308 goto fail;
319 fail:
/freebsd-11-stable/usr.sbin/gpioctl/
H A Dgpioctl.c199 fail(const char *fmt, ...) function
281 fail("%s is also a pin name, use -p or -N\n", argv[0]);
285 fail("Can't find pin named \"%s\"\n", argv[0]);
291 fail("Invalid pin number: %s\n", argv[0]);
295 fail("Can't find pin named \"%s\"\n", argv[0]);
329 fail("Invalid flag: %s\n", argv[i]);
363 fail("Invalid pin value: %s\n", argv[1]);
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_ahci.c319 goto fail;
324 goto fail;
329 goto fail;
334 goto fail;
339 goto fail;
344 goto fail;
360 fail:
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722.c307 goto fail;
312 goto fail;
315 goto fail;
318 goto fail;
321 goto fail;
324 goto fail;
327 goto fail;
337 goto fail;
341 fail:
H A Dtegra_sdhci.c280 goto fail;
289 goto fail;
296 goto fail;
302 goto fail;
307 goto fail;
316 goto fail;
322 goto fail;
327 goto fail;
336 goto fail;
379 goto fail;
[all...]
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c197 goto fail;
213 goto fail;
220 goto fail;
232 goto fail;
244 goto fail;
254 goto fail;
266 goto fail;
309 goto fail;
317 fail:
/freebsd-11-stable/usr.bin/mail/
H A Dhead.c62 fail(linebuf, "No date field");
66 fail(linebuf, "Date field not legal date");
76 fail(const char *linebuf __unused, const char *reason __unused) function
/freebsd-11-stable/crypto/openssh/regress/
H A Dcert-hostkey.sh49 fail "ssh-keygen of host_ca_key failed"
51 fail "ssh-keygen of host_ca_key failed"
113 fail "ssh cert connect $_ident failed"
117 fail "ssh cert connect $_ident succeeded unexpectedly"
176 fail "ssh cert connect succeeded unexpectedly"
197 fail "ssh cert connect succeeded unexpectedly"
231 fail "ssh cert connect $ident failed unexpectedly"
235 fail "ssh cert connect $ident succeeded unexpectedly"
255 fail "ssh-keygen of cert_host_key_${ktype} failed"
278 fail "ss
[all...]
H A Dhostkey-agent.sh43 fail "protocol $p privsep=$ps failed"
46 fail "bad SSH_CONNECTION key type $k privsep=$ps"
H A Dallow-deny-users.sh26 fail "$failmsg"
H A Dkeys-command.sh60 fail "connect failed"
76 fail "connect failed"
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_codecclk.c120 goto fail;
135 goto fail;
143 fail:
H A Daw_axiclk.c149 goto fail;
160 goto fail;
172 goto fail;
180 fail:
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal-modexp.c59 goto fail;
78 goto fail;
83 fail:
/freebsd-11-stable/contrib/binutils/bfd/
H A Dptrace-core.c97 goto fail;
101 goto fail;
105 goto fail;
130 fail:
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Dmnttab.c145 goto fail;
148 goto fail;
152 goto fail;
157 fail:
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem_sbus.c155 goto fail;
164 goto fail;
171 goto fail;
175 fail:
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_write.c48 static bool fail = false; variable
54 fail = false;
120 fail = true;
127 if (fail != false)
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddragonfly.c140 goto fail;
160 goto fail;
168 goto fail;
174 fail:
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_i2c.c479 goto fail;
485 goto fail;
491 goto fail;
497 goto fail;
505 goto fail;
509 goto fail;
513 goto fail;
517 goto fail;
523 fail:
564 goto fail;
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmbo.c348 goto fail;
362 goto fail;
374 goto fail;
384 goto fail;
405 fail:
454 goto fail;
459 goto fail;
470 goto fail;
477 goto fail;
483 goto fail;
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_scan_sta.c992 int fail; local
994 fail = 0;
996 fail |= MATCH_CHANNEL;
1007 fail |= MATCH_CHANNEL;
1010 fail |= MATCH_CAPINFO;
1019 fail |= MATCH_CAPINFO;
1031 fail |= MATCH_TDMA_NOIE;
1033 fail |= MATCH_TDMA_VERSION;
1035 fail |= MATCH_TDMA_NOTMASTER;
1037 fail |
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcond2.mk6 X:= ${${TEST_UNAME_S} == "NetBSD":?Ok:fail}

Completed in 160 milliseconds

1234567891011>>