Searched refs:ETIME (Results 1 - 25 of 29) sorted by relevance

12

/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/bcm2837/
H A Dsystem_timer.c67 return ETIME;
70 return ETIME;
83 return ETIME;
/seL4-camkes-master/projects/util_libs/libplatsupport/src/
H A Dlocal_time_manager.c77 if (error == ETIME) {
87 } while (error == ETIME);
124 return ETIME;
143 while (error == ETIME) {
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Dtimer.c84 return ETIME;
90 return ETIME;
H A Dltimer.c58 return ETIME;
/seL4-camkes-master/projects/musllibc/arch/generic/bits/
H A Derrno.h62 #define ETIME 62 macro
/seL4-camkes-master/projects/musllibc/arch/mips/bits/
H A Derrno.h57 #define ETIME 62 macro
/seL4-camkes-master/projects/musllibc/arch/mips64/bits/
H A Derrno.h57 #define ETIME 62 macro
/seL4-camkes-master/projects/musllibc/arch/mipsn32/bits/
H A Derrno.h57 #define ETIME 62 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc/bits/
H A Derrno.h62 #define ETIME 62 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc64/bits/
H A Derrno.h62 #define ETIME 62 macro
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Derrno.h111 #define ETIME 62 /* Timer expired */ macro
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/odroidc2/
H A Dltimer.c122 return ETIME;
125 return ETIME;
136 return ETIME;
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/nvidia/
H A Dltimer.c59 return ETIME;
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dltimer.c54 return ETIME;
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/fvp/
H A Dltimer.c54 return ETIME;
H A Dsp804.c87 return ETIME;
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/hikey/
H A Dltimer.c54 return ETIME;
H A Ddmt.c95 return ETIME;
/seL4-camkes-master/projects/musllibc/src/errno/
H A D__strerror.h71 E(ETIME, "Device timeout")
/seL4-camkes-master/tools/rumprun/platform/xen/librumpxen_xendev/
H A Dprivcmd.c148 return ETIME;
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/zynq/
H A Dltimer.c64 return ETIME;
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/omap/
H A Dltimer.c52 return ETIME;
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Dltimer.c124 // try a few times to set a timeout. If we continuously get ETIME then we have
136 } while (error == ETIME && retries > 0);
137 if (error == ETIME) {
224 return ETIME;
242 return ETIME;
/seL4-camkes-master/projects/global-components/components/TimeServer/src/
H A Dtime_server.c122 if (error == ETIME) {
/seL4-camkes-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Dgeneric_ltimer.c92 return ETIME;

Completed in 205 milliseconds

12