Searched refs:fail (Results 1 - 25 of 79) sorted by path

1234

/seL4-test-master/projects/musllibc/src/misc/
H A Dopenpty.c21 goto fail;
26 goto fail;
36 fail:
/seL4-test-master/projects/musllibc/src/process/
H A Dposix_spawn.c78 goto fail;
86 goto fail;
99 if (ret < 0) goto fail;
109 goto fail;
113 if ((ret=fd) < 0) goto fail;
116 goto fail;
126 * it would fail on older kernels and atomicity is not needed --
136 fail:
/seL4-test-master/projects/musllibc/src/stdio/
H A Dfmemopen.c17 fail:
22 if (off < -base || off > (ssize_t)c->size-base) goto fail;
H A Dfreopen.c28 goto fail;
31 if (!f2) goto fail;
49 fail:
H A Dopen_memstream.c20 fail:
25 if (off < -base || off > SSIZE_MAX-base) goto fail;
H A Dopen_wmemstream.c22 fail:
27 if (off < -base || off > SSIZE_MAX/4-base) goto fail;
H A Dpopen.c45 goto fail;
67 fail:
/seL4-test-master/projects/musllibc/src/thread/
H A Dpthread_create.c241 if (map == MAP_FAILED) goto fail;
245 goto fail;
249 if (map == MAP_FAILED) goto fail;
305 fail:
H A Dsem_open.c76 goto fail;
88 goto fail;
94 goto fail;
97 goto fail;
106 goto fail;
117 goto fail;
123 goto fail;
134 goto fail;
155 fail:
/seL4-test-master/projects/seL4_libs/libsel4vka/src/
H A Ddebug-vka.c308 goto fail;
318 goto fail;
326 goto fail;
341 fail:
/seL4-test-master/projects/util_libs/libfdt/
H A Dfdt_ro.c88 goto fail;
92 goto fail;
97 goto fail;
100 goto fail;
107 goto fail;
112 goto fail;
120 goto fail;
127 fail:
318 goto fail;
332 goto fail;
[all...]
/seL4-test-master/tools/riscv-pk/pk/
H A Delf.c30 goto fail;
37 goto fail;
51 goto fail;
54 goto fail;
82 goto fail;
86 goto fail;
90 goto fail;
97 fail:
/seL4-test-master/tools/riscv-pk/scripts/
H A Dinstall-sh415 # Don't fail if two instances are running concurrently.
429 # Don't fail if two instances are running concurrently.
457 # If any of these fail, we abort the whole thing. If we want to
492 # reasons. In this case, the final cleanup might fail but the new
/seL4-test-master/
H A Dgriddle107 fail () { function
455 # When returning 1, be certain to issue a `fail` diagnostic.
473 fail "\"$FLAG\" only supports values of \"ON\" or \"OFF\""
550 fail "unrecognized configuration option \"$1\""
561 fail "configuration option \"$FLAG\" must be given a value"
/seL4-test-master/kernel/include/api/
H A Ddebug.h113 fail("Unknown thread state");
/seL4-test-master/kernel/include/arch/arm/arch/32/mode/machine/
H A Dhardware.h131 fail("Invalid page size");
/seL4-test-master/kernel/include/arch/arm/arch/64/mode/machine/
H A Dhardware.h54 fail("Invalid page size");
/seL4-test-master/kernel/include/arch/arm/arch/object/
H A Dvcpu.h140 fail("ARM/HYP: Invalid register index or NULL VCPU");
156 fail("ARM/HYP: Invalid register index or NULL VCPU");
172 fail("ARM/HYP: Invalid register index or NULL VCPU");
181 fail("ARM/HYP: Invalid register index or NULL VCPU");
/seL4-test-master/kernel/include/arch/arm/armv/armv7-a/armv/
H A Dvcpu.h494 fail("ARM/HYP: Invalid register index");
632 fail("ARM/HYP: Invalid register index");
/seL4-test-master/kernel/include/arch/arm/armv/armv7ve/armv/
H A Dvcpu.h494 fail("ARM/HYP: Invalid register index");
632 fail("ARM/HYP: Invalid register index");
/seL4-test-master/kernel/include/arch/arm/armv/armv8-a/32/armv/
H A Dvcpu.h494 fail("ARM/HYP: Invalid register index");
632 fail("ARM/HYP: Invalid register index");
/seL4-test-master/kernel/include/arch/arm/armv/armv8-a/64/armv/
H A Dvcpu.h460 fail("ARM/HYP: Invalid register index");
521 fail("ARM/HYP: Invalid register index");
535 fail("Processor does not support a 40 bit PA");
538 fail("Processor does not support a 44 bit PA");
542 fail("Processor does not support 4KB");
/seL4-test-master/kernel/include/arch/riscv/arch/machine/
H A Dhardware.h115 fail("Invalid page size");
/seL4-test-master/kernel/include/arch/x86/arch/32/mode/
H A Dmachine.h189 fail("syscall not supported on ia32");
/seL4-test-master/kernel/include/arch/x86/arch/32/mode/object/
H A Dstructures.h101 fail("Invalid arch cap type");
107 fail("Invalid mode cap type");
112 fail("Invalid mode cap type");
117 fail("Invalid mode cap type");

Completed in 124 milliseconds

1234