Searched refs:fail (Results 276 - 300 of 995) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_ahbclk.c320 goto fail;
331 goto fail;
338 goto fail;
350 goto fail;
356 goto fail;
364 fail:
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_efuse.c290 goto fail;
297 goto fail;
302 goto fail;
307 goto fail;
312 goto fail;
325 fail:
H A Dtegra_soctherm.c562 goto fail;
569 goto fail;
577 goto fail;
585 goto fail;
590 goto fail;
595 goto fail;
601 goto fail;
606 goto fail;
611 goto fail;
616 goto fail;
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c343 goto fail;
348 goto fail;
355 goto fail;
364 goto fail;
374 goto fail;
381 fail:
/freebsd-11-stable/contrib/wpa/src/common/
H A Dsae.c227 goto fail;
246 goto fail;
250 goto fail;
254 goto fail;
269 fail:
304 goto fail;
309 goto fail;
318 goto fail;
378 goto fail;
396 goto fail;
[all...]
H A Dcommon_module_tests.c348 goto fail;
356 goto fail;
366 goto fail;
376 goto fail;
382 goto fail;
386 goto fail;
391 goto fail;
396 goto fail;
408 goto fail;
412 goto fail;
[all...]
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_ohci.c135 goto fail;
146 goto fail;
151 goto fail;
160 goto fail;
192 goto fail;
212 goto fail;
216 goto fail;
220 fail:
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_openbsd.c105 goto fail;
112 fail:
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dupa.c216 goto fail;
230 goto fail;
235 goto fail;
254 goto fail;
260 goto fail;
271 goto fail;
283 goto fail;
290 goto fail;
374 fail:
558 goto fail;
[all...]
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c473 goto fail;
481 goto fail;
488 goto fail;
493 goto fail;
499 goto fail;
504 goto fail;
513 goto fail;
521 goto fail;
534 fail:
578 goto fail;
[all...]
/freebsd-11-stable/lib/libdpv/
H A Ddprompt.c61 static char *fail = NULL; variable
276 if (fail == NULL && (fail = msg_fail) == NULL) {
277 if ((fail = getenv(ENV_MSG_FAIL)) != NULL)
278 fail_size = strlen(fail);
281 if ((fail = malloc(fail_size + 1)) == NULL)
284 snprintf(fail, fail_size + 1, DPV_FAIL_DEFAULT);
289 *(fail + pbar_size) = '\0';
561 estext = fail;
759 free(fail);
[all...]
/freebsd-11-stable/stand/libsa/
H A Dpkgfs.c636 goto fail;
639 goto fail;
643 goto fail;
648 goto fail;
657 goto fail;
667 goto fail;
675 goto fail;
685 goto fail;
687 goto fail;
695 goto fail;
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-esp.c707 goto fail;
714 goto fail;
719 goto fail;
725 goto fail;
733 goto fail;
750 goto fail;
764 goto fail;
773 /* if not found fail */
775 goto fail;
779 goto fail;
[all...]
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_attach.c231 goto fail;
245 goto fail;
255 goto fail;
260 goto fail;
265 goto fail;
270 goto fail;
276 goto fail;
283 goto fail;
290 goto fail;
295 goto fail;
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c259 fail(int do_perror, const char *message, ...) function
680 fail(1, "failed to reallocate program text");
934 fail(0, "truncated DTrace record");
937 fail(0, "bad event size in first record");
945 fail(0, "bad lock address size in second record");
956 fail(0, "bad caller size in third record");
1014 fail(0, "bad variable ID in aggregation record");
1018 fail(0, "bad quantize size in aggregation record");
1036 fail(0, "bad avg size in aggregation record");
1132 fail(
[all...]
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c954 int fail = 0; local
959 fail = 1;
966 fail = 1;
973 fail = 1;
980 fail = 1;
990 fail = 1;
1000 fail = 1;
1004 *data = fail;
1355 int fail = 0; local
1360 fail
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtext.hpp141 if (!ss.eof() || (ss.eof() && (ss.fail() || ss.bad())))
/freebsd-11-stable/contrib/binutils/bfd/
H A Dtrad-core.c163 goto fail;
167 goto fail;
171 goto fail;
226 fail:
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-dse.c254 bool fail = false; local
274 fail = true;
290 fail = true;
295 if (fail)
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c134 fail (lineno, opts, in, out, exp) function
301 fail (lineno, format.data, input.data, buf, expect.data);
318 fail (lineno, format.data, input.data, result, expect.data);
332 fail (lineno, format.data, input.data, result, expect.data);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.badfreopen.ksh34 * All of these should fail...
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-gen.c36 fail (const char *message, ...) function
108 fail (_("can't find i386-opc.tbl for reading\n"));
259 fail (_("can't find i386-reg.tbl for reading\n"));
385 fail (_("unable to change directory to \"%s\", errno = %s\n"),
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c325 goto fail;
330 goto fail;
333 goto fail;
337 fail:
/freebsd-11-stable/crypto/openssh/regress/
H A Dforward-control.sh48 fatal "check_lfwd ssh fail: $_message"
55 fail "check_lfwd failed (expecting success): $_message"
57 fail "check_lfwd succeeded (expecting failure): $_message"
87 fail "check_rfwd failed (expecting success): $_message"
89 fail "check_rfwd succeeded (expecting failure): $_message"
141 # success/fail as via sshd_config
145 > ${OBJ}/authorized_keys_${USER} || fatal "sed 1 fail"
154 > ${OBJ}/authorized_keys_${USER} || fatal "sed 2 fail"
H A Dkeytype.sh31 fail "ssh-keygen for type $type, $bits bits failed"
69 fail "ssh userkey $ut, hostkey $ht failed"

Completed in 225 milliseconds

<<11121314151617181920>>