Searched refs:failed (Results 1 - 25 of 117) sorted by relevance

12345

/src/usr.bin/make/unit-tests/
H A Ddeptgt-phony.exp4 failed.
7 failed.
10 failed.
22 failed.
31 failed.
37 failed.
40 failed.
H A Ddeptgt-ignore.mk13 all: depends-on-failed depends-on-ignored
14 .PHONY: all depends-on-failed depends-on-ignored error-failed error-ignored
16 error-failed error-ignored:
21 depends-on-failed: error-failed
H A Ddeptgt-ignore.exp1 error-failed before
H A Ddir.exp2 failed.
5 failed.
46 failed.
48 failed.
H A Ddeptgt-end-fail-all.mk7 # Until 2020-12-07, the .END node was made even if the main nodes had failed.
9 # dependency of the main nodes had failed, just not if one of the main nodes
10 # themselves had failed. This inconsistency was not worth keeping. To run
H A Ddep-op-missing.mk6 # handling code in ParseDependencyOp. This test tried to reach it and failed.
H A Dopt-warnings-as-errors.mk7 # after a failed warning, whereas it would stop immediately at the first
H A Dcompat-error.mk8 # this information may give a hint as to which target failed, it would be more
9 # useful at that point to know the actual target that failed, or the complete
18 # insight into the command that actually failed.
H A Dopt-keep-going-indirect.mk9 # direct or an indirect target failed.
23 # wrong 0. On the downside, a failed indirect target in jobs mode is no
39 # target failed.
71 # TODO: Mention the target that failed, maybe even the chain of targets.
81 # TODO: Mention the target that failed, maybe even the chain of targets.
H A Ddepsrc-nopath.mk14 @${MAKE} -f ${MAKEFILE} test-nopath || echo "should have failed"
/src/usr.sbin/postinstall/
H A Dpostinstall.in525 local failed=0
545 failed=1
548 failed=1
553 return ${failed}
736 local failed=0
756 return ${failed}
860 local failed=0
868 failed=$(( ${failed} + $? ))
870 failed
[all...]
/src/usr.bin/ldd/
H A Dldd.c167 bool failed = false; local in function:main
185 failed = true;
189 if (failed) {
194 failed = false;
197 if (failed) {
202 failed = false;
207 if (failed) {
/src/tests/lib/libc/string/
H A Dt_swab.c77 bool failed = false; local in function:ATF_TC_BODY
89 failed = true;
92 if (failed)
/src/sys/lib/libsa/
H A Dalloc.c169 int failed; local in function:alloc
187 failed = (bestsize == 0xffffffff);
189 if (failed) { /* nothing found */
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_smu_v12_0.c97 pr_err("Msg issuing pre-check failed and "
280 DRM_ERROR("disable gfxoff timeout and failed!\n");
391 goto failed;
399 goto failed;
403 goto failed;
410 goto failed;
415 goto failed;
419 goto failed;
430 goto failed;
434 goto failed;
[all...]
/src/sys/arch/sparc/stand/ofwboot/
H A Dalloc.c130 int failed; local in function:alloc
148 failed = (bestf == NULL);
168 failed = (bestsize == 0xffffffff);
171 if (failed) { /* nothing found */
/src/sys/arch/shark/stand/ofwboot/
H A Dalloc.c130 int failed; local in function:alloc
148 failed = (bestf == NULL);
168 failed = (bestsize == 0xffffffff);
171 if (failed) { /* nothing found */
/src/sys/arch/macppc/stand/ofwboot/
H A Dalloc.c129 int failed; local in function:alloc
147 failed = (bestf == NULL);
167 failed = (bestsize == 0xffffffff);
170 if (failed) { /* nothing found */
/src/lib/libc/arch/vax/sys/
H A D__vfork14.S60 bcs err # if failed, set errno and return -1
/src/lib/libc/compat/arch/vax/sys/
H A Dcompat_Ovfork.S62 bcs err # if failed, set errno and return -1
/src/sys/dev/acpi/
H A Dacpi_wdrt.c278 goto failed;
282 goto failed;
292 goto failed;
297 goto failed;
300 goto failed;
303 goto failed;
309 failed:
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_kern_lib.c88 goto failed;
98 goto failed;
110 failed:
197 "%s: call to mutex_lock failed", __func__);
199 goto failed;
208 failed:
282 goto failed;
300 failed:
/src/lib/libpam/modules/pam_group/
H A Dpam_group.c103 goto failed;
107 goto failed;
136 failed:
/src/common/lib/libc/string/
H A Dmemset2.c247 bool failed = false; local in function:main
263 printf("pass @ %zu .. %zu failed",
272 failed = 1;
277 return failed ? 1 : 0;
/src/sys/arch/sh3/sh3/
H A Dlock_stubs.S96 bf.s 1f ! hard case if cas failed
118 bf.s 1f ! hard case if cas failed

Completed in 13 milliseconds

12345