HomeSort by: relevance | last modified time | path
    Searched refs:failed (Results 1 - 25 of 115) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/make/unit-tests/
deptgt-phony.exp 4 failed.
7 failed.
10 failed.
22 failed.
31 failed.
37 failed.
40 failed.
deptgt-ignore.mk 13 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
dir.exp 2 failed.
5 failed.
46 failed.
48 failed.
deptgt-ignore.exp 1 error-failed before
deptgt-end-fail-all.mk 7 # 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
dep-op-missing.mk 6 # handling code in ParseDependencyOp. This test tried to reach it and failed.
opt-warnings-as-errors.mk 7 # after a failed warning, whereas it would stop immediately at the first
compat-error.mk 8 # 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.
opt-keep-going-indirect.mk 9 # 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.
opt-ignore.mk 11 # failed?
  /src/usr.sbin/postinstall/
postinstall.in 525 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=$(( ${failed} + $? )
    [all...]
  /src/usr.bin/ldd/
ldd.c 167 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/
t_swab.c 77 bool failed = false; local in function:ATF_TC_BODY
89 failed = true;
92 if (failed)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v12_0.c 97 pr_err("Msg issuing pre-check failed and "
110 pr_err("Failed to send message 0x%x, response 0x%x param 0x%x\n",
280 DRM_ERROR("disable gfxoff timeout and failed!\n");
391 goto failed;
398 pr_err("Attempt to get max GX frequency from SMC Failed !\n");
399 goto failed;
403 goto failed;
410 goto failed;
415 goto failed;
419 goto failed;
    [all...]
  /src/sys/lib/libsa/
alloc.c 169 int failed; local in function:alloc
187 failed = (bestsize == 0xffffffff);
189 if (failed) { /* nothing found */
  /src/sys/arch/macppc/stand/ofwboot/
alloc.c 129 int failed; local in function:alloc
147 failed = (bestf == NULL);
167 failed = (bestsize == 0xffffffff);
170 if (failed) { /* nothing found */
  /src/sys/arch/shark/stand/ofwboot/
alloc.c 130 int failed; local in function:alloc
148 failed = (bestf == NULL);
168 failed = (bestsize == 0xffffffff);
171 if (failed) { /* nothing found */
  /src/sys/arch/sparc/stand/ofwboot/
alloc.c 130 int failed; local in function:alloc
148 failed = (bestf == NULL);
168 failed = (bestsize == 0xffffffff);
171 if (failed) { /* nothing found */
  /src/lib/libc/arch/vax/sys/
__vfork14.S 60 bcs err # if failed, set errno and return -1
  /src/lib/libc/compat/arch/vax/sys/
compat_Ovfork.S 62 bcs err # if failed, set errno and return -1
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_kern_lib.c 88 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/sys/dev/acpi/
acpi_wdrt.c 278 goto failed;
282 goto failed;
292 goto failed;
297 goto failed;
300 goto failed;
303 goto failed;
309 failed:
  /src/common/lib/libc/string/
memset2.c 247 bool failed = false; local in function:main
263 printf("pass @ %zu .. %zu failed",
272 failed = 1;
277 return failed ? 1 : 0;
  /src/lib/libpam/modules/pam_group/
pam_group.c 103 goto failed;
107 goto failed;
136 failed:
  /src/sys/arch/sh3/sh3/
lock_stubs.S 96 bf.s 1f ! hard case if cas failed
118 bf.s 1f ! hard case if cas failed

Completed in 35 milliseconds

1 2 3 4 5