| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| igt_flush_test.c | 27 if (intel_gt_wait_for_idle(gt, HZ / 5) == -ETIME) {
|
| i915_request.c | 90 if (i915_request_wait(request, 0, 0) != -ETIME) { 95 if (i915_request_wait(request, 0, T) != -ETIME) { 107 if (i915_request_wait(request, 0, 0) != -ETIME) { 117 if (i915_request_wait(request, 0, T / 2) != -ETIME) { 122 if (i915_request_wait(request, 0, T) == -ETIME) { 132 if (i915_request_wait(request, 0, T) == -ETIME) { 157 if (dma_fence_wait_timeout(&request->fence, false, T) != -ETIME) { 169 if (dma_fence_wait_timeout(&request->fence, false, T / 2) != -ETIME) { 241 if (i915_request_wait(vip, 0, HZ) == -ETIME) { 1098 err = -ETIME; [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/ |
| error_constants.h | 154 #ifdef ETIME 155 stream_timeout = ETIME,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/ |
| error_constants.h | 154 #ifdef ETIME 155 stream_timeout = ETIME,
|
| /src/lib/librumpuser/ |
| rumpuser_errtrans.c | 303 #ifdef ETIME 304 case ETIME : return 92;
|
| /src/sys/rump/include/rump/ |
| rumperrno2host.h | 384 #ifdef ETIME 386 return ETIME;
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| errno.h | 217 #ifndef ETIME 218 #define ETIME 9935
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
| error_constants.h | 154 #ifdef ETIME 155 stream_timeout = ETIME,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/ |
| error_constants.h | 141 #ifdef ETIME 142 stream_timeout = ETIME,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/ |
| error_constants.h | 154 #ifdef ETIME 155 stream_timeout = ETIME,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/ |
| error_constants.h | 141 #ifdef ETIME 142 stream_timeout = ETIME,
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| errno.h | 97 XEN_ERRNO(ETIME, 62) /* Timer expired */
|
| /src/sys/sys/ |
| errno.h | 165 #define ETIME 92 /* STREAM ioctl timeout */
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| strerror-override.c | 104 case ETIME:
|
| errno.in.h | 129 # define ETIME 137 /* not required by POSIX */
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| strerror-override.c | 104 case ETIME:
|
| errno.in.h | 129 # define ETIME 137 /* not required by POSIX */
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_wait.c | 229 * -ETIME: object is still busy after timeout 280 if (ret == -ETIME && !nsecs_to_jiffies(args->timeout_ns)) 284 if (ret == -ETIME && args->timeout_ns)
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| selftest_rc6.c | 183 if (intel_gt_wait_for_idle(gt, HZ / 5) == -ETIME) { 185 err = -ETIME;
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| target-newlib-errno.c | 377 #ifdef ETIME 378 { "ETIME", ETIME, 62 },
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| target-newlib-errno.c | 377 #ifdef ETIME 378 { "ETIME", ETIME, 62 },
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| errno.d | 248 enum ETIME = 137; 319 enum ETIME = 62; /// 422 enum ETIME = 62; /// 514 enum ETIME = 52; /// 626 enum ETIME = 62; /// 736 enum ETIME = 62; /// 839 enum ETIME = 62; /// 953 enum ETIME = 73; /// 1046 enum ETIME = 62; /// 1205 enum ETIME = 101; /// STREAM ioctl timeou [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/ |
| tio.c | 48 /* for platforms that don't have ETIME use ETIMEDOUT */ 49 #ifndef ETIME 50 #define ETIME ETIMEDOUT 51 #endif /* ETIME */ 175 errno = ETIME; 188 errno = ETIME;
|
| /src/external/cddl/osnet/lib/libdtrace/ |
| errno.d | 223 inline int ETIME = 92; 224 #pragma D binding "1.0" ETIME
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_amdkfd_arcturus.c | 156 return -ETIME; 275 return -ETIME;
|